summaryrefslogtreecommitdiffstats
path: root/Objects/stringlib/string_format.h
Commit message (Expand)AuthorAgeFilesLines
* Backport of r63826.Eric Smith2008-08-181-6/+42
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-1/+1
* Renamed PyString to PyBytesChristian Heimes2008-05-261-1/+1
* Bug #2388: Fix gcc warnings when compiling with --enable-unicode=ucs4.Martin v. Löwis2008-04-071-3/+11
* 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