Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-40792: Make the result of PyNumber_Index() always having exact type int. ... | Serhiy Storchaka | 2020-05-28 | 1 | -2/+2 |
* | bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) | Serhiy Storchaka | 2020-05-26 | 1 | -6/+1 |
* | bpo-37165: Convert _count_elements to the argument clinic (GH-13848) | Raymond Hettinger | 2019-06-05 | 1 | -1/+32 |
* | bpo-35582: Argument Clinic: inline parsing code for positional parameters. (G... | Serhiy Storchaka | 2019-01-11 | 1 | -3/+20 |
* | bpo-32492: 1.6x speed up in namedtuple attribute access using C fast-path (#1... | Pablo Galindo | 2018-12-30 | 1 | -0/+28 |