summaryrefslogtreecommitdiffstats
path: root/Objects/stringlib/stringdefs.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k....Eric Smith2009-04-271-11/+2
* Backport of some of the work in r71665 to trunk. This reworks much ofEric Smith2009-04-221-2/+12
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-7/+7
* Renamed PyString to PyBytesChristian Heimes2008-05-261-7/+7
* Addresses issue 2802: 'n' formatting for integers.Eric Smith2008-05-111-0/+1
* Backport of PEP 3101, Advanced String Formatting, from py3k.Eric Smith2008-02-171-0/+27