Commits
User selector
Commit History
Commits on Apr 12, 2024
gh-117431: Adapt bytes and bytearray .find() and friends to Argument Clinic (#117502)
Show description for deb921fandauthored
Commits on May 4, 2016
Issue #26765: Moved common code and docstrings for bytes and bytearray methods
Show description for dd40fc3committed
Commits on Apr 13, 2016
Commits on Mar 24, 2015
Issue #23573: Increased performance of string search operations (str.find,
Show description for d9d769fcommitted
Commits on Dec 18, 2011
Issue #13623: Fix a performance regression introduced by issue #12170 in
Show description for f8eac00committed
Victor Stinner
Commits on Oct 23, 2011
Replace PyUnicodeObject* by PyObject* where it was irrevelant
Show description for 9db1a8bcommitted
Victor Stinner
Commits on Oct 20, 2011
Issue #12170: The count(), find(), rfind(), index() and rindex() methods
Show description for ac65d96committed
Commits on Sep 28, 2011
- committed
Commits on Jan 13, 2010
Merged revisions 77461 via svnmerge from
Show description for f2c5484committed
Commits on Jan 2, 2010
Merged revisions 77241 via svnmerge from
Show description for da2ecafcommitted
Commits on Sep 26, 2008
Merged revisions 66631 via svnmerge from
Show description for f2e9368committed
Commits on Aug 28, 2008
Removed merge glitch from stringlib/find.h as explained on the python committers list. The FROM_BYTEARRAY isn't required here.
Show description for 4f3c561committed
Commits on Aug 25, 2008
Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,66020 via svnmerge from
Show description for a786b02committed
Commits on Nov 18, 2007
Merged revisions 59005-59040 via svnmerge from
Show description for 9cd1775committed
Commits on Oct 16, 2007
For PEP3137: Adds missing methods to the mutable PyBytes object (soon
Show description for 60d241fcommitted
Commits on Jun 8, 2006
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Show description for 4d70c3dcommitted
Commits on May 27, 2006
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Show description for 477c8d5committed
Loading