COMMITS
/ Objects/unicodeobject.c May 26, 2026
S
[3.13] gh-150285: Fix too long docstrings in builtins (GH-150293) (GH-150466) (GH-150472)
Serhiy Storchaka committed
March 31, 2026
S
[3.13] gh-146615: Fix format specifiers in Objects/ directory (GH-146620) (GH-146655)
Serhiy Storchaka committed
August 6, 2025
M
[3.13] gh-58124: Avoid CP_UTF8 in UnicodeDecodeError (GH-137415) (#137461)
Miss Islington (bot) committed
May 20, 2025
S
April 29, 2025
February 17, 2025
S
[3.13] gh-82045: Correct and deduplicate "isprintable" docs; add test. (GH-130127)
Stan Ulbrych committed
January 3, 2025
M
[3.13] gh-127903: Fix a crash on debug builds when calling `Objects/unicodeobject::_copy_characters` (GH-127876) (#128458)
Miss Islington (bot) committed
January 2, 2025
K
December 11, 2024
P
[3.13] gh-126076: Account for relocated objects in tracemalloc (GH-126077) (#127823)
Pablo Galindo Salgado committed
December 2, 2024
B
[3.13] Fix Unicode encode_wstr_utf8() (#127420) (#127505)
Bénédikt Tran committed
November 12, 2024
M
[3.13] gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-124865) (gh-125709) (GH-125204)
Miss Islington (bot) committed
October 1, 2024
M
[3.13] gh-124785: Revert "gh-116510: Fix crash due to shared immortal interned strings (gh-124646)" (gh-124807) (#124812)
Miss Islington (bot) committed
September 27, 2024
M
[3.13] gh-116510: Fix crash due to shared immortal interned strings. (gh-124646) (#124648)
Miss Islington (bot) committed
August 12, 2024
M
[3.13] gh-122888: Fix crash on certain calls to str() (GH-122889) (#122947)
Miss Islington (bot) committed
July 27, 2024
M
[3.13] gh-122291: Intern latin-1 one-byte strings at startup (GH-122303) (GH-122347)
Miss Islington (bot) committed
July 17, 2024
July 16, 2024
M
[3.13] gh-113993: For string interning, do not rely on (or assert) _Py_IsImmortal (GH-121358) (GH-121851)
Miss Islington (bot) committed
June 24, 2024
P
June 3, 2024
M
[3.13] gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-120009)
Miss Islington (bot) committed
M
[3.13] gh-117657: Fix data races report by TSAN unicode-hash (gh-119907) (gh-119963)
Miss Islington (bot) committed
May 25, 2024
M
[3.13] gh-111999: Fix the signature of str.format_map() (GH-119540) (#119543)
Miss Islington (bot) committed
May 22, 2024
M
[3.13] gh-119247: Add macros to use PySequence_Fast safely in free-threaded build (GH-119315) (#119419)
Miss Islington (bot) committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
May 2, 2024
B
gh-116738: Make `_codecs` module thread-safe (#117530)
Brett Simmers committed
April 11, 2024
E
gh-117709: Add vectorcall support for str() with positional-only arguments (#117746)
Erlend E. Aasland committed
April 8, 2024
S
gh-117642: Fix PEP 737 implementation (GH-117643)
Serhiy Storchaka committed
S
gh-117439: Make refleak checking thread-safe without the GIL (#117469)
Sam Gross committed
April 3, 2024
E
gh-117431: Adapt str.find and friends to Argument Clinic (#117468)
Erlend E. Aasland committed
E
gh-117431: Fix str.endswith docstring (#117499)
Erlend E. Aasland committed
E
gh-117431: Adapt str.startswith and str.endswith to Argument Clinic (#117466)
Erlend E. Aasland committed
March 19, 2024
S
gh-113964: Don't prevent new threads until all non-daemon threads exit (#116677)
Sam Gross committed
March 14, 2024
V
gh-111696, PEP 737: Add %T and %N to PyUnicode_FromFormat() (#116839)
Victor Stinner committed
February 7, 2024
S
gh-112066: Use `PyDict_SetDefaultRef` in place of `PyDict_SetDefault`. (#112211)
Sam Gross committed
January 29, 2024
E
gh-114569: Use PyMem_* APIs for non-PyObjects in unicodeobject.c (#114690)
Erlend E. Aasland committed
December 26, 2023
D
gh-111971: Make _PyUnicode_FromId thread-safe in --disable-gil (gh-113489)
Donghee Na committed
December 21, 2023
E
gh-110383: Improve accuracy of str.split() and str.rsplit() docstrings (#113355)
Erlend E. Aasland committed
December 7, 2023
S
gh-111924: Use PyMutex for Runtime-global Locks. (gh-112207)
Sam Gross committed
November 30, 2023
K
gh-111972: Make Unicode name C APIcapsule initialization thread-safe (#112249)
Kirill Podoprigora committed
November 13, 2023
S
gh-111999: Add signatures and improve docstrings for builtins (GH-112000)
Serhiy Storchaka committed
November 10, 2023
S
Add private _PyUnicode_AsUTF8NoNUL() function (GH-111957)
Serhiy Storchaka committed
November 7, 2023
V
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner committed
October 30, 2023
S
gh-110481: Implement biased reference counting (gh-110764)
Sam Gross committed
October 20, 2023
V
gh-111089: PyUnicode_AsUTF8AndSize() sets size on error (#111106)
Victor Stinner committed
V
gh-111089: PyUnicode_AsUTF8() now raises on embedded NUL (#111091)
Victor Stinner committed
October 11, 2023
S
gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSize() functions (GH-110297)
Serhiy Storchaka committed
September 29, 2023
V
gh-110079: Remove extern "C" { ...} in C code (#110080)
Victor Stinner committed
September 21, 2023
S
gh-109693: Remove pycore_atomic_funcs.h (#109694)
Sam Gross committed
September 7, 2023
D
gh-108915: Removes extra backslashes in str.split docstring (#109044)
Daniel Weiss committed
August 26, 2023
S
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Serhiy Storchaka committed
August 24, 2023
V
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Victor Stinner committed