summaryrefslogtreecommitdiffstats
path: root/Modules/clinic/_bisectmodule.c.h
Commit message (Expand)AuthorAgeFilesLines
* gh-110964: Remove private _PyArg functions (#110966)Victor Stinner2023-10-171-1/+2
* gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)Victor Stinner2023-08-311-5/+4
* gh-106320: Remove private AC converter functions (#108505)Victor Stinner2023-08-261-1/+2
* GH-102833: Mention the key function in the docstrings (GH-103009)Raymond Hettinger2023-03-251-5/+13
* gh-90928: Improve static initialization of keywords tuple in AC (#95907)Erlend E. Aasland2022-08-131-69/+29
* gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (...Eric Snow2022-08-111-5/+143
* gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)Victor Stinner2022-05-031-5/+5
* Update bisect docstrings (GH-26548)hrchu2021-06-061-5/+5
* bpo-4356: Add key function support to the bisect module (GH-20556)Raymond Hettinger2020-10-201-29/+73
* bpo-40792: Make the result of PyNumber_Index() always having exact type int. ...Serhiy Storchaka2020-05-281-5/+5
* bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)Serhiy Storchaka2020-05-261-21/+1
* bpo-40665: Use Argument Clinic for the bisect module (GH-20163)Shantanu2020-05-181-0/+306