COMMITS
/ Objects/stringlib/stringdefs.h May 24, 2022
G
gh-93033: Use wmemchr in stringlib (GH-93034)
goldsteinn 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
April 14, 2013
V
stringlib: remove unused STRINGLIB_RESIZE macro
Victor Stinner 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
Fix fastsearch for UCS2 and UCS4
Victor Stinner committed
September 28, 2011
M
Implement PEP 393.
Martin v. Löwis committed
January 13, 2010
A
Merged revisions 77461 via svnmerge from
Antoine Pitrou committed
January 2, 2010
A
Merged revisions 77241 via svnmerge from
Antoine Pitrou committed
November 30, 2009
April 27, 2009
E
Merged revisions 72040 via svnmerge from
Eric Smith committed
April 3, 2009
E
Added ',' thousands grouping to int.__format__. See PEP 378.
Eric Smith committed
June 11, 2008
G
#2630: Implement PEP 3138.
Georg Brandl committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
May 11, 2008
E
Merged revisions 63078 via svnmerge from
Eric Smith committed
February 17, 2008
E
Fixes for shared 2.6 code that implements PEP 3101, advanced string
Eric Smith committed
September 1, 2007
August 25, 2007
E
Implementation of PEP 3101, Advanced String Formatting.
Eric Smith committed