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-111495: Add tests for PyList C API (#111562)
Kalyan
2023-11-08
1
-1/+179
*
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner
2023-11-07
1
-3/+13
*
gh-111495: Add tests for PyComplex C API (GH-111591)
Sergey B Kirpichev
2023-11-05
1
-0/+92
*
gh-111495: Add tests for PyFloat C API (GH-111624)
Sergey B Kirpichev
2023-11-05
1
-0/+74
*
gh-111089: Use PyUnicode_AsUTF8() in Argument Clinic (#111585)
Victor Stinner
2023-11-01
1
-13/+3
*
gh-111495: Add tests for PyBytes and PyByteArray C API (GH-111496)
Serhiy Storchaka
2023-11-01
2
-0/+344
*
gh-111495: add stub files for C API test modules (GH-111586)
Sergey B Kirpichev
2023-11-01
9
-2/+144
*
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-110481: Implement biased reference counting (gh-110764)
Sam Gross
2023-10-30
2
-0/+14
*
gh-90815: Add mimalloc memory allocator (#109914)
Dino Viehland
2023-10-30
1
-0/+9
*
gh-94808: Add coverage test for number check (gh-111445)
Evan Kohilas
2023-10-29
1
-0/+7
*
gh-111065: Add more tests for the C API with the PySys_ prefix (GH-111067)
Serhiy Storchaka
2023-10-25
2
-0/+57
*
gh-110572: Remove `test_*` from `_testcapi/getargs.c` (GH-111214)
Nikita Sobolev
2023-10-24
1
-206/+14
*
gh-110572: Fix potential leaks in test_*_code in _testcapi/getargs.c (GH-110573)
Nikita Sobolev
2023-10-21
1
-33/+57
*
gh-111089: PyUnicode_AsUTF8AndSize() sets size on error (#111106)
Victor Stinner
2023-10-20
1
-1/+1
*
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner
2023-10-17
9
-16/+41
*
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
[next]