Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-24234: implement complex.__complex__ (GH-27887) | Mark Dickinson | 2021-08-23 | 1 | -1/+19 |
* | bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995) | Victor Stinner | 2020-10-27 | 1 | -2/+2 |
* | bpo-41343: Convert methods of complex to Argument Clinic (GH-21550) | Dong-hee Na | 2020-07-20 | 1 | -1/+68 |
* | bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1... | Serhiy Storchaka | 2019-03-14 | 1 | -4/+19 |
* | Update Argument Clinic generated code for bpo-29878. (#1001) | Serhiy Storchaka | 2017-04-05 | 1 | -2/+2 |
* | bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615) | Serhiy Storchaka | 2017-03-19 | 1 | -0/+34 |