summaryrefslogtreecommitdiffstats
path: root/Objects/stringlib/string_format.h
Commit message (Expand)AuthorAgeFilesLines
* Corrected assert to check for correct type in py3k.Eric Smith2008-02-241-1/+1
* Added code to correct combining str and unicode in ''.format(). Added test c...Eric Smith2008-02-181-0/+16
* Backport of PEP 3101, Advanced String Formatting, from py3k.Eric Smith2008-02-171-0/+1214