COMMITS
/ Modules/_testcapimodule.c 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
February 25, 2022
P
bpo-46748: Don't import <stdbool.h> in public headers (GH-31553)
Petr Viktorin committed
February 8, 2022
February 7, 2022
V
bpo-46670: Remove unused macros in the Modules directory (GH-31194)
Victor Stinner committed
January 12, 2022
C
bpo-40280: Allow to compile _testcapi as builtin module (GH-30559)
Christian Heimes committed
January 11, 2022
V
bpo-46303: Move fileutils.h private functions to internal C API (GH-30484)
Victor Stinner committed
January 2, 2022
I
December 10, 2021
G
bpo-43931: Export Python version as API data (GH-25577)
Gabriele N. Tornetta committed
December 7, 2021
November 24, 2021
P
bpo-45822: Minor cleanups to the test_Py_CompileString test (GH-29750)
Pablo Galindo Salgado committed
November 16, 2021
P
bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are not provided (GH-29582)
Pablo Galindo Salgado committed
October 21, 2021
P
October 15, 2021
V
bpo-43760: Add PyThreadState_EnterTracing() (GH-28542)
Victor Stinner committed
V
bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975)
Victor Stinner committed
October 12, 2021
V
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner committed
October 11, 2021
V
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner committed
October 7, 2021
C
Fix typos in the Modules directory (GH-28761)
Christian Clauss committed
October 6, 2021
September 30, 2021
V
bpo-41710: Add _PyTime_AsTimespec_clamp() (GH-28629)
Victor Stinner committed
September 15, 2021
V
bpo-21302: Add _PyTime_AsNanoseconds() (GH-28350)
Victor Stinner committed
September 8, 2021
V
bpo-39573: Py_TYPE becomes a static inline function (GH-28128)
Victor Stinner committed
August 23, 2021
S
bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904)
Serhiy Storchaka committed
August 17, 2021
H
bpo-42035: Enhance test_get_type_name() of _testcapi (GH-27649)
Hai Shi committed
August 16, 2021
K
bpo-44914: Add tests for some invariants of tp_version_tag (GH-27774)
Ken Jin committed
July 29, 2021
H
bpo-42035: Add a PyType_GetName() to get type's short name. (GH-23903)
Hai Shi committed
June 29, 2021
V
bpo-44434: Remove useless calls to PyThread_exit_thread() (GH-26943)
Victor Stinner committed
June 10, 2021
M
bpo-44363: Get test_capi passing with address sanitizer (GH-26639)
Mark Shannon committed
June 8, 2021
P
bpo-44348: Revert "bpo-39573: Py_TYPE becomes a static inline function (GH-26493)" (GH-26596)
Pablo Galindo committed
June 3, 2021
V
bpo-39573: Py_TYPE becomes a static inline function (GH-26493)
Victor Stinner committed
May 31, 2021
V
bpo-44263: Fix _decimal and _testcapi GC protocol (GH-26464)
Victor Stinner committed
May 7, 2021
I
bpo-44029: Remove Py_UNICODE APIs (GH-25881)
Inada Naoki committed