COMMITS
/ Objects/stringlib/asciilib.h April 14, 2013
V
stringlib: remove unused STRINGLIB_RESIZE macro
Victor Stinner committed
May 29, 2012
V
Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args and str.format(args)
Victor Stinner committed
May 10, 2012
A
Issue #14738: Speed-up UTF-8 decoding on non-ASCII data. Patch by Serhiy Storchaka.
Antoine Pitrou committed
February 23, 2012
V
Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separator
Victor Stinner committed
January 12, 2012
B
remove some usage of Py_UNICODE_TOUPPER/LOWER
Benjamin Peterson committed
November 20, 2011
V
stringlib: remove unused STRINGLIB_FILL
Victor Stinner committed
October 11, 2011
V
Fix fastsearch for UCS2 and UCS4
Victor Stinner committed
October 5, 2011
V
Add asciilib: similar to ucs1, ucs2 and ucs4 library, but specialized to ASCII
Victor Stinner committed