COMMITS
/ Include/internal/pycore_unicodeobject.h November 15, 2023
V
gh-112026: Restore removed private C API (#112115)
Victor Stinner committed
November 10, 2023
S
Add private _PyUnicode_AsUTF8NoNUL() function (GH-111957)
Serhiy Storchaka committed
August 29, 2023
V
gh-106320: Remove private _Py_Identifier API (#108593)
Victor Stinner committed
August 24, 2023
V
gh-107211: No longer export internal functions (7) (#108425)
Victor Stinner committed
July 25, 2023
V
gh-107211: No longer export internal functions (3) (#107215)
Victor Stinner committed
July 24, 2023
V
gh-106320: Remove private _PyUnicode C API (#107185)
Victor Stinner committed
July 4, 2023
V
gh-106320: Remove _PyUnicode_TransformDecimalAndSpaceToASCII() (#106398)
Victor Stinner committed
V
gh-106320: Remove private _PyUnicode codecs C API functions (#106385)
Victor Stinner committed
July 3, 2023
V
gh-106320: Remove more private _PyUnicode C API functions (#106382)
Victor Stinner committed
V
gh-106320: Move _PyUnicodeWriter to the internal C API (#106342)
Victor Stinner committed
April 22, 2023
E
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo committed
March 28, 2023
E
gh-100227: Move the Dict of Interned Strings to PyInterpreterState (gh-102339)
Eric Snow committed
March 27, 2023
March 23, 2023
E
December 7, 2022
E
gh-81057: Move More Globals to _PyRuntimeState (gh-100092)
Eric Snow committed
November 16, 2022
E
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
Eric Snow committed
September 3, 2022
K
GH-96458: Statically initialize utf8 representation of static strings (#96481)
Kumar Aditya committed
April 19, 2022
D
gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)
Dennis Sweeney committed
April 18, 2022
K
gh-91576: Speed up iteration of strings (#91574)
Kumar Aditya committed
March 22, 2022
J
bpo-47084: Clear Unicode cached representations on finalization (GH-32032)
Jeremy Kloth committed
March 9, 2022
K
bpo-46881: Statically allocate and initialize the latin1 characters. (GH-31616)
Kumar Aditya committed
February 8, 2022
January 22, 2022
V
bpo-46417: Clear Unicode static types at exit (GH-30806)
Victor Stinner committed
January 11, 2022
V
bpo-46303: Move fileutils.h private functions to internal C API (GH-30484)
Victor Stinner committed
January 6, 2022
V
bpo-46006: Revert "bpo-40521: Per-interpreter interned strings (GH-20085)" (GH-30422)
Victor Stinner committed
December 9, 2021