summaryrefslogtreecommitdiffstats
path: root/Modules/_testcapi
Commit message (Expand)AuthorAgeFilesLines
* gh-109693: Update _gil_runtime_state.locked to use pyatomic.h (gh-110836)Donghee Na2023-10-161-0/+16
* gh-110628: Add tests for PyLong C API (GH-110629)Serhiy Storchaka2023-10-141-0/+222
* gh-110815: Improve tests for PyArg_ParseTupleAndKeywords() (GH-110817)Serhiy Storchaka2023-10-131-13/+39
* gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSiz...Serhiy Storchaka2023-10-111-0/+44
* gh-110525: Cover PySet_Add corner case with frozenset objects (GH-110544)Nikita Sobolev2023-10-091-0/+37
* gh-110549: Remove unused includes of <stddef.h> in _testcapi (GH-110552)Nikita Sobolev2023-10-093-6/+0
* gh-110525: Add CAPI tests for set and frozenset objects (GH-110526)Nikita Sobolev2023-10-092-0/+163
* gh-107073: Make PyObject_VisitManagedDict() public (#108763)Victor Stinner2023-10-021-3/+3
* gh-104469: Convert _testcapi/vectorcall_limited.c to use AC (#109691)Victor Stinner2023-09-252-5/+47
* gh-109723: Disable Py_BUILD_CORE in _testcapi (#109727)Victor Stinner2023-09-224-75/+17
* gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)Sam Gross2023-09-191-1/+0
* gh-109469: Silence compiler warnings on string comparisons in _testcapi (GH-1...Serhiy Storchaka2023-09-191-1/+2
* gh-108511: Add C API functions which do not silently ignore errors (GH-109025)Serhiy Storchaka2023-09-171-0/+54
* gh-107782: Use _testcapi to test non-representable signatures (GH-109325)Serhiy Storchaka2023-09-141-0/+44
* gh-109050: Remove remaining tests for legacy Unicode C API (GH-109068)Serhiy Storchaka2023-09-091-52/+0
* gh-109045: Remove remaining LIMITED_API_AVAILABLE checks in tests (#109046)Anders Kaseorg2023-09-072-10/+0
* C API tests: use special markers to test that output parameters were set (GH-...Serhiy Storchaka2023-09-066-26/+50
* gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863)Victor Stinner2023-09-042-64/+1
* gh-108777: Split _PyTime tests from _testinternalcapi.c (gh-108787)Sam Gross2023-09-021-0/+0
* Add Modules/_testcapi/util.h header (GH-108774)Serhiy Storchaka2023-09-015-77/+46
* gh-106320: Remove private _PyLong_Sign() (#108743)Victor Stinner2023-09-011-0/+5
* gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)Victor Stinner2023-08-315-32/+7
* gh-108337: Add pyatomic.h header (#108701)Victor Stinner2023-08-312-0/+181
* gh-108634: Py_TRACE_REFS uses a hash table (#108663)Victor Stinner2023-08-311-21/+0
* gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)Victor Stinner2023-08-243-10/+10
* gh-108444: Add PyLong_AsInt() public function (#108445)Victor Stinner2023-08-242-1/+34
* gh-108314: Add PyDict_ContainsString() function (#108323)Victor Stinner2023-08-241-0/+14
* gh-106320: Remove _PyDict_GetItemStringWithError() function (#108313)Victor Stinner2023-08-221-4/+5
* gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_Format() (...Serhiy Storchaka2023-08-192-1/+104
* Revert "gh-104469 : Convert _testcapi/vectorcall_limited.c to use AC … (gh-...Dong-hee Na2023-08-142-68/+4
* gh-104469 : Convert _testcapi/vectorcall_limited.c to use AC (gh-107857)nahyeon2023-08-122-4/+68
* gh-84805: Autogenerate signature for METH_NOARGS and METH_O extension functio...Serhiy Storchaka2023-08-111-9/+55
* gh-91054: make code watcher tests resilient to other watchers (#107821)Carl Meyer2023-08-091-3/+11
* gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179)Serhiy Storchaka2023-08-073-0/+1018
* gh-107609: Fix duplicate module check in Argument Clinic (#107610)Erlend E. Aasland2023-08-041-2/+1
* gh-106869: Use new PyMemberDef constant names (#106871)Victor Stinner2023-07-254-18/+19
* gh-86493: Modernize modules initialization code (GH-106858)Serhiy Storchaka2023-07-251-68/+24
* gh-106320: Remove private _PyMem API (#107187)Victor Stinner2023-07-241-12/+0
* gh-106320: Remove private _PyObject C API (#107147)Victor Stinner2023-07-231-75/+0
* gh-47146: Fix reference counting in _testcapi.structmember initializer (GH-10...Serhiy Storchaka2023-07-211-1/+1
* gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860)Serhiy Storchaka2023-07-182-12/+4
* gh-99593: Add tests for Unicode C API (part 3) (GH-104728)Serhiy Storchaka2023-07-101-1/+506
* gh-104469: Convert_testcapi/vectorcall.c to use AC (gh-106557)littlebutt's workshop2023-07-092-25/+140
* gh-106320: Remove _PyUnicode_TransformDecimalAndSpaceToASCII() (#106398)Victor Stinner2023-07-041-9/+0
* gh-91053: make func watcher tests resilient to other func watchers (#106286)Carl Meyer2023-07-031-12/+11
* gh-106320: _testcapi avoids private _PyUnicode_EqualToASCIIString() (#106341)Victor Stinner2023-07-021-1/+1
* gh-104922: remove PY_SSIZE_T_CLEAN (#106315)Inada Naoki2023-07-024-6/+0
* gh-106320: Remove private _PyTraceMalloc C API functions (#106324)Victor Stinner2023-07-021-18/+0
* gh-106316: Remove pytime.h header file (#106317)Victor Stinner2023-07-012-275/+0
* gh-106023: Remove _PyObject_FastCall() function (#106265)Victor Stinner2023-06-301-18/+0