summaryrefslogtreecommitdiffstats
path: root/Objects/stringlib/asciilib.h
Commit message (Expand)AuthorAgeFilesLines
* gh-93033: Use wmemchr in stringlib (GH-93034)goldsteinn2022-05-241-0/+1
* bpo-46670: Define all macros for stringlib (GH-31176)Victor Stinner2022-02-071-0/+1
* bpo-40521: Make empty Unicode string per interpreter (GH-21096)Victor Stinner2020-06-231-1/+0
* bpo-40521: Make bytes singletons per interpreter (GH-21074)Victor Stinner2020-06-231-1/+1
* closes bpo-39605: Fix some casts to not cast away const. (GH-18453)Andy Lester2020-02-121-1/+1
* bpo-39372: Clean header files of declared interfaces with no implementations ...Pablo Galindo2020-01-181-3/+0
* stringlib: remove unused STRINGLIB_RESIZE macroVictor Stinner2013-04-141-1/+0
* Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args ...Victor Stinner2012-05-291-1/+1
* 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-231-3/+0
* remove some usage of Py_UNICODE_TOUPPER/LOWERBenjamin Peterson2012-01-121-2/+0
* stringlib: remove unused STRINGLIB_FILLVictor Stinner2011-11-201-1/+0
* Fix fastsearch for UCS2 and UCS4Victor Stinner2011-10-111-0/+1
* Add asciilib: similar to ucs1, ucs2 and ucs4 library, but specialized to ASCIIVictor Stinner2011-10-051-0/+34