COMMITS
/ Objects/unicodeobject.c April 8, 2022
R
Fix bad grammar and import docstring for split/rsplit (GH-32381)
Raymond Hettinger committed
March 31, 2022
C
bpo-47182: Fix crash by named unicode characters after interpreter reinitialization (GH-32212)
Christian Heimes committed
V
bpo-47164: Add _PyASCIIObject_CAST() macro (GH-32191)
Victor Stinner committed
March 28, 2022
P
bpo-47070: Add _PyBytes_Repeat() (GH-31999)
Pieter Eendebak committed
March 22, 2022
J
bpo-47084: Clear Unicode cached representations on finalization (GH-32032)
Jeremy Kloth committed
March 14, 2022
O
bpo-46920: Remove disabled debug code added decades ago and likely unnecessary (GH-31812)
Oleg Iarygin committed
March 11, 2022
J
bpo-46881: Fix refleak from GH-31616 (GH-31805)
Jelle Zijlstra committed
March 9, 2022
K
bpo-46881: Statically allocate and initialize the latin1 characters. (GH-31616)
Kumar Aditya committed
February 8, 2022
February 7, 2022
V
bpo-46670: Test if a macro is defined, not its value (GH-31178)
Victor Stinner committed
January 22, 2022
V
bpo-46417: Clear Unicode static types at exit (GH-30806)
Victor Stinner committed
January 21, 2022
V
bpo-46417: Add missing types of _PyTypes_InitTypes() (GH-30749)
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
December 3, 2021
D
bpo-45885: Specialize COMPARE_OP (GH-29734)
Dennis Sweeney committed
October 19, 2021
V
bpo-35134: Add Include/cpython/longobject.h (GH-29044)
Victor Stinner committed
October 14, 2021
S
bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944)
Serhiy Storchaka committed
S
bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939)
Serhiy Storchaka committed
October 6, 2021
C
Fix typos in the Objects directory (GH-28766)
Christian Clauss committed
September 22, 2021
V
bpo-45061: Revert unicode_is_singleton() change (GH-28516)
Victor Stinner committed
September 21, 2021
M
[codemod] Fix non-matching bracket pairs (GH-28473)
Mohamad Mansour committed
V
bpo-45061: Detect refcount bug on empty string singleton (GH-28504)
Victor Stinner committed
June 27, 2021
M
bpo-44110: Improve string's __getitem__ error message (GH-26042)
Miguel Brito committed
June 12, 2021
S
Add more const modifiers. (GH-26691)
Serhiy Storchaka committed
May 7, 2021
I
bpo-44029: Remove Py_UNICODE APIs (GH-25881)
Inada Naoki committed
April 30, 2021
J
bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096)
Jakub Kulík committed
April 2, 2021
V
bpo-43687: Py_Initialize() creates singletons earlier (GH-25147)
Victor Stinner committed
March 31, 2021
J
bpo-43179: Generalise alignment for optimised string routines (GH-24624)
Jessica Clarke committed
March 17, 2021
V
bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843)
Victor Stinner committed
February 26, 2021
B
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher committed
February 19, 2021
V
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner committed
V
bpo-43268: _Py_IsMainInterpreter() now expects interp (GH-24577)
Victor Stinner committed
December 29, 2020
P
Fix compiler warnings regarding loss of data (GH-23983)
Pablo Galindo committed
December 26, 2020
V
bpo-42745: finalize_interp_types() calls _PyType_Fini() (GH-23953)
Victor Stinner committed
V
bpo-40521: Per-interpreter interned strings (GH-20085)
Victor Stinner committed
December 25, 2020
V
bpo-39465: Fix _PyUnicode_FromId() for subinterpreters (GH-20058)
Victor Stinner committed
December 3, 2020
S
bpo-42431: Fix outdated bytes comments (GH-23458)
Serhiy Storchaka committed
December 1, 2020
V
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner committed
V
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner committed
November 18, 2020
C
bpo-40998: Address compiler warnings found by ubsan (GH-20929)
Christian Heimes committed
November 10, 2020
I
Fix typo in unicodeobject.c (GH-23180)
Ikko Ashimine committed
October 26, 2020
V
bpo-42157: unicodedata avoids references to UCD_Type (GH-22990)
Victor Stinner committed
V
bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713)
Victor Stinner committed
October 18, 2020
October 17, 2020
M
bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH-19940)
Max Bernstein committed
October 9, 2020
S
bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593)
Serhiy Storchaka committed
October 4, 2020
S
bpo-41909: Enable previously disabled recursion checks. (GH-22536)
Serhiy Storchaka committed
October 2, 2020
V
bpo-41692: Deprecate PyUnicode_InternImmortal() (GH-22486)
Victor Stinner committed
September 23, 2020
V
bpo-40521: Fix PyUnicode_InternInPlace() (GH-22376)
Victor Stinner committed
September 8, 2020
V
bpo-1635741: Port _string module to multi-phase init (GH-22148)
Victor Stinner committed