COMMITS
/ Objects/stringlib/eq.h May 13, 2022
V
gh-89653: PEP 670: Convert PyUnicode_KIND() macro to function (#92705)
Victor Stinner committed
May 12, 2022
I
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki committed
March 9, 2020
S
bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the release mode. (GH-16329)
Serhiy Storchaka committed
September 15, 2017
B
bpo-31338 (#3374)
Barry Warsaw committed
August 14, 2013
R
Issue 18719: Remove a false optimization
Raymond Hettinger committed
August 13, 2013
A
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou committed
October 7, 2011
M
Change PyUnicode_KIND to 1,2,4. Drop _KIND_SIZE and _CHARACTER_SIZE.
Martin v. Löwis committed
September 28, 2011
M
Implement PEP 393.
Martin v. Löwis committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
December 10, 2007
C
Fixed issue #1564: The set implementation should special-case PyUnicode instead of PyString
Christian Heimes committed