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
/
_testcapimodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-111495: add stub files for C API test modules (GH-111586)
Sergey B Kirpichev
2023-11-01
1
-0/+24
*
gh-76785: Move the Cross-Interpreter Code to Its Own File (gh-111502)
Eric Snow
2023-10-30
1
-54/+0
*
gh-111065: Add more tests for the C API with the PySys_ prefix (GH-111067)
Serhiy Storchaka
2023-10-25
1
-31/+3
*
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner
2023-10-17
1
-3/+3
*
gh-110628: Add tests for PyLong C API (GH-110629)
Serhiy Storchaka
2023-10-14
1
-0/+2
*
gh-84489: C API: Add tests for Py_BuildValue() (GH-110596)
Serhiy Storchaka
2023-10-11
1
-0/+37
*
gh-110525: Add CAPI tests for set and frozenset objects (GH-110526)
Nikita Sobolev
2023-10-09
1
-0/+3
*
gh-108867: Add PyThreadState_GetUnchecked() function (#108870)
Victor Stinner
2023-10-03
1
-2/+2
*
gh-107073: Make PyObject_VisitManagedDict() public (#108763)
Victor Stinner
2023-10-02
1
-1/+1
*
gh-109723: Disable Py_BUILD_CORE in _testcapi (#109727)
Victor Stinner
2023-09-22
1
-19/+6
*
gh-109496: Detect Py_DECREF() after dealloc in debug mode (#109539)
Victor Stinner
2023-09-18
1
-0/+21
*
GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)
Victor Stinner
2023-09-08
1
-0/+1
*
gh-109045: Remove remaining LIMITED_API_AVAILABLE checks in tests (#109046)
Anders Kaseorg
2023-09-07
1
-6/+0
*
C API tests: use special markers to test that output parameters were set (GH-...
Serhiy Storchaka
2023-09-06
1
-4/+10
*
gh-108765: Python.h no longer includes <unistd.h> (#108783)
Victor Stinner
2023-09-02
1
-3/+0
*
Add Modules/_testcapi/util.h header (GH-108774)
Serhiy Storchaka
2023-09-01
1
-16/+2
*
gh-108337: Add pyatomic.h header (#108701)
Victor Stinner
2023-08-31
1
-0/+3
*
gh-106320: Remove private _PyErr_ChainExceptions() (#108713)
Victor Stinner
2023-08-31
1
-101/+0
*
gh-106320: Remove private _PyDict functions (#108449)
Victor Stinner
2023-08-24
1
-21/+0
*
gh-107178: Remove _testcapi.test_dict_capi() (#108436)
Victor Stinner
2023-08-24
1
-191/+0
*
gh-106320: Remove private _PyContext_NewHamtForTests() (#108434)
Victor Stinner
2023-08-24
1
-8/+0
*
gh-108216: Cleanup #include in internal header files (#108228)
Victor Stinner
2023-08-21
1
-3/+3
*
gh-107735: Add C API tests for PySys_GetObject() and PySys_SetObject() (GH-10...
Serhiy Storchaka
2023-08-07
1
-0/+41
*
gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179)
Serhiy Storchaka
2023-08-07
1
-162/+7
*
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner
2023-07-25
1
-4/+5
*
gh-106004: Add PyDict_GetItemRef() function (#106005)
Victor Stinner
2023-07-21
1
-0/+191
*
gh-105227: Add PyType_GetDict() (GH-105747)
Eric Snow
2023-07-10
1
-0/+25
*
gh-105927: PyWeakref_GetRef() returns 1 on success (#106561)
Victor Stinner
2023-07-09
1
-1/+1
*
gh-106320: Remove private pylifecycle.h functions (#106400)
Victor Stinner
2023-07-04
1
-32/+0
*
gh-106320: Remove private _PyImport C API functions (#106383)
Victor Stinner
2023-07-03
1
-2/+8
*
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki
2023-07-02
1
-2/+0
*
gh-106320: Remove private _PyInterpreterState functions (#106325)
Victor Stinner
2023-07-02
1
-5/+0
*
gh-106316: Remove pytime.h header file (#106317)
Victor Stinner
2023-07-01
1
-3/+0
*
gh-105927: Deprecate PyWeakref_GetObject() function (#106006)
Victor Stinner
2023-06-26
1
-0/+6
*
gh-105927: Fix test_weakref_capi() refleak (#105966)
Victor Stinner
2023-06-21
1
-16/+32
*
gh-105927: Add PyWeakref_GetRef() function (#105932)
Victor Stinner
2023-06-21
1
-0/+79
*
gh-105922: Add PyImport_AddModuleRef() function (#105923)
Victor Stinner
2023-06-20
1
-0/+48
*
gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620)
Eric Snow
2023-06-13
1
-7/+7
*
gh-104614: Fix potential ref. leak in _testcapimodule/get_basic_static_type()...
Erlend E. Aasland
2023-06-02
1
-1/+3
*
gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready() (gh-10...
Eric Snow
2023-06-01
1
-0/+45
*
gh-105107: Remove PyCFunction_Call() function (#105181)
Victor Stinner
2023-06-01
1
-0/+14
*
gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)
Inada Naoki
2023-05-31
1
-47/+0
*
gh-105020: Share tp_bases and tp_mro Between Interpreters For All Static Buil...
Eric Snow
2023-05-31
1
-0/+23
*
gh-104645: fix error handling in marshal tests (#104646)
Irit Katriel
2023-05-19
1
-18/+14
*
GH-102818: Do not call `PyTraceBack_Here` in sys.settrace trampoline. (GH-10...
Mark Shannon
2023-05-19
1
-0/+28
*
gh-93649: Split gc- and allocation tests from _testcapimodule.c (GH-104403)
Jurica Bradarić
2023-05-12
1
-326/+3
*
gh-99113: Add PyInterpreterConfig.own_gil (gh-104204)
Eric Snow
2023-05-05
1
-2/+10
*
gh-104190: fix ubsan crash (#104191)
sunmy2019
2023-05-05
1
-1/+1
*
gh-99593: Add tests for Unicode C API (part 2) (#99868)
Serhiy Storchaka
2023-05-04
1
-0/+1
*
gh-102500: Implement PEP 688 (#102521)
Jelle Zijlstra
2023-05-04
1
-1/+3
[next]