summaryrefslogtreecommitdiffstats
path: root/Objects/clinic/complexobject.c.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-24234: implement complex.__complex__ (GH-27887)Mark Dickinson2021-08-231-1/+19
* bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995)Victor Stinner2020-10-271-2/+2
* bpo-41343: Convert methods of complex to Argument Clinic (GH-21550)Dong-hee Na2020-07-201-1/+68
* bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1...Serhiy Storchaka2019-03-141-4/+19
* Update Argument Clinic generated code for bpo-29878. (#1001)Serhiy Storchaka2017-04-051-2/+2
* bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615)Serhiy Storchaka2017-03-191-0/+34