summaryrefslogtreecommitdiffstats
path: root/Objects/stringlib/formatter.h
Commit message (Expand)AuthorAgeFilesLines
* Issue 2264: empty float presentation type needs to have at least one digit pa...Eric Smith2008-03-171-1/+6
* Now that PyOS_ascii_formatd supports the 'n' format, simplify the float forma...Eric Smith2008-02-201-40/+15
* Backport of PEP 3101, Advanced String Formatting, from py3k.Eric Smith2008-02-171-0/+980