Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args ... | Victor Stinner | 2012-05-29 | 1 | -1/+1 |
* | Issue #14738: Speed-up UTF-8 decoding on non-ASCII data. Patch by Serhiy Sto... | Antoine Pitrou | 2012-05-10 | 1 | -0/+1 |
* | Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separator | Victor Stinner | 2012-02-23 | 1 | -3/+0 |
* | remove some usage of Py_UNICODE_TOUPPER/LOWER | Benjamin Peterson | 2012-01-12 | 1 | -2/+0 |
* | stringlib: remove unused STRINGLIB_FILL | Victor Stinner | 2011-11-20 | 1 | -1/+0 |
* | Fix fastsearch for UCS2 and UCS4 | Victor Stinner | 2011-10-11 | 1 | -0/+1 |
* | Add asciilib: similar to ucs1, ucs2 and ucs4 library, but specialized to ASCII | Victor Stinner | 2011-10-05 | 1 | -0/+34 |