COMMITS
/ Include/internal/pycore_unicodeobject.h March 10, 2026
S
gh-103997: Remove incorrect statements about `-c` dedenting (gh-138624)
Stan Ulbrych committed
March 2, 2026
December 3, 2025
V
gh-142217: Remove internal _Py_Identifier functions (#142219)
Victor Stinner committed
October 30, 2025
V
gh-139353: Add Objects/unicode_writer.c file (#139911)
Victor Stinner committed
S
gh-129117: Add unicodedata.isxidstart() function (#140269)
Stan Ulbrych committed
October 10, 2025
V
gh-139353: Add Objects/unicode_format.c file (#139491)
Victor Stinner committed
October 8, 2025
V
gh-139353: Rename formatter_unicode.c to unicode_formatter.c (#139723)
Victor Stinner committed
September 24, 2025
V
gh-139156: Optimize the UTF-7 encoder (#139253)
Victor Stinner committed
September 5, 2025
P
gh-137210: Add a struct, slot & function for checking an extension's ABI (GH-137212)
Petr Viktorin committed
May 12, 2025
S
gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648)
Serhiy Storchaka committed
April 18, 2025
J
gh-103997: Automatically dedent the argument to "-c" (#103998)
Jon Crall committed
March 20, 2025
V
gh-131238: Cleanup pycore_runtime.h includes (#131486)
Victor Stinner committed
March 19, 2025
V
gh-131238: Remove pycore_lock.h includes (#131483)
Victor Stinner committed
March 17, 2025
M
GH-131238: Core header refactor (GH-131250)
Mark Shannon committed
February 25, 2025
S
gh-87790: support thousands separators for formatting fractional part of floats (#125304)
Sergey B Kirpichev committed
October 9, 2024
V
gh-124502: Remove _PyUnicode_EQ() function (#125114)
Victor Stinner committed
June 27, 2024
I
gh-120686: remove unused internal c api functions (#120687)
Irit Katriel committed
June 21, 2024
P
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520)
Petr Viktorin committed
June 7, 2024
X
Fix typos in comments (#120188)
Xie Yanbo committed
February 29, 2024
B
GH-115802: JIT "small" code for Windows (GH-115964)
Brandt Bucher committed
December 7, 2023
S
gh-111924: Use PyMutex for Runtime-global Locks. (gh-112207)
Sam Gross committed
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