COMMITS
/ Modules/clinic/_collectionsmodule.c.h September 12, 2021
S
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classes (GH-26456)
Serhiy Storchaka 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
June 5, 2019
R
bpo-37165: Convert _count_elements to the argument clinic (GH-13848)
Raymond Hettinger committed
January 11, 2019
S
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313)
Serhiy Storchaka committed
December 30, 2018
P
bpo-32492: 1.6x speed up in namedtuple attribute access using C fast-path (#10495)
Pablo Galindo committed