index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_testcapi
/
exceptions.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-108082: Add PyErr_FormatUnraisable() function (GH-111086)
Serhiy Storchaka
2023-10-31
1
-0/+25
*
gh-108082: C API: Add tests for PyErr_WriteUnraisable() (GH-111455)
Serhiy Storchaka
2023-10-30
1
-0/+17
*
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner
2023-10-17
1
-0/+3
*
C API tests: use special markers to test that output parameters were set (GH-...
Serhiy Storchaka
2023-09-06
1
-4/+7
*
gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863)
Victor Stinner
2023-09-04
1
-31/+0
*
Add Modules/_testcapi/util.h header (GH-108774)
Serhiy Storchaka
2023-09-01
1
-1/+1
*
gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_Format() (...
Serhiy Storchaka
2023-08-19
1
-0/+41
*
gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implementatio...
Irit Katriel
2023-05-30
1
-0/+17
*
gh-104469: Convert _testcapi/exceptions to use AC (gh-104502)
Dong-hee Na
2023-05-21
1
-97/+133
*
gh-102755: PyErr_DisplayException only in ABI >= 3.12. Tests cover PyErr_Disp...
Irit Katriel
2023-03-21
1
-3/+13
*
gh-102755: Add PyErr_DisplayException(exc) (#102756)
Irit Katriel
2023-03-16
1
-10/+3
*
gh-102594: PyErr_SetObject adds note to exception raised on normalization err...
Irit Katriel
2023-03-16
1
-0/+21
*
gh-102493: fix normalization in PyErr_SetObject (#102502)
Irit Katriel
2023-03-07
1
-0/+15
*
gh-93649: Split exception tests from _testcapimodule.c (GH-102173)
Erlend E. Aasland
2023-02-23
1
-0/+277