COMMITS
/ Modules/_testclinic.c March 17, 2026
S
gh-144545: Improve handling of default values in Argument Clinic (GH-146016)
Serhiy Storchaka committed
October 11, 2025
V
gh-111489: Remove _PyTuple_FromArray() alias (#139973)
Victor Stinner committed
September 18, 2025
A
gh-64490: Argument Clinic: Add support for ``**kwds`` (#138344)
Adam Turner committed
September 17, 2025
V
gh-129813, PEP 782: Use PyBytesWriter in _testclinic (#139048)
Victor Stinner committed
September 1, 2025
C
gh-135763: AC: Implement ``allow_negative`` for ``Py_ssize_t`` (#138150)
Christoph Walcher committed
July 24, 2025
Z
Exclude _testclinic_depr.c.h from c-analyzer (GH-137086)
Zachary Ware committed
May 7, 2025
Z
Test fixes for 3.15 (GH-133599)
Zachary Ware committed
April 20, 2025
S
gh-132753: Argument Clinic: Fix support of c_default for the bool converter (GH-132754)
Serhiy Storchaka committed
April 18, 2025
B
gh-132097: allow AC to disable fastcall convention to avoid UBSan failures (#131605)
Bénédikt Tran committed
November 8, 2024
S
gh-122943: Remove the object converter for var-positional parameter (GH-126560)
Serhiy Storchaka committed
November 7, 2024
S
gh-122943: Rework support of var-positional parameter in Argument Clinic (GH-122945)
Serhiy Storchaka committed
October 31, 2024
S
gh-90370: Argument Clinic: avoid temporary tuple creation for varargs (#126064)
Sergey B Kirpichev committed
August 12, 2024
S
gh-122688: Add more tests for var-positional parameters in Argument Clinic (GH-122900)
Serhiy Storchaka committed
August 9, 2024
S
gh-122688: Fix support of var-positional parameter in Argument Clinic (GH-122689)
Serhiy Storchaka committed
August 7, 2024
S
gh-118814: Fix the TypeVar constructor when name is passed by keyword (GH-122664)
Serhiy Storchaka committed
May 6, 2024
P
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH-118645)
Petr Viktorin committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
April 30, 2024
N
gh-118379: Use PyTuple_Pack instead of Py_BuildValue if possible (GH-118381)
Nice Zombies committed
April 16, 2024
V
gh-117613: Enhance test_clinic @defining_class tests (#117896)
Victor Stinner committed
February 5, 2024
E
gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016)
Erlend E. Aasland committed
October 16, 2023
N
gh-110864: Fix _PyArg_UnpackKeywordsWithVararg overwriting vararg with NULL (#110868)
Nikita Sobolev committed
August 21, 2023
S
gh-95065, gh-107704: Argument Clinic: support multiple '/ [from ...]' and '* [from ...]' markers (GH-108132)
Serhiy Storchaka committed
August 19, 2023
S
gh-107704: Argument Clinic: add support for deprecating keyword use of parameters (GH-107984)
Serhiy Storchaka committed
August 13, 2023
E
gh-107880: Teach Argument Clinic to clone __init__ and __new__ methods (#107885)
Erlend E. Aasland committed
August 10, 2023
E
gh-95065: Argument Clinic: Add functional tests of deprecated positionals (#107768)
Erlend E. Aasland committed
July 23, 2023
V
gh-106320: Remove private _PyObject C API (#107147)
Victor Stinner committed
July 2, 2023
I
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki committed
May 5, 2023
E
gh-64631: Test exception messages in cloned Argument Clinic funcs (#104167)
Erlend E. Aasland committed
November 24, 2022
C
gh-64490: Fix bugs in argument clinic varargs processing (#32092)
colorfulappl committed
C
gh-99240: Fix double-free bug in Argument Clinic str_converter generated code (GH-99241)
colorfulappl committed
C
gh-64490: Fix refcount error when arguments are packed to tuple in argument clinic (#99233)
colorfulappl committed
November 21, 2022
C
gh-96002: Add functional test for Argument Clinic (#96178)
colorfulappl committed