Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-110964: Remove private _PyArg functions (#110966) | Victor Stinner | 2023-10-17 | 1 | -1/+3 |
* | gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726) | Victor Stinner | 2023-08-31 | 1 | -7/+1 |
* | gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (... | Eric Snow | 2022-08-11 | 1 | -1/+7 |
* | gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210) | Victor Stinner | 2022-05-03 | 1 | -5/+5 |
* | Let the argument clinic do the type checking for heapq (GH-20284) | Raymond Hettinger | 2020-05-22 | 1 | -1/+97 |
* | bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520) | Serhiy Storchaka | 2019-01-11 | 1 | -13/+13 |
* | bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. ... | Serhiy Storchaka | 2018-11-27 | 1 | -5/+5 |
* | bpo-34797: Convert heapq to the argument clinic (GH-9560) | Pablo Galindo | 2018-09-28 | 1 | -0/+172 |