summaryrefslogtreecommitdiffstats
path: root/Objects/stringlib/stringdefs.h
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 72040 via svnmerge fromEric Smith2009-04-271-2/+2
* Added ',' thousands grouping to int.__format__. See PEP 378.Eric Smith2009-04-031-0/+1
* #2630: Implement PEP 3138.Georg Brandl2008-06-111-1/+1
* Renamed PyString to PyBytesChristian Heimes2008-05-261-7/+7
* Merged revisions 63078 via svnmerge fromEric Smith2008-05-111-0/+1
* Fixes for shared 2.6 code that implements PEP 3101, advanced stringEric Smith2008-02-171-1/+4
* Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking...Eric Smith2007-09-011-0/+1
* Implementation of PEP 3101, Advanced String Formatting.Eric Smith2007-08-251-0/+23