Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GH-102833: Mention the key function in the docstrings (GH-103009) | Raymond Hettinger | 2023-03-25 | 1 | -5/+13 |
* | gh-90928: Improve static initialization of keywords tuple in AC (#95907) | Erlend E. Aasland | 2022-08-13 | 1 | -69/+29 |
* | gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (... | Eric Snow | 2022-08-11 | 1 | -5/+143 |
* | gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210) | Victor Stinner | 2022-05-03 | 1 | -5/+5 |
* | Update bisect docstrings (GH-26548) | hrchu | 2021-06-06 | 1 | -5/+5 |
* | bpo-4356: Add key function support to the bisect module (GH-20556) | Raymond Hettinger | 2020-10-20 | 1 | -29/+73 |
* | bpo-40792: Make the result of PyNumber_Index() always having exact type int. ... | Serhiy Storchaka | 2020-05-28 | 1 | -5/+5 |
* | bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) | Serhiy Storchaka | 2020-05-26 | 1 | -21/+1 |
* | bpo-40665: Use Argument Clinic for the bisect module (GH-20163) | Shantanu | 2020-05-18 | 1 | -0/+306 |