summaryrefslogtreecommitdiffstats
path: root/Modules/_testcapimodule.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-105107: Remove PyCFunction_Call() function (#105181)Victor Stinner2023-06-011-0/+14
* gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)Inada Naoki2023-05-311-47/+0
* gh-105020: Share tp_bases and tp_mro Between Interpreters For All Static Buil...Eric Snow2023-05-311-0/+23
* gh-104645: fix error handling in marshal tests (#104646)Irit Katriel2023-05-191-18/+14
* GH-102818: Do not call `PyTraceBack_Here` in sys.settrace trampoline. (GH-10...Mark Shannon2023-05-191-0/+28
* gh-93649: Split gc- and allocation tests from _testcapimodule.c (GH-104403)Jurica Bradarić2023-05-121-326/+3
* gh-99113: Add PyInterpreterConfig.own_gil (gh-104204)Eric Snow2023-05-051-2/+10
* gh-104190: fix ubsan crash (#104191)sunmy20192023-05-051-1/+1
* gh-99593: Add tests for Unicode C API (part 2) (#99868)Serhiy Storchaka2023-05-041-0/+1
* gh-102500: Implement PEP 688 (#102521)Jelle Zijlstra2023-05-041-1/+3