summaryrefslogtreecommitdiff
path: root/Objects/stringlib/find.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #26765: Moved common code and docstrings for bytes and bytearray methodsSerhiy Storchaka2016-05-041-73/+0
* Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject().Serhiy Storchaka2016-04-131-11/+2
* Issue #23573: Increased performance of string search operations (str.find,Serhiy Storchaka2015-03-241-21/+2
* Issue #13623: Fix a performance regression introduced by issue #12170 inVictor Stinner2011-12-181-10/+17
* Replace PyUnicodeObject* by PyObject* where it was irrevelantVictor Stinner2011-10-231-4/+4
* Issue #12170: The count(), find(), rfind(), index() and rindex() methodsAntoine Pitrou2011-10-201-0/+43
* Implement PEP 393.Martin v. Löwis2011-09-281-18/+13
* MERGE: startswith and endswith don't accept None as slice index. Patch by Tor...Jesus Cea2011-04-201-19/+48
|\
| * startswith and endswith don't accept None as slice index. Patch by Torsten Be...Jesus Cea2011-04-201-19/+48
* | Merged revisions 77461 via svnmerge fromAntoine Pitrou2010-01-131-34/+22
* | Merged revisions 77241 via svnmerge fromAntoine Pitrou2010-01-021-18/+14
|/
* Merged revisions 66631 via svnmerge fromAmaury Forgeot d'Arc2008-09-261-4/+3
* Removed merge glitch from stringlib/find.h as explained on the python committ...Christian Heimes2008-08-281-1/+1
* Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,...Benjamin Peterson2008-08-251-1/+1
* Merged revisions 59005-59040 via svnmerge fromChristian Heimes2007-11-181-0/+50
* For PEP3137: Adds missing methods to the mutable PyBytes object (soonGregory P. Smith2007-10-161-1/+1
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-10/+11
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-0/+112