Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208) | Victor Stinner | 2023-06-01 | 1 | -4/+1 |
* | gh-90928: Improve static initialization of keywords tuple in AC (#95907) | Erlend E. Aasland | 2022-08-13 | 1 | -18/+8 |
* | gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (... | Eric Snow | 2022-08-11 | 1 | -2/+41 |
* | 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 |