summaryrefslogtreecommitdiffstats
path: root/Objects/stringlib/formatter.h
Commit message (Expand)AuthorAgeFilesLines
* 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