COMMITS
/ Modules/_testcapi/exceptions.c August 18, 2025
A
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner committed
April 1, 2025
B
gh-111178: remove redundant casts for functions with correct signatures (#131673)
Bénédikt Tran committed
December 17, 2024
B
gh-126742: Add _PyErr_SetLocaleString, use it for gdbm & dlerror messages (GH-126746)
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
June 27, 2024
V
gh-121040: Use __attribute__((fallthrough)) (#121044)
Victor Stinner 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
October 17, 2023
V
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner committed
September 6, 2023
S
C API tests: use special markers to test that output parameters were set (GH-109014)
Serhiy Storchaka committed
September 4, 2023
V
gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863)
Victor Stinner committed
September 1, 2023
S
Add Modules/_testcapi/util.h header (GH-108774)
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 21, 2023
March 16, 2023
I
gh-102755: Add PyErr_DisplayException(exc) (#102756)
Irit Katriel committed
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