summaryrefslogtreecommitdiffstats
path: root/Modules/clinic/_heapqmodule.c.h
Commit message (Expand)AuthorAgeFilesLines
* gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)Victor Stinner2022-05-031-5/+5
* Let the argument clinic do the type checking for heapq (GH-20284)Raymond Hettinger2020-05-221-1/+97
* bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520)Serhiy Storchaka2019-01-111-13/+13
* bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. ...Serhiy Storchaka2018-11-271-5/+5
* bpo-34797: Convert heapq to the argument clinic (GH-9560)Pablo Galindo2018-09-281-0/+172