COMMITS
/ Modules/_testcapimodule.c November 8, 2022
V
gh-91248: Add PyFrame_GetVar() function (#95712)
Victor Stinner committed
K
GH-90699: fix refleak in `_testcapimodule.c` (gh-99236)
Kumar Aditya committed
November 7, 2022
K
GH-90699: Remove remaining `_Py_IDENTIFIER` stdlib usage (GH-99067)
Kumar Aditya committed
November 5, 2022
N
gh-94808: add tests covering `PyFunction_GetKwDefaults` and `PyFunction_SetKwDefaults` (GH-98809)
Nikita Sobolev committed
N
gh-94808: add tests covering `PySequence_{Set,Del}Slice` (GH-99123)
Nikita Sobolev committed
N
gh-94808: add tests covering `PyEval_GetFuncDesc` function (GH-98300)
Nikita Sobolev committed
October 31, 2022
E
gh-98610: Adjust the Optional Restrictions on Subinterpreters (GH-98618)
Eric Snow committed
October 27, 2022
N
gh-94808: cover `PyFunction_GetDefaults` and `PyFunction_SetDefaults` (#98449)
Nikita Sobolev committed
October 26, 2022
E
N
gh-94808: cover `PyMapping_HasKeyString` and `PyMapping_HasKey` (#98486)
Nikita Sobolev committed
October 21, 2022
C
gh-91051: allow setting a callback hook on PyType_Modified (GH-97875)
Carl Meyer committed
October 16, 2022
N
gh-94808: Cover `PyFunction_GetCode`, `PyFunction_GetGlobals`, `PyFunction_GetModule` (#98158)
Nikita Sobolev committed
October 15, 2022
N
gh-94808: Cover `PyEval_GetFuncName` (#98246)
Nikita Sobolev committed
October 10, 2022
M
gh-94808: Add coverage for bytesarray_setitem (#95802)
Michael Droettboom committed
October 8, 2022
C
gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055)
Carl Meyer committed
October 7, 2022
C
Fix memory leaks in test_capi (#98017)
Carl Meyer committed
C
GH-91052: Add C API for watching dictionaries (GH-31787)
Carl Meyer committed
October 3, 2022
M
gh-94808: Add test coverage for PyObject_HasAttrString (#96627)
MonadChains committed
September 19, 2022
M
gh-96821: Fix undefined behaviour in `_testcapimodule.c` (GH-96915)
Matthias Görgens committed
August 17, 2022
P
gh-95991: Add some infrastructure for testing Limited API in _testcapi (GH-95992)
Petr Viktorin committed
August 11, 2022
C
gh-95878: Fix format char in datetime CAPI tests (GH-95879)
Christian Heimes committed
August 10, 2022
P
gh-93649: Split unicode tests from _testcapimodule.c & add some more (GH-95819)
Petr Viktorin committed
August 8, 2022
P
gh-93274: Expose receiving vectorcall in the Limited API (GH-95717)
Petr Viktorin committed
August 4, 2022
K
gh-94936: C getters: co_varnames, co_cellvars, co_freevars (#95008)
Ken Jin committed
August 1, 2022
P
gh-93649: Split heaptype tests from _testcapimodule.c (GH-95386)
Petr Viktorin committed
July 25, 2022
M
GH-92678: Expose managed dict clear and visit functions (#95246)
Mark Shannon committed
July 19, 2022
B
GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-94891)
Brandt Bucher committed
July 18, 2022
S
gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931)
Serhiy Storchaka committed
July 8, 2022
P
gh-93649: Split vectorcall testing from _testcapimodule.c (GH-94549)
Petr Viktorin committed
June 27, 2022
V
gh-87347: Fix test_pymem_new() reference leak (#94330)
Victor Stinner committed
June 26, 2022
V
gh-87347: Fix PyObject_NEW() regression (#94234)
Victor Stinner committed
June 20, 2022
V
gh-87347: Add parenthesis around macro arguments (#93915)
Victor Stinner committed
June 19, 2022
V
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
Victor Stinner committed
June 14, 2022
P
gh-89546: Clean up PyType_FromMetaclass (GH-93686)
Petr Viktorin committed
June 10, 2022
June 9, 2022
S
bpo-45383: Get metaclass from bases in PyType_From* (GH-28748)
Sebastian Berg committed
May 27, 2022
V
gh-82616: Add Py_IS_TYPE_SIGNED() macro (#93178)
Victor Stinner committed
W
gh-60074: add new stable API function PyType_FromMetaclass (GH-93012)
Wenzel Jakob committed
May 17, 2022
D
Fix NULL check in test_type_from_ephemeral_spec in_testcapimodule.c (GH-92863)
Dennis Sweeney committed
May 13, 2022
M
GH-92236: Remove spurious "line" event when starting coroutine or generator. (GH-92722)
Mark Shannon committed
May 12, 2022
I
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki committed
May 3, 2022
V
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner committed
K
gh-92154: Expose PyCode_GetCode in the C API (GH-92168)
Ken Jin committed
April 28, 2022
P
gh-91324: List feature macros in the stable ABI manifest, improve tests (GH-32415)
Petr Viktorin committed
April 20, 2022
V
gh-91731: Replace Py_BUILD_ASSERT() with static_assert() (#91730)
Victor Stinner committed
April 18, 2022
O
gh-91118: Fix docstrings that do not honor --without-doc-strings (#31769)
Oleg Iarygin committed
April 15, 2022
I
gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)
Irit Katriel committed
April 8, 2022
M
Add new PyFrame_GetLasti C-API function (GH-32413)
Mark Shannon committed
March 31, 2022
M
bpo-40421: Add missing getters for frame object attributes to C-API. (GH-32114)
Mark Shannon committed
March 11, 2022
V
bpo-46906: Add PyFloat_Pack8() to the C API (GH-31657)
Victor Stinner committed