COMMITS
/ Modules/clinic/_bisectmodule.c.h June 6, 2021
H
Update bisect docstrings (GH-26548)
hrchu committed
October 20, 2020
R
bpo-4356: Add key function support to the bisect module (GH-20556)
Raymond Hettinger committed
May 28, 2020
S
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
Serhiy Storchaka committed
May 26, 2020
S
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka committed
May 18, 2020
S
bpo-40665: Use Argument Clinic for the bisect module (GH-20163)
Shantanu committed