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
/
clinic
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-127350: Add more tests for Py_fopen() (GH-128587)
Serhiy Storchaka
2025-01-07
1
-18/+7
*
gh-127350: Add Py_fopen() and Py_fclose() functions (#127821)
Victor Stinner
2025-01-06
1
-0/+48
*
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Serhiy Storchaka
2024-11-08
1
-2/+3
*
gh-116417: Move limited C API long.c tests to _testlimitedcapi (#117001)
Victor Stinner
2024-03-19
1
-140/+1
*
gh-116417: Add _testlimitedcapi C extension (#116419)
Victor Stinner
2024-03-07
1
-20/+0
*
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner
2023-11-07
1
-3/+13
*
gh-111089: Use PyUnicode_AsUTF8() in Argument Clinic (#111585)
Victor Stinner
2023-11-01
1
-13/+3
*
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner
2023-10-17
4
-4/+11
*
gh-104469: Convert _testcapi/vectorcall_limited.c to use AC (#109691)
Victor Stinner
2023-09-25
1
-0/+20
*
gh-109723: Disable Py_BUILD_CORE in _testcapi (#109727)
Victor Stinner
2023-09-22
1
-18/+1
*
gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863)
Victor Stinner
2023-09-04
1
-33/+1
*
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner
2023-08-31
5
-32/+7
*
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Victor Stinner
2023-08-24
3
-10/+10
*
gh-108444: Add PyLong_AsInt() public function (#108445)
Victor Stinner
2023-08-24
1
-1/+9
*
gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_Format() (...
Serhiy Storchaka
2023-08-19
1
-1/+63
*
Revert "gh-104469 : Convert _testcapi/vectorcall_limited.c to use AC … (gh-...
Dong-hee Na
2023-08-14
1
-42/+0
*
gh-104469 : Convert _testcapi/vectorcall_limited.c to use AC (gh-107857)
nahyeon
2023-08-12
1
-0/+42
*
gh-104469: Convert_testcapi/vectorcall.c to use AC (gh-106557)
littlebutt's workshop
2023-07-09
1
-1/+101
*
gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implementatio...
Irit Katriel
2023-05-30
1
-1/+32
*
gh-104469: Convert _testcapi/long to use AC (gh-104720)
Dong-hee Na
2023-05-23
1
-0/+166
*
gh-104469: Convert _testcapi/exceptions to use AC (gh-104502)
Dong-hee Na
2023-05-21
1
-0/+398
*
gh-104469: Convert _testcapi/watchers.c to use Argument Clinic (#104503)
Nikita Sobolev
2023-05-15
1
-0/+198
*
gh-104469 Convert _testcapi/float.c to use AC (gh-104470)
Dong-hee Na
2023-05-15
1
-0/+88
*
gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (...
Eric Snow
2022-08-11
1
-1/+7
*
gh-93274: Make vectorcall safe on mutable classes & inherit it by default (#9...
Petr Viktorin
2022-08-04
1
-0/+107