COMMITS
/ Include/internal/pycore_pyerrors.h January 16, 2026
D
gh-142913: Add test case for interpreter generator w/ overridden opcodes (#142911)
Dino Viehland committed
November 13, 2025
S
gh-135801: Add the module parameter to compile() etc (GH-139652)
Serhiy Storchaka committed
May 21, 2025
April 25, 2025
E
gh-132781: Cleanup Code Related to NotShareableError (gh-132782)
Eric Snow committed
January 21, 2025
B
gh-127787: allow retrieving the clipped slice length in `_PyUnicodeError_GetParams` (GH-128980)
Bénédikt Tran committed
January 14, 2025
V
gh-127787: Move _PyUnicodeError_GetParams() to the internal C API (#128803)
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
September 16, 2024
July 23, 2024
S
gh-122163: Add notes for JSON serialization errors (GH-122165)
Serhiy Storchaka committed
June 24, 2024
P
gh-119521: Use `PyAPI_DATA`, not `extern`, for `_PyExc_IncompleteInputError` (GH-120955)
Petr Viktorin committed
P
gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove from public API/ABI (GH-119680)
Pablo Galindo Salgado committed
March 16, 2024
V
gh-116809: Restore removed _PyErr_ChainExceptions1() function (#116900)
Victor Stinner committed
February 29, 2024
B
GH-115802: JIT "small" code for Windows (GH-115964)
Brandt Bucher committed
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
September 4, 2023
V
gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863)
Victor Stinner committed
August 31, 2023
V
gh-106320: Remove private _PyErr_ChainExceptions() (#108713)
Victor Stinner committed
August 29, 2023
V
gh-106320: Remove private _PyErr_SetKeyError() (#108607)
Victor Stinner committed
August 24, 2023
V
gh-107211: No longer export internal functions (6) (#108424)
Victor Stinner committed
August 17, 2023
P
gh-107944: Improve error message for function calls with bad keyword arguments (#107969)
Pablo Galindo Salgado committed
July 25, 2023
V
gh-107211: No longer export internal functions (2) (#107214)
Victor Stinner committed
July 3, 2023
V
gh-106320: Remove private _PyErr C API functions (#106356)
Victor Stinner committed
June 1, 2023
I
gh-105140: remove unused arg of _PyErr_ChainStackItem (#105141)
Irit Katriel committed
April 11, 2023
I
gh-77757: replace exception wrapping by PEP-678 notes in typeobject's __set_name__ (#103402)
Irit Katriel committed
February 8, 2023
M
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon committed
April 19, 2022
D
gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)
Dennis Sweeney committed
January 21, 2022
V
bpo-46417: Finalize structseq types at exit (GH-30645)
Victor Stinner committed
January 2, 2022
December 17, 2021
I
bpo-45711: Remove type and traceback from exc_info (GH-30122)
Irit Katriel committed
December 14, 2021
I
bpo-45292: [PEP-654] add except* (GH-29581)
Irit Katriel committed
December 9, 2021
November 25, 2021
September 21, 2021
V
bpo-45061: Detect refcount bug on empty tuple singleton (GH-28503)
Victor Stinner committed
May 3, 2021
D
bpo-38530: Refactor and improve AttributeError suggestions (GH-25776)
Dennis Sweeney committed
April 14, 2021
P
bpo-38530: Offer suggestions on AttributeError (#16856)
Pablo Galindo committed
January 18, 2021
V
bpo-42923: Dump extension modules on fatal error (GH-24207)
Victor Stinner committed
May 22, 2020
C
bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287)
Chris Jerdonek committed
May 18, 2020
C
bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951)
Chris Jerdonek committed
March 26, 2020
V
bpo-38644: Pass tstate explicitly in signalmodule.c (GH-19184)
Victor Stinner committed
November 7, 2019
V
bpo-38733: PyErr_Occurred() caller must hold the GIL (GH-17080)
Victor Stinner committed
November 5, 2019
V
bpo-38644: Pass tstate to _Py_CheckFunctionResult() (GH-17050)
Victor Stinner committed
June 13, 2019
V
bpo-36710: Pass explicitly tstate in sysmodule.c (GH-14060)
Victor Stinner committed
May 24, 2019
V
bpo-36710: Add tstate parameter in ceval.c (GH-13547)
Victor Stinner committed