COMMITS
/ Python/errors.c March 27, 2026
V
gh-146480: Override the exception in _PyErr_SetKeyError() (#146486)
Victor Stinner committed
January 9, 2026
V
gh-143547: Fix PyErr_FormatUnraisable() fallback (#143557)
Victor Stinner committed
November 13, 2025
S
gh-135801: Add the module parameter to compile() etc (GH-139652)
Serhiy Storchaka committed
October 14, 2025
S
gh-139640: Fix swallowing syntax warnings in different modules (GH-139755)
Serhiy Storchaka committed
August 4, 2025
P
gh-134170: Add colorization to unraisable exceptions (#134183)
Peter Bierma committed
May 28, 2025
S
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)
Serhiy Storchaka committed
April 25, 2025
E
gh-132781: Cleanup Code Related to NotShareableError (gh-132782)
Eric Snow committed
April 12, 2025
T
gh-131927: Prevent emitting optimizer warnings twice in the REPL (#131993)
Tomas R. committed
March 20, 2025
K
gh-131401: fix data races in exception handling (#131447)
Kumar Aditya committed
March 19, 2025
K
gh-131401: fix data race in `_PyErr_Restore` (#131406)
Kumar Aditya committed
March 17, 2025
M
GH-131238: More refactoring of core header files (GH-131351)
Mark Shannon committed
V
gh-131238: Add explicit includes to pycore headers (#131257)
Victor Stinner committed
February 25, 2025
S
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
Serhiy Storchaka committed
January 31, 2025
V
gh-129354: Fix grammar in PyErr_FormatUnraisable() (#129475)
Victor Stinner committed
January 20, 2025
P
gh-128360: Add `_Py_AssertHoldsTstate` as assertion for holding a thread state (#128361)
Peter Bierma committed
January 6, 2025
V
gh-127350: Add Py_fopen() and Py_fclose() functions (#127821)
Victor Stinner committed
December 17, 2024
B
gh-126742: Add _PyErr_SetLocaleString, use it for gdbm & dlerror messages (GH-126746)
Bénédikt Tran committed
October 18, 2024
E
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Eric Snow committed
September 24, 2024
S
gh-124188: Fix PyErr_ProgramTextObject() (GH-124189)
Serhiy Storchaka committed
September 16, 2024
May 10, 2024
V
gh-118702: Implement vectorcall for BaseException (#118703)
Victor Stinner committed
April 30, 2024
N
gh-118379: Use PyTuple_Pack instead of Py_BuildValue if possible (GH-118381)
Nice Zombies committed
December 21, 2023
November 6, 2023
E
gh-76785: Move _Py_excinfo Functions Out of the Internal C-API (gh-111715)
Eric Snow committed
November 3, 2023
S
gh-108082: Remove _PyErr_WriteUnraisableMsg() (GH-111643)
Serhiy Storchaka committed
November 1, 2023
E
gh-76785: Crossinterp utils additions (gh-111530)
Eric Snow committed
October 31, 2023
S
gh-108082: Add PyErr_FormatUnraisable() function (GH-111086)
Serhiy Storchaka committed
September 29, 2023
V
gh-110079: Remove extern "C" { ...} in C code (#110080)
Victor Stinner committed
September 23, 2023
S
gh-109611: Add convenient C API function _PyFile_Flush() (GH-109612)
Serhiy Storchaka committed
September 17, 2023
S
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Serhiy Storchaka committed
September 3, 2023
V
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Victor Stinner committed
August 21, 2023
S
August 19, 2023
S
gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_Format() (GH-107918)
Serhiy Storchaka committed
July 12, 2023
S
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka committed
June 26, 2023
V
gh-106084: Remove old PyObject call aliases (#106085)
Victor Stinner committed
June 1, 2023
I
gh-105140: remove unused arg of _PyErr_ChainStackItem (#105141)
Irit Katriel committed
May 2, 2023
May 1, 2023
E
gh-84436: Immortalize in _PyStructSequence_InitBuiltinWithFlags() (gh-104054)
Eric Snow committed
April 27, 2023
E
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
Eric Snow committed
April 11, 2023
I
gh-77757: replace exception wrapping by PEP-678 notes in typeobject's __set_name__ (#103402)
Irit Katriel committed
March 18, 2023
I
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#102769)
Irit Katriel committed
March 16, 2023
I
gh-102594: PyErr_SetObject adds note to exception raised on normalization error (#102675)
Irit Katriel committed
March 7, 2023
I
gh-102493: fix normalization in PyErr_SetObject (#102502)
Irit Katriel committed
February 8, 2023
M
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon committed
November 23, 2022
V
gh-99537: Use Py_SETREF(var, NULL) in C code (#99687)
Victor Stinner committed
November 22, 2022
V
gh-99537: Use Py_SETREF() function in C code (#99657)
Victor Stinner committed
November 16, 2022
V
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
Victor Stinner committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Python/ directory (#99302)
Victor Stinner committed
October 25, 2022
P
gh-91058: Add error suggestions to 'import from' import errors (#98305)
Pablo Galindo Salgado committed
July 25, 2022
E
gh-94673: Add _PyStaticType_InitBuiltin() (#95152)
Eric Snow committed