COMMITS
/ Modules/_testcapimodule.c May 16, 2024
K
gh-119049: Fix incorrect display of warning which is constructed by C API (GH-119063)
Kirill Podoprigora committed
May 6, 2024
P
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH-118645)
Petr Viktorin committed
May 4, 2024
I
gh-111997: C-API for signalling monitoring events (#116413)
Irit Katriel committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
May 2, 2024
P
gh-93502: Add new C-API functions to trace object creation and destruction (#115945)
Pablo Galindo Salgado committed
April 30, 2024
N
gh-118379: Use PyTuple_Pack instead of Py_BuildValue if possible (GH-118381)
Nice Zombies committed
April 26, 2024
E
gh-110693: Pending Calls Machinery Cleanups (gh-118296)
Eric Snow committed
April 17, 2024
S
gh-117968: Add tests for the part of the PyRun family of the C API (GH-117982)
Serhiy Storchaka committed
April 15, 2024
S
gh-117694: Improve tests for PyEval_EvalCodeEx() (GH-117695)
Serhiy Storchaka committed
April 2, 2024
M
GH-115776: Embed the values array into the object, for "normal" Python objects. (GH-116115)
Mark Shannon committed
April 1, 2024
M
gh-94808:Improve coverage of PyObject_Print (GH-98749)
MonadChains committed
March 25, 2024
S
gh-87193: Support bytes objects with refcount > 1 in _PyBytes_Resize() (GH-117160)
Serhiy Storchaka committed
March 21, 2024
E
gh-76785: Drop PyInterpreterID_Type (gh-117101)
Eric Snow committed
E
gh-76785: Clean Up Interpreter ID Conversions (gh-117048)
Eric Snow committed
March 20, 2024
S
gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bit platforms (GH-117064)
Serhiy Storchaka committed
N
gh-94808: add tests covering `PyFunction_{Get,Set}Closure` (GH-99429)
Nikita Sobolev committed
March 14, 2024
V
gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)
Victor Stinner committed
V
gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)
Victor Stinner committed
March 11, 2024
V
gh-116417: Move 4 limited C API test files to _testlimitedcapi (#116571)
Victor Stinner committed
March 7, 2024
V
gh-116417: Add _testlimitedcapi C extension (#116419)
Victor Stinner committed
February 12, 2024
P
gh-110850: Add PyTime_t C API (GH-115215)
Petr Viktorin committed
February 4, 2024
N
gh-114685: PyBuffer_FillInfo() now raises on PyBUF_{READ,WRITE} (GH-114802)
Nikita Sobolev committed
January 16, 2024
A
gh-114101: Correct PyErr_Format arguments in _testcapi module (#114102)
AN Long committed
January 11, 2024
P
gh-89811: Check for valid tp_version_tag in specializer (GH-113558)
Peter Lazorchak committed
January 8, 2024
N
gh-113787: Fix refleaks in test_capi (gh-113816)
neonene committed
January 1, 2024
N
GH-113633: Use module state structure for _testcapi. (GH-113634)
Neil Schemenauer committed
December 14, 2023
Z
bpo-36796: Clean the error handling in _testcapimodule.c (GH-13085)
Zackery Spytz committed
December 12, 2023
E
gh-76785: Fixes for test.support.interpreters (gh-112982)
Eric Snow committed
November 22, 2023
E
gh-76785: Add _PyType_GetModuleName() to the Internal C-API (gh-112323)
Eric Snow committed
November 15, 2023
V
gh-111545: Test PyHash_GetFuncDef() function (#112098)
Victor Stinner committed
November 1, 2023
S
gh-111495: add stub files for C API test modules (GH-111586)
Sergey B Kirpichev committed
October 30, 2023
E
gh-76785: Move the Cross-Interpreter Code to Its Own File (gh-111502)
Eric Snow committed
October 25, 2023
S
gh-111065: Add more tests for the C API with the PySys_ prefix (GH-111067)
Serhiy Storchaka committed
October 17, 2023
V
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner committed
October 14, 2023
S
gh-110628: Add tests for PyLong C API (GH-110629)
Serhiy Storchaka committed
October 11, 2023
S
gh-84489: C API: Add tests for Py_BuildValue() (GH-110596)
Serhiy Storchaka committed
October 9, 2023
N
gh-110525: Add CAPI tests for set and frozenset objects (GH-110526)
Nikita Sobolev committed
October 3, 2023
V
gh-108867: Add PyThreadState_GetUnchecked() function (#108870)
Victor Stinner committed
October 2, 2023
V
gh-107073: Make PyObject_VisitManagedDict() public (#108763)
Victor Stinner committed
September 22, 2023
V
gh-109723: Disable Py_BUILD_CORE in _testcapi (#109727)
Victor Stinner committed
September 18, 2023
V
gh-109496: Detect Py_DECREF() after dealloc in debug mode (#109539)
Victor Stinner committed
September 8, 2023
V
GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)
Victor Stinner committed
September 7, 2023
A
gh-109045: Remove remaining LIMITED_API_AVAILABLE checks in tests (#109046)
Anders Kaseorg committed
September 6, 2023
S
C API tests: use special markers to test that output parameters were set (GH-109014)
Serhiy Storchaka committed
September 2, 2023
V
gh-108765: Python.h no longer includes <unistd.h> (#108783)
Victor Stinner committed
September 1, 2023
S
Add Modules/_testcapi/util.h header (GH-108774)
Serhiy Storchaka committed
August 31, 2023
V
gh-108337: Add pyatomic.h header (#108701)
Victor Stinner committed
V
gh-106320: Remove private _PyErr_ChainExceptions() (#108713)
Victor Stinner committed
August 24, 2023
V
gh-106320: Remove private _PyDict functions (#108449)
Victor Stinner committed
V
gh-107178: Remove _testcapi.test_dict_capi() (#108436)
Victor Stinner committed