COMMITS
/ Objects/exceptions.c March 31, 2026
S
gh-146615: Fix format specifiers in Objects/ directory (GH-146620)
sunmy2019 committed
March 27, 2026
B
gh-146250: Fix memory leak in re-initialization of `SyntaxError` (#146251)
Brij Kapadia committed
March 19, 2026
S
GH-146096: Fix segfault in BaseExceptionGroup repr (#146141)
Sergey Miryanov committed
March 16, 2026
S
GH-145247: Use _PyTuple_FromPair in exceptions.c (GH-145910)
Sergey Miryanov committed
March 4, 2026
P
gh-145376: Fix refleak in unusual error path in BaseExceptionGroup_new (GH-145474)
Pieter Eendebak committed
February 12, 2026
P
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Pablo Galindo Salgado committed
January 6, 2026
December 7, 2025
October 11, 2025
V
gh-111489: Remove _PyTuple_FromArray() alias (#139973)
Victor Stinner committed
August 14, 2025
Y
April 30, 2025
M
GH-124715: Move trashcan mechanism into `Py_Dealloc` (GH-132280)
Mark Shannon committed
April 22, 2025
P
gh-132449: Improve syntax error messages for keywords with typos (#132450)
Pablo Galindo Salgado committed
March 19, 2025
V
gh-131238: Remove many includes from pycore_interp.h (#131472)
Victor Stinner committed
March 1, 2025
B
gh-128974: Fix `UnicodeError.__str__` when custom attributes have side-effects (#128975)
Bénédikt Tran committed
February 17, 2025
B
gh-111178: fix UBSan failures in `Objects/exceptions.c` (GH-128154)
Bénédikt Tran committed
February 6, 2025
January 25, 2025
K
gh-128421: make exception group methods thread safe (#129298)
Kumar Aditya committed
January 21, 2025
B
gh-127787: allow retrieving the clipped slice length in `_PyUnicodeError_GetParams` (GH-128980)
Bénédikt Tran committed
January 20, 2025
E
gh-111178: Regen clinic and fix exceptions.c post gh-128447 (#129060)
Erlend E. Aasland committed
January 13, 2025
K
gh-128421: make getters and setters of `BaseException` thread safe (#128728)
Kumar Aditya committed
January 3, 2025
B
gh-127787: refactor helpers for `PyUnicodeErrorObject` internal interface (GH-127789)
Bénédikt Tran committed
December 13, 2024
B
gh-127691: add type checks when using `PyUnicodeError` objects (GH-127694)
Bénédikt Tran committed
December 8, 2024
B
gh-123378: fix post-merge typos in comments and NEWS (#127739)
Bénédikt Tran committed
December 4, 2024
B
gh-123378: Ensure results of `PyUnicode*Error_Get{Start,End}` are clamped (GH-123380)
Bénédikt Tran committed
October 9, 2024
V
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194)
Victor Stinner committed
October 8, 2024
B
gh-123378: fix a crash in `UnicodeError.__str__` (#124935)
Bénédikt Tran committed
September 27, 2024
B
gh-111178: fix some USAN failures - mismatched function pointers (GH-123004)
Bénédikt Tran committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
June 24, 2024
P
gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove from public API/ABI (GH-119680)
Pablo Galindo Salgado committed
June 3, 2024
E
gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929)
Eric Snow committed
May 10, 2024
V
gh-118702: Implement vectorcall for BaseException (#118703)
Victor Stinner committed
February 14, 2024
V
gh-114570: Add PythonFinalizationError exception (#115352)
Victor Stinner committed
February 13, 2024
S
gh-89240: Enable multiprocessing on Windows to use large process pools (GH-107873)
Steve Dower committed
January 30, 2024
P
gh-113744: Add a new IncompleteInputError exception to improve incomplete input detection in the codeop module (#113745)
Pablo Galindo Salgado committed
November 4, 2023
N
gh-111666: Speed up `BaseExceptionGroup.{derive,split,subgroup}` (#111667)
Nikita Sobolev committed
October 23, 2023
R
gh-109894: Fix initialization of static `MemoryError` in subinterpreter (gh-110911)
Radislav Chugunov committed
October 17, 2023
V
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner committed
July 25, 2023
V
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner committed
July 12, 2023
S
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka committed
July 2, 2023
I
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki committed
June 30, 2023
I
fix typos (#106247)
Inada Naoki committed
June 26, 2023
V
gh-106084: Remove _PyObject_RealIsInstance() function (#106106)
Victor Stinner committed
June 23, 2023
I
gh-105730: support more callables in ExceptionGroup.split() and subgroup() (#106035)
Irit Katriel committed
S
gh-106033: Get rid of new occurrences of PyDict_GetItem and PyObject_HasAttr (GH-106034)
Serhiy Storchaka committed
June 1, 2023
V
gh-92536: Remove PyUnicode_READY() calls (#105210)
Victor Stinner committed
May 30, 2023
May 13, 2023
C
gh-104454: Fix refleak in AttributeError_reduce (#104455)
Charles Machalow committed
May 12, 2023
C
gh-103333: Pickle the keyword attributes of AttributeError (#103352)
Charles Machalow committed
May 2, 2023
April 27, 2023
E
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
Eric Snow committed