COMMITS
/ Objects/exceptions.c March 31, 2026
S
[3.13] gh-146615: Fix format specifiers in Objects/ directory (GH-146620) (GH-146655)
Serhiy Storchaka committed
March 30, 2026
December 8, 2025
February 6, 2025
October 8, 2024
M
[3.13] gh-123378: fix a crash in `UnicodeError.__str__` (GH-124935) (#125099)
Miss Islington (bot) committed
July 19, 2024
S
[3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012)
Serhiy Storchaka committed
June 24, 2024
June 3, 2024
M
[3.13] gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-120009)
Miss Islington (bot) 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
I
gh-103590: do not wrap a single exception raised from a try-except* (#103665)
Irit Katriel committed
March 21, 2023
I
gh-102406: replace exception chaining by PEP-678 notes in codecs (#102407)
Irit Katriel committed
March 16, 2023
I
gh-102594: PyErr_SetObject adds note to exception raised on normalization error (#102675)
Irit Katriel committed
March 8, 2023
I
March 7, 2023
E
gh-90110: Fix the c-analyzer Tool (#102483)
Eric Snow committed
February 8, 2023
M
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon committed
November 18, 2022
I
gh-99553: fix bug where an ExceptionGroup subclass can wrap a BaseException (GH-99572)
Irit Katriel committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Objects/ directory (#99335)
Victor Stinner committed
November 8, 2022
I
gh-99181: fix except* on unhashable exceptions (GH-99192)
Irit Katriel committed
October 25, 2022
P
gh-91058: Add error suggestions to 'import from' import errors (#98305)
Pablo Galindo Salgado committed
October 2, 2022
August 16, 2022
C
gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006)
Christian Heimes committed
July 28, 2022
I
gh-95369: add missing decref in error case of exception group's split (GH-95370)
Irit Katriel committed
July 27, 2022
P
gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack during deallocation in debug mode (#95325)
Pablo Galindo Salgado committed
July 25, 2022
E
gh-94673: Add _PyStaticType_InitBuiltin() (#95152)
Eric Snow committed
July 19, 2022
E
gh-94673: [c-analyzer] Add a Script to Identify Static Types (#94989)
Eric Snow committed
May 27, 2022
K
GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
Kumar Aditya committed
May 4, 2022
V
Use static inline function Py_EnterRecursiveCall() (#91988)
Victor Stinner committed
April 16, 2022
I
gh-89770: Implement PEP-678 - Exception notes (GH-31317)
Irit Katriel committed
March 30, 2022
D
bpo-46775: OSError should call winerror_to_errno unconditionally on Windows (GH-32179)
Dong-hee Na committed
February 26, 2022
V
bpo-46857: Fix refleak in OSError INIT_ALIAS() (GH-31594)
Victor Stinner committed
February 22, 2022
I
bpo-46729: add number of sub-exceptions in str() of BaseExceptionGroup (GH-31294)
Irit Katriel committed
February 8, 2022