Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Issue #7622: Improve the split(), rsplit(), splitlines() and replace() | Antoine Pitrou | 2010-01-13 |
* | Issue #7462: Implement the stringlib fast search algorithm for the `rfind`, | Antoine Pitrou | 2010-01-02 |
* | Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k.... | Eric Smith | 2009-04-27 |
* | Backport of some of the work in r71665 to trunk. This reworks much of | Eric Smith | 2009-04-22 |
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 |
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 |
* | Addresses issue 2802: 'n' formatting for integers. | Eric Smith | 2008-05-11 |
* | Backport of PEP 3101, Advanced String Formatting, from py3k. | Eric Smith | 2008-02-17 |