| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #26765: Moved common code and docstrings for bytes and bytearray methods | Serhiy Storchaka | 2016-05-04 | 1 | -73/+0 |
* | Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject(). | Serhiy Storchaka | 2016-04-13 | 1 | -11/+2 |
* | Issue #23573: Increased performance of string search operations (str.find, | Serhiy Storchaka | 2015-03-24 | 1 | -21/+2 |
* | Issue #13623: Fix a performance regression introduced by issue #12170 in | Victor Stinner | 2011-12-18 | 1 | -10/+17 |
* | Replace PyUnicodeObject* by PyObject* where it was irrevelant | Victor Stinner | 2011-10-23 | 1 | -4/+4 |
* | Issue #12170: The count(), find(), rfind(), index() and rindex() methods | Antoine Pitrou | 2011-10-20 | 1 | -0/+43 |
* | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -18/+13 |
* | MERGE: startswith and endswith don't accept None as slice index. Patch by Tor... | Jesus Cea | 2011-04-20 | 1 | -19/+48 |
|\ |
|
| * | startswith and endswith don't accept None as slice index. Patch by Torsten Be... | Jesus Cea | 2011-04-20 | 1 | -19/+48 |
* | | Merged revisions 77461 via svnmerge from | Antoine Pitrou | 2010-01-13 | 1 | -34/+22 |
* | | Merged revisions 77241 via svnmerge from | Antoine Pitrou | 2010-01-02 | 1 | -18/+14 |
|/ |
|
* | Merged revisions 66631 via svnmerge from | Amaury Forgeot d'Arc | 2008-09-26 | 1 | -4/+3 |
* | Removed merge glitch from stringlib/find.h as explained on the python committ... | Christian Heimes | 2008-08-28 | 1 | -1/+1 |
* | Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,... | Benjamin Peterson | 2008-08-25 | 1 | -1/+1 |
* | Merged revisions 59005-59040 via svnmerge from | Christian Heimes | 2007-11-18 | 1 | -0/+50 |
* | For PEP3137: Adds missing methods to the mutable PyBytes object (soon | Gregory P. Smith | 2007-10-16 | 1 | -1/+1 |
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -10/+11 |
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -0/+112 |