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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-109693: Update _gil_runtime_state.locked to use pyatomic.h (gh-110836)
Donghee Na
2023-10-16
1
-0/+16
*
gh-110628: Add tests for PyLong C API (GH-110629)
Serhiy Storchaka
2023-10-14
1
-0/+222
*
gh-110815: Improve tests for PyArg_ParseTupleAndKeywords() (GH-110817)
Serhiy Storchaka
2023-10-13
1
-13/+39
*
gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSiz...
Serhiy Storchaka
2023-10-11
1
-0/+44
*
gh-110525: Cover PySet_Add corner case with frozenset objects (GH-110544)
Nikita Sobolev
2023-10-09
1
-0/+37
*
gh-110549: Remove unused includes of <stddef.h> in _testcapi (GH-110552)
Nikita Sobolev
2023-10-09
3
-6/+0
*
gh-110525: Add CAPI tests for set and frozenset objects (GH-110526)
Nikita Sobolev
2023-10-09
2
-0/+163
*
gh-107073: Make PyObject_VisitManagedDict() public (#108763)
Victor Stinner
2023-10-02
1
-3/+3
*
gh-104469: Convert _testcapi/vectorcall_limited.c to use AC (#109691)
Victor Stinner
2023-09-25
2
-5/+47
*
gh-109723: Disable Py_BUILD_CORE in _testcapi (#109727)
Victor Stinner
2023-09-22
4
-75/+17
*
gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)
Sam Gross
2023-09-19
1
-1/+0
*
gh-109469: Silence compiler warnings on string comparisons in _testcapi (GH-1...
Serhiy Storchaka
2023-09-19
1
-1/+2
*
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Serhiy Storchaka
2023-09-17
1
-0/+54
*
gh-107782: Use _testcapi to test non-representable signatures (GH-109325)
Serhiy Storchaka
2023-09-14
1
-0/+44
*
gh-109050: Remove remaining tests for legacy Unicode C API (GH-109068)
Serhiy Storchaka
2023-09-09
1
-52/+0
*
gh-109045: Remove remaining LIMITED_API_AVAILABLE checks in tests (#109046)
Anders Kaseorg
2023-09-07
2
-10/+0
*
C API tests: use special markers to test that output parameters were set (GH-...
Serhiy Storchaka
2023-09-06
6
-26/+50
*
gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863)
Victor Stinner
2023-09-04
2
-64/+1
*
gh-108777: Split _PyTime tests from _testinternalcapi.c (gh-108787)
Sam Gross
2023-09-02
1
-0/+0
*
Add Modules/_testcapi/util.h header (GH-108774)
Serhiy Storchaka
2023-09-01
5
-77/+46
*
gh-106320: Remove private _PyLong_Sign() (#108743)
Victor Stinner
2023-09-01
1
-0/+5
*
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner
2023-08-31
5
-32/+7
*
gh-108337: Add pyatomic.h header (#108701)
Victor Stinner
2023-08-31
2
-0/+181
*
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner
2023-08-31
1
-21/+0
*
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
2
-1/+34
*
gh-108314: Add PyDict_ContainsString() function (#108323)
Victor Stinner
2023-08-24
1
-0/+14
*
gh-106320: Remove _PyDict_GetItemStringWithError() function (#108313)
Victor Stinner
2023-08-22
1
-4/+5
*
gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_Format() (...
Serhiy Storchaka
2023-08-19
2
-1/+104
*
Revert "gh-104469 : Convert _testcapi/vectorcall_limited.c to use AC … (gh-...
Dong-hee Na
2023-08-14
2
-68/+4
*
gh-104469 : Convert _testcapi/vectorcall_limited.c to use AC (gh-107857)
nahyeon
2023-08-12
2
-4/+68
*
gh-84805: Autogenerate signature for METH_NOARGS and METH_O extension functio...
Serhiy Storchaka
2023-08-11
1
-9/+55
*
gh-91054: make code watcher tests resilient to other watchers (#107821)
Carl Meyer
2023-08-09
1
-3/+11
*
gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179)
Serhiy Storchaka
2023-08-07
3
-0/+1018
*
gh-107609: Fix duplicate module check in Argument Clinic (#107610)
Erlend E. Aasland
2023-08-04
1
-2/+1
*
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner
2023-07-25
4
-18/+19
*
gh-86493: Modernize modules initialization code (GH-106858)
Serhiy Storchaka
2023-07-25
1
-68/+24
*
gh-106320: Remove private _PyMem API (#107187)
Victor Stinner
2023-07-24
1
-12/+0
*
gh-106320: Remove private _PyObject C API (#107147)
Victor Stinner
2023-07-23
1
-75/+0
*
gh-47146: Fix reference counting in _testcapi.structmember initializer (GH-10...
Serhiy Storchaka
2023-07-21
1
-1/+1
*
gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860)
Serhiy Storchaka
2023-07-18
2
-12/+4
*
gh-99593: Add tests for Unicode C API (part 3) (GH-104728)
Serhiy Storchaka
2023-07-10
1
-1/+506
*
gh-104469: Convert_testcapi/vectorcall.c to use AC (gh-106557)
littlebutt's workshop
2023-07-09
2
-25/+140
*
gh-106320: Remove _PyUnicode_TransformDecimalAndSpaceToASCII() (#106398)
Victor Stinner
2023-07-04
1
-9/+0
*
gh-91053: make func watcher tests resilient to other func watchers (#106286)
Carl Meyer
2023-07-03
1
-12/+11
*
gh-106320: _testcapi avoids private _PyUnicode_EqualToASCIIString() (#106341)
Victor Stinner
2023-07-02
1
-1/+1
*
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki
2023-07-02
4
-6/+0
*
gh-106320: Remove private _PyTraceMalloc C API functions (#106324)
Victor Stinner
2023-07-02
1
-18/+0
*
gh-106316: Remove pytime.h header file (#106317)
Victor Stinner
2023-07-01
2
-275/+0
*
gh-106023: Remove _PyObject_FastCall() function (#106265)
Victor Stinner
2023-06-30
1
-18/+0
[next]