summaryrefslogtreecommitdiff
path: root/Objects/stringlib/ucs4lib.h
Commit message (Expand)AuthorAgeFilesLines
* stringlib: remove unused STRINGLIB_RESIZE macroVictor Stinner2013-04-141-1/+0
* Issue #14738: Speed-up UTF-8 decoding on non-ASCII data. Patch by Serhiy Sto...Antoine Pitrou2012-05-101-0/+1
* Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separatorVictor Stinner2012-02-241-3/+0
* remove some usage of Py_UNICODE_TOUPPER/LOWERBenjamin Peterson2012-01-111-2/+0
* stringlib: remove unused STRINGLIB_FILLVictor Stinner2011-11-201-1/+0
* stringlib: Fix STRINGLIB_STR for UCS2/UCS4Victor Stinner2011-10-121-1/+1
* Fix fastsearch for UCS2 and UCS4Victor Stinner2011-10-111-0/+1
* Mark PyUnicode_FromUCS[124] as privateVictor Stinner2011-09-281-1/+1
* Implement PEP 393.Martin v. Löwis2011-09-281-0/+34