COMMITS
/ Objects/stringlib/ucs2lib.h May 24, 2022
G
gh-93033: Use wmemchr in stringlib (GH-93034)
goldsteinn committed
February 7, 2022
V
bpo-46670: Define all macros for stringlib (GH-31176)
Victor Stinner committed
June 23, 2020
V
bpo-40521: Make empty Unicode string per interpreter (GH-21096)
Victor Stinner committed
V
bpo-40521: Make bytes singletons per interpreter (GH-21074)
Victor Stinner committed
January 18, 2020
P
bpo-39372: Clean header files of declared interfaces with no implementations (GH-18037)
Pablo Galindo committed
April 14, 2013
V
stringlib: remove unused STRINGLIB_RESIZE macro
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
stringlib: Fix STRINGLIB_STR for UCS2/UCS4
Victor Stinner committed
V
Fix fastsearch for UCS2 and UCS4
Victor Stinner committed
September 28, 2011
V
Mark PyUnicode_FromUCS[124] as private
Victor Stinner committed
M
Implement PEP 393.
Martin v. Löwis committed