aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Objects/stringlib/stringdefs.h
Commit message (Expand)AuthorAge
* Issue #7622: Improve the split(), rsplit(), splitlines() and replace()Antoine Pitrou2010-01-13
* Issue #7462: Implement the stringlib fast search algorithm for the `rfind`,Antoine Pitrou2010-01-02
* Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k....Eric Smith2009-04-27
* Backport of some of the work in r71665 to trunk. This reworks much ofEric Smith2009-04-22
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-09
* Renamed PyString to PyBytesChristian Heimes2008-05-26
* Addresses issue 2802: 'n' formatting for integers.Eric Smith2008-05-11
* Backport of PEP 3101, Advanced String Formatting, from py3k.Eric Smith2008-02-17