summaryrefslogtreecommitdiffstats
path: root/Objects/stringlib/formatter.h
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 66006 via svnmerge fromNeal Norwitz2008-08-241-1/+4
* Backed out r65073, pending fixing it in Windows.Eric Smith2008-07-171-6/+6
* Merged revisions 65069 via svnmerge fromEric Smith2008-07-171-6/+6
* Merged revisions 65023 via svnmerge fromEric Smith2008-07-161-32/+32
* Merged revisions 64984 via svnmerge fromEric Smith2008-07-161-30/+68
* Forward port of r64958.Eric Smith2008-07-151-13/+43
* Merged revisions 64499 via svnmerge fromEric Smith2008-06-241-13/+13
* Merged revisions 64496 via svnmerge fromEric Smith2008-06-241-1/+1
* Merged revisions 64491 via svnmerge fromEric Smith2008-06-241-4/+2
* Refactor and clean up str.format() code (and helpers) in advance of optimizat...Eric Smith2008-05-301-69/+47
* Renamed PyString to PyBytesChristian Heimes2008-05-261-1/+1
* Merged revisions 63078 via svnmerge fromEric Smith2008-05-111-3/+27
* Merged revisions 62199 via svnmerge fromMartin v. Löwis2008-04-071-2/+13
* Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,...Christian Heimes2008-03-181-1/+6
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-221-40/+15
* Fixes for shared 2.6 code that implements PEP 3101, advanced stringEric Smith2008-02-171-77/+151
* Partially revert r60376: restore ability for ints to be automatically convert...Eric Smith2008-01-281-4/+15
* Restrict format presentation types to those specified in the 'Standard Format...Eric Smith2008-01-271-77/+0
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-1/+1
* Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking...Eric Smith2007-09-011-15/+3
* Added format tests.Eric Smith2007-08-301-14/+14
* Patch # 1048 by Amaury Forgeot d'Arc.Guido van Rossum2007-08-291-1/+1
* Corrected missed #if in r57652.Eric Smith2007-08-291-0/+2
* Added conditional compilation for '()', which was an allowed sign code in aEric Smith2007-08-291-1/+8
* Code layout changes for PEP 7 compliance.Eric Smith2007-08-281-9/+18
* Implementation of PEP 3101, Advanced String Formatting.Eric Smith2007-08-251-0/+966