COMMITS
/ Lib/test/test_capi/test_exceptions.py March 27, 2026
V
gh-146480: Override the exception in _PyErr_SetKeyError() (#146486)
Victor Stinner committed
August 4, 2025
P
gh-134170: Add colorization to unraisable exceptions (#134183)
Peter Bierma committed
March 10, 2025
P
gh-117174: Add a new route in linecache to fetch interactive source code (#117500)
Pablo Galindo Salgado committed
December 4, 2024
B
gh-123378: Ensure results of `PyUnicode*Error_Get{Start,End}` are clamped (GH-123380)
Bénédikt Tran committed
August 21, 2024
W
Fix typos in comments (#123201)
Wulian committed
May 16, 2024
K
gh-119049: Fix incorrect display of warning which is constructed by C API (GH-119063)
Kirill Podoprigora committed
October 31, 2023
S
gh-108082: Add PyErr_FormatUnraisable() function (GH-111086)
Serhiy Storchaka committed
October 30, 2023
S
gh-108082: C API: Add tests for PyErr_WriteUnraisable() (GH-111455)
Serhiy Storchaka committed
August 19, 2023
S
gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_Format() (GH-107918)
Serhiy Storchaka committed
May 30, 2023
May 21, 2023
D
gh-104469: Convert _testcapi/exceptions to use AC (gh-104502)
Dong-hee Na 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 23, 2023
E
gh-93649: Split exception tests from _testcapimodule.c (GH-102173)
Erlend E. Aasland committed