COMMITS
/ Modules/_testcapimodule.c March 21, 2024
February 6, 2024
P
[3.11] gh-89811: Check for valid tp_version_tag in specializer (GH-115045)
Peter Lazorchak committed
September 29, 2023
V
[3.11] gh-108851: Fix support.get_recursion_available() for USE_STACKCHECK (#110127)
Victor Stinner committed
August 7, 2023
S
[3.11] gh-107735: Add C API tests for PySys_GetObject() and PySys_SetObject() (GH-107736) (GH-107741)
Serhiy Storchaka committed
July 25, 2023
S
[3.11] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613) (GH-107224)
Serhiy Storchaka committed
May 19, 2023
M
[3.11] GH-102818: Do not call PyTraceBack_Here in sys.settrace trampoline (GH-104650)
Mark Shannon committed
M
[3.11] gh-104645: fix error handling in marshal tests (GH-104646) (#104663)
Miss Islington (bot) committed
March 11, 2023
I
[3.11] gh-102493: backport unit test for PyErr_SetObject (#102602)
Irit Katriel committed
February 8, 2023
N
[3.11] gh-101656: Fix "conversion from Py_ssize_t to int" warning in `_testcapimodule` (#101680)
Nikita Sobolev committed
February 7, 2023
January 11, 2023
K
[3.11] GH-100892: Fix race in clearing `threading.local` (GH-100922). (#100937)
Kumar Aditya committed
December 24, 2022
December 21, 2022
November 21, 2022
V
[3.11] Revert "[3.11] gh-98724: Fix Py_CLEAR() macro side effects (#99100)" (#99573)
Victor Stinner committed
November 9, 2022
V
gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#99288)
Victor Stinner committed
November 5, 2022
M
gh-94808: add tests covering `PySequence_{Set,Del}Slice` (GH-99123)
Miss Islington (bot) committed
M
gh-94808: add tests covering `PyEval_GetFuncDesc` function (GH-98300)
Miss Islington (bot) committed
October 26, 2022
M
gh-94808: cover `PyMapping_HasKeyString` and `PyMapping_HasKey` (GH-98486)
Miss Islington (bot) committed
October 19, 2022
J
[3.11] gh-94808: Cover `PyFunction_GetCode`, `PyFunction_GetGlobals`,… (#98317)
Jelle Zijlstra committed
October 15, 2022
J
[3.11] gh-94808: Cover `PyEval_GetFuncName` (GH-98246). (#98283)
Jelle Zijlstra committed
September 19, 2022
M
gh-96821: Fix undefined behaviour in `_testcapimodule.c` (GH-96915) (GH-96927)
Miss Islington (bot) committed
August 11, 2022
M
gh-95878: Fix format char in datetime CAPI tests (GH-95879) (#95885)
Miss Islington (bot) committed
August 4, 2022
P
[3.11] gh-92678: Correct return values for errors in PyInit__testcapi (#95664)
Pablo Galindo Salgado committed
M
gh-94936: C getters: co_varnames, co_cellvars, co_freevars (GH-95008)
Miss Islington (bot) committed
M
M
GH-92678: Fix tp_dictoffset inheritance. (GH-95596) (GH-95604)
Mark Shannon committed
July 25, 2022
P
[3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#95256)
Pablo Galindo Salgado committed
July 19, 2022
M
GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-94891)
Miss Islington (bot) committed
July 18, 2022
M
gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931)
Miss Islington (bot) committed
June 20, 2022
V
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938) (#94000)
Victor Stinner committed
May 17, 2022
M
Fix NULL check in test_type_from_ephemeral_spec in_testcapimodule.c (GH-92863)
Miss Islington (bot) committed
May 13, 2022
M
GH-92236: Remove spurious "line" event when starting coroutine or generator. (GH-92722) (GH-92772)
Miss Islington (bot) 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