cpython/Objects/clinic
Serhiy Storchaka b5c51d3dd9 bpo-20185: Convert float object implementation to Argument Clinic. (#543)
Based on patch by Vajrasky Kok.
2017-03-11 09:21:05 +02:00
..
bytearrayobject.c.h Run Argument Clinic: METH_VARARGS=>METH_FASTCALL 2017-01-17 02:21:47 +01:00
bytesobject.c.h Run Argument Clinic: METH_VARARGS=>METH_FASTCALL 2017-01-17 02:21:47 +01:00
dictobject.c.h Issue #29311: Regenerate Argument Clinic. 2017-02-04 08:05:07 +02:00
enumobject.c.h Issue #20186: Converted builtins enumerate() and reversed() to Argument Clinic. 2017-01-19 18:48:17 +02:00
floatobject.c.h bpo-20185: Convert float object implementation to Argument Clinic. (#543) 2017-03-11 09:21:05 +02:00
listobject.c.h bpo-20185: Convert list object implementation to Argument Clinic. (#542) 2017-03-11 09:19:20 +02:00
longobject.c.h Issue #20185: Converted the int class to Argument Clinic. 2017-02-01 23:12:20 +02:00
odictobject.c.h Issues #29311, #29289: Fixed and improved docstrings for dict and OrderedDict 2017-01-25 00:30:04 +02:00
unicodeobject.c.h Fix grammar in doc string, RST markup 2017-01-24 00:30:06 +00:00