aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Objects/stringlib/ucs2lib.h
Commit message (Expand)AuthorAge
* gh-93033: Use wmemchr in stringlib (GH-93034)goldsteinn2022-05-24
* bpo-46670: Define all macros for stringlib (GH-31176)Victor Stinner2022-02-07
* bpo-40521: Make empty Unicode string per interpreter (GH-21096)Victor Stinner2020-06-24
* bpo-40521: Make bytes singletons per interpreter (GH-21074)Victor Stinner2020-06-23
* bpo-39372: Clean header files of declared interfaces with no implementations ...Pablo Galindo2020-01-18
* stringlib: remove unused STRINGLIB_RESIZE macroVictor Stinner2013-04-14
* Issue #14738: Speed-up UTF-8 decoding on non-ASCII data. Patch by Serhiy Sto...Antoine Pitrou2012-05-10
* Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separatorVictor Stinner2012-02-24
* remove some usage of Py_UNICODE_TOUPPER/LOWERBenjamin Peterson2012-01-11
* stringlib: remove unused STRINGLIB_FILLVictor Stinner2011-11-20
* stringlib: Fix STRINGLIB_STR for UCS2/UCS4Victor Stinner2011-10-12
* Fix fastsearch for UCS2 and UCS4Victor Stinner2011-10-11
* Mark PyUnicode_FromUCS[124] as privateVictor Stinner2011-09-28
* Implement PEP 393.Martin v. Löwis2011-09-28