COMMITS
/ Objects/unicodeobject.c 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
V
gh-106320: Remove private _PyEval function (#108433)
Victor Stinner committed
August 4, 2023
B
GH-84436: Skip refcounting for known immortals (GH-107605)
Brandt Bucher committed
July 27, 2023
E
gh-106931: Intern Statically Allocated Strings Globally (gh-107272)
Eric Snow committed
July 21, 2023
E
gh-105699: Fix a Crasher Related to a Deprecated Global Variable (gh-106923)
Eric Snow committed
E
gh-105699: Fix an Interned Strings Crasher (gh-106930)
Eric Snow committed
July 10, 2023
H
gh-106487: Allow the 'count' argument of `str.replace` to be a keyword (#106488)
Hugo van Kemenade committed
July 3, 2023
V
gh-106320: Remove private _PyErr C API functions (#106356)
Victor Stinner committed
July 2, 2023
I
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki committed
July 1, 2023
V
gh-106320: Remove _PyInterpreterState_Get() alias (#106321)
Victor Stinner committed
June 30, 2023
V
Remove private _PyCodec_Lookup() function (#106269)
Victor Stinner committed
June 11, 2023
E
gh-105375: Improve error handling in PyUnicode_BuildEncodingMap() (#105491)
Erlend E. Aasland committed
June 1, 2023
V
gh-105156: Deprecate the old Py_UNICODE type in C API (#105157)
Victor Stinner committed
May 29, 2023
I
Fix compiler warning in unicodeobject.c (#105050)
Inada Naoki committed
May 21, 2023
S
gh-98836: Extend PyUnicode_FromFormat() (GH-98838)
Serhiy Storchaka committed
May 7, 2023
J
gh-104018: remove unused format "z" handling in string formatfloat() (#104107)
John Belmonte committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
May 2, 2023
April 27, 2023
E
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
Eric Snow 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
March 14, 2023
K
GH-100227: cleanup initialization of global interned dict (#102682)
Kumar Aditya committed
March 8, 2023
E
gh-102304: Consolidate Direct Usage of _Py_RefTotal (gh-102514)
Eric Snow committed
February 26, 2023
J
gh-101765: unicodeobject: use Py_XDECREF correctly (#102283)
Jelle Zijlstra committed
J
gh-101765: Fix refcount issues in list and unicode pickling (#102265)
Jelle Zijlstra committed
February 24, 2023
December 14, 2022
E
gh-90111: Minor Cleanup for Runtime-Global Objects (gh-100254)
Eric Snow committed
December 7, 2022
E
gh-81057: Move More Globals to _PyRuntimeState (gh-100092)
Eric Snow committed
December 3, 2022
S
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka committed
December 1, 2022
S
gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613)
Serhiy Storchaka committed
November 22, 2022
V
gh-99537: Use Py_SETREF() function in C code (#99657)
Victor Stinner committed
November 16, 2022
E
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
Eric Snow committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Objects/ directory (#99351)
Victor Stinner committed
November 8, 2022
E
gh-90868: Adjust the Generated Objects (gh-99223)
Eric Snow committed
October 30, 2022
N
gh-98783: Fix crashes when `str` subclasses are used in `_PyUnicode_Equal` (#98806)
Nikita Sobolev committed
October 18, 2022
V
gh-98393: os module reject bytes-like, only accept bytes (#98394)
Victor Stinner committed