COMMITS
/ Objects/unicodeobject.c September 3, 2022
K
GH-96458: Statically initialize utf8 representation of static strings (#96481)
Kumar Aditya committed
August 22, 2022
K
GH-96075: move interned dict under runtime state (GH-96077)
Kumar Aditya committed
August 10, 2022
P
gh-95504: Fix negative numbers in PyUnicode_FromFormat (GH-95848)
Petr Viktorin committed
August 8, 2022
S
gh-95781: More strict format string checking in PyUnicode_FromFormatV() (GH-95784)
Serhiy Storchaka committed
August 1, 2022
D
gh-91146: More reduce allocation size of list from str.split/rsplit (gh-95493)
Dong-hee Na committed
July 31, 2022
D
gh-91146: Reduce allocation size of list from str.split()/rsplit() (gh-95473)
Dong-hee Na committed
July 28, 2022
P
Fix Unicode doc and replace use of macro with PyMem_New function (GH-94088)
Pamela Fox committed
July 25, 2022
E
gh-94673: Add _PyStaticType_InitBuiltin() (#95152)
Eric Snow committed
July 8, 2022
K
GH-90699: Intern statically allocated strings (GH-93597)
Kumar Aditya committed
May 27, 2022
E
bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)
Eric Snow committed
K
GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
Kumar Aditya committed
May 26, 2022
V
gh-91924: Optimize unicode_check_encoding_errors() (#93200)
Victor Stinner committed
May 13, 2022
V
gh-85858: Remove PyUnicode_InternImmortal() function (#92579)
Victor Stinner committed
V
gh-89653: Use int type for Unicode kind (#92704)
Victor Stinner committed
May 12, 2022
I
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki committed
May 3, 2022
V
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner committed
May 2, 2022
S
bpo-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593)
Serhiy Storchaka committed
April 30, 2022
S
gh-81548: Deprecate octal escape sequences with value larger than 0o377 (GH-91668)
Serhiy Storchaka committed
April 19, 2022
D
gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)
Dennis Sweeney committed
K
bpo-46712: share more global strings in deepfreeze (gh-32152)
Kumar Aditya committed
April 18, 2022
O
gh-91102: Use Argument Clinic for EncodingMap (#31725)
Oleg Iarygin committed
K
gh-91576: Speed up iteration of strings (#91574)
Kumar Aditya committed
April 13, 2022
T
gh-91421: Use constant value check during runtime (GH-91422)
Tobias Stoeckmann committed
April 11, 2022
J
bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)
John Belmonte committed
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