summaryrefslogtreecommitdiffstats
path: root/Modules/_testcapimodule.c
Commit message (Expand)AuthorAgeFilesLines
* gh-110850: Add PyTime_t C API (GH-115215)Petr Viktorin2024-02-121-0/+3
* gh-114685: PyBuffer_FillInfo() now raises on PyBUF_{READ,WRITE} (GH-114802)Nikita Sobolev2024-02-041-0/+21
* gh-114101: Correct PyErr_Format arguments in _testcapi module (#114102)AN Long2024-01-161-6/+6
* gh-89811: Check for valid tp_version_tag in specializer (GH-113558)Peter Lazorchak2024-01-111-0/+29
* gh-113787: Fix refleaks in test_capi (gh-113816)neonene2024-01-081-2/+1
* GH-113633: Use module state structure for _testcapi. (GH-113634)Neil Schemenauer2024-01-011-51/+64
* bpo-36796: Clean the error handling in _testcapimodule.c (GH-13085)Zackery Spytz2023-12-141-6/+12
* gh-76785: Fixes for test.support.interpreters (gh-112982)Eric Snow2023-12-121-0/+34
* gh-76785: Add _PyType_GetModuleName() to the Internal C-API (gh-112323)Eric Snow2023-11-221-0/+7
* gh-111545: Test PyHash_GetFuncDef() function (#112098)Victor Stinner2023-11-151-0/+3
* gh-111495: add stub files for C API test modules (GH-111586)Sergey B Kirpichev2023-11-011-0/+24
* gh-76785: Move the Cross-Interpreter Code to Its Own File (gh-111502)Eric Snow2023-10-301-54/+0
* gh-111065: Add more tests for the C API with the PySys_ prefix (GH-111067)Serhiy Storchaka2023-10-251-31/+3
* gh-110964: Remove private _PyArg functions (#110966)Victor Stinner2023-10-171-3/+3
* gh-110628: Add tests for PyLong C API (GH-110629)Serhiy Storchaka2023-10-141-0/+2
* gh-84489: C API: Add tests for Py_BuildValue() (GH-110596)Serhiy Storchaka2023-10-111-0/+37
* gh-110525: Add CAPI tests for set and frozenset objects (GH-110526)Nikita Sobolev2023-10-091-0/+3
* gh-108867: Add PyThreadState_GetUnchecked() function (#108870)Victor Stinner2023-10-031-2/+2
* gh-107073: Make PyObject_VisitManagedDict() public (#108763)Victor Stinner2023-10-021-1/+1
* gh-109723: Disable Py_BUILD_CORE in _testcapi (#109727)Victor Stinner2023-09-221-19/+6
* gh-109496: Detect Py_DECREF() after dealloc in debug mode (#109539)Victor Stinner2023-09-181-0/+21
* GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)Victor Stinner2023-09-081-0/+1
* gh-109045: Remove remaining LIMITED_API_AVAILABLE checks in tests (#109046)Anders Kaseorg2023-09-071-6/+0
* C API tests: use special markers to test that output parameters were set (GH-...Serhiy Storchaka2023-09-061-4/+10
* gh-108765: Python.h no longer includes <unistd.h> (#108783)Victor Stinner2023-09-021-3/+0
* Add Modules/_testcapi/util.h header (GH-108774)Serhiy Storchaka2023-09-011-16/+2
* gh-108337: Add pyatomic.h header (#108701)Victor Stinner2023-08-311-0/+3
* gh-106320: Remove private _PyErr_ChainExceptions() (#108713)Victor Stinner2023-08-311-101/+0
* gh-106320: Remove private _PyDict functions (#108449)Victor Stinner2023-08-241-21/+0
* gh-107178: Remove _testcapi.test_dict_capi() (#108436)Victor Stinner2023-08-241-191/+0
* gh-106320: Remove private _PyContext_NewHamtForTests() (#108434)Victor Stinner2023-08-241-8/+0
* gh-108216: Cleanup #include in internal header files (#108228)Victor Stinner2023-08-211-3/+3
* gh-107735: Add C API tests for PySys_GetObject() and PySys_SetObject() (GH-10...Serhiy Storchaka2023-08-071-0/+41
* gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179)Serhiy Storchaka2023-08-071-162/+7
* gh-106869: Use new PyMemberDef constant names (#106871)Victor Stinner2023-07-251-4/+5
* gh-106004: Add PyDict_GetItemRef() function (#106005)Victor Stinner2023-07-211-0/+191
* gh-105227: Add PyType_GetDict() (GH-105747)Eric Snow2023-07-101-0/+25
* gh-105927: PyWeakref_GetRef() returns 1 on success (#106561)Victor Stinner2023-07-091-1/+1
* gh-106320: Remove private pylifecycle.h functions (#106400)Victor Stinner2023-07-041-32/+0
* gh-106320: Remove private _PyImport C API functions (#106383)Victor Stinner2023-07-031-2/+8
* gh-104922: remove PY_SSIZE_T_CLEAN (#106315)Inada Naoki2023-07-021-2/+0
* gh-106320: Remove private _PyInterpreterState functions (#106325)Victor Stinner2023-07-021-5/+0
* gh-106316: Remove pytime.h header file (#106317)Victor Stinner2023-07-011-3/+0
* gh-105927: Deprecate PyWeakref_GetObject() function (#106006)Victor Stinner2023-06-261-0/+6
* gh-105927: Fix test_weakref_capi() refleak (#105966)Victor Stinner2023-06-211-16/+32
* gh-105927: Add PyWeakref_GetRef() function (#105932)Victor Stinner2023-06-211-0/+79
* gh-105922: Add PyImport_AddModuleRef() function (#105923)Victor Stinner2023-06-201-0/+48
* gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620)Eric Snow2023-06-131-7/+7
* gh-104614: Fix potential ref. leak in _testcapimodule/get_basic_static_type()...Erlend E. Aasland2023-06-021-1/+3
* gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready() (gh-10...Eric Snow2023-06-011-0/+45