COMMITS
/ Modules/_testcapimodule.c 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
I
bpo-40943: Fix skipitem() didn't raise SystemError (GH-25937)
Inada Naoki committed
May 4, 2021
K
Add C-API tests (#25886)
Ken Jin committed
April 28, 2021
S
bpo-28254: Add a C-API for controlling the GC state (GH-25687)
scoder committed
April 10, 2021
V
bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227)
Victor Stinner committed
March 21, 2021
A
bpo-43422: Revert _decimal C API addition (GH-24960)
Antoine Pitrou committed
January 27, 2021
V
bpo-42979: Enhance abstract.c assertions checking slot result (GH-24352)
Victor Stinner committed
January 18, 2021
V
bpo-42923: Add Py_FatalError() test in test_capi (GH-24240)
Victor Stinner committed
December 3, 2020
V
bpo-42262: Py_NewRef() casts its argument to PyObject* (GH-23626)
Victor Stinner committed
December 1, 2020
V
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner committed
V
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner committed
November 18, 2020
V
bpo-39573: Convert Py_TYPE() and Py_SIZE() back to macros (GH-23366)
Victor Stinner committed
November 10, 2020
H
bpo-41073: PyType_GetSlot() can now accept static types. (GH-21931)
Hai Shi committed
V
bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#22780)
Vladimir Matveev committed