| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-122943: Remove the object converter for var-positional parameter (GH-126560) | Serhiy Storchaka | 2024-11-08 | 1 | -38/+38 |
|
|
* | gh-122943: Rework support of var-positional parameter in Argument Clinic (GH-... | Serhiy Storchaka | 2024-11-07 | 1 | -31/+301 |
|
|
* | gh-90370: Argument Clinic: avoid temporary tuple creation for varargs (#126064) | Sergey B Kirpichev | 2024-10-31 | 1 | -8/+35 |
|
|
* | gh-122688: Add more tests for var-positional parameters in Argument Clinic (G... | Serhiy Storchaka | 2024-08-12 | 1 | -32/+106 |
|
|
* | gh-122688: Fix support of var-positional parameter in Argument Clinic (GH-122... | Serhiy Storchaka | 2024-08-09 | 1 | -20/+21 |
|
|
* | gh-118814: Fix the TypeVar constructor when name is passed by keyword (GH-122... | Serhiy Storchaka | 2024-08-07 | 1 | -0/+20 |
|
|
* | gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH... | Petr Viktorin | 2024-05-06 | 1 | -1/+1 |
|
|
* | gh-116322: Add Py_mod_gil module slot (#116882) | Brett Simmers | 2024-05-03 | 1 | -0/+3 |
|
|
* | gh-118379: Use PyTuple_Pack instead of Py_BuildValue if possible (GH-118381) | Nice Zombies | 2024-04-30 | 1 | -1/+1 |
|
|
* | gh-117613: Enhance test_clinic @defining_class tests (#117896) | Victor Stinner | 2024-04-16 | 1 | -7/+22 |
|
|
* | gh-115015: Argument Clinic: fix generated code for METH_METHOD methods withou... | Erlend E. Aasland | 2024-02-05 | 1 | -0/+37 |
|
|
* | gh-110864: Fix _PyArg_UnpackKeywordsWithVararg overwriting vararg with NULL (... | Nikita Sobolev | 2023-10-16 | 1 | -0/+21 |
|
|
* | gh-95065, gh-107704: Argument Clinic: support multiple '/ [from ...]' and '* ... | Serhiy Storchaka | 2023-08-21 | 1 | -0/+82 |
|
|
* | gh-107704: Argument Clinic: add support for deprecating keyword use of parame... | Serhiy Storchaka | 2023-08-19 | 1 | -7/+279 |
|
|
* | gh-107880: Teach Argument Clinic to clone __init__ and __new__ methods (#107885) | Erlend E. Aasland | 2023-08-13 | 1 | -0/+34 |
|
|
* | gh-95065: Argument Clinic: Add functional tests of deprecated positionals (#1... | Erlend E. Aasland | 2023-08-10 | 1 | -1/+259 |
|
|
* | gh-106320: Remove private _PyObject C API (#107147) | Victor Stinner | 2023-07-23 | 1 | -0/+1 |
|
|
* | gh-104922: remove PY_SSIZE_T_CLEAN (#106315) | Inada Naoki | 2023-07-02 | 1 | -2/+0 |
|
|
* | gh-64631: Test exception messages in cloned Argument Clinic funcs (#104167) | Erlend E. Aasland | 2023-05-05 | 1 | -0/+81 |
|
|
* | gh-64490: Fix bugs in argument clinic varargs processing (#32092) | colorfulappl | 2022-11-24 | 1 | -0/+119 |
|
|
* | gh-99240: Fix double-free bug in Argument Clinic str_converter generated code... | colorfulappl | 2022-11-24 | 1 | -0/+79 |
|
|
* | gh-64490: Fix refcount error when arguments are packed to tuple in argument c... | colorfulappl | 2022-11-24 | 1 | -0/+37 |
|
|
* | gh-96002: Add functional test for Argument Clinic (#96178) | colorfulappl | 2022-11-21 | 1 | -0/+952 |
|
|