summaryrefslogtreecommitdiffstats
path: root/Objects/stringlib/unicode_format.h
Commit message (Expand)AuthorAgeFilesLines
* Replace PyUnicode_FromUnicode(NULL, 0) by PyUnicode_New(0, 0)Victor Stinner2011-12-011-1/+1
* Replace PyUnicodeObject type by PyObjectVictor Stinner2011-11-031-12/+8
* Fix massive slowdown in string formatting with str.format.Antoine Pitrou2011-10-071-128/+24
* Fix compilation warnings under 64-bit WindowsAntoine Pitrou2011-10-061-1/+1
* Implement PEP 393.Martin v. Löwis2011-09-281-0/+1416