COMMITS
/ Objects/stringlib/undef.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
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
October 11, 2011
V
Fix fastsearch for UCS2 and UCS4
Victor Stinner committed
September 28, 2011
M
Implement PEP 393.
Martin v. Löwis committed