cpython/Objects/clinic
Serhiy Storchaka 205e00c5cf bpo-29914: Fix default implementations of __reduce__ and __reduce_ex__(). (#843)
object.__reduce__() no longer takes arguments, object.__reduce_ex__() now
requires one argument.
2017-04-08 09:52:59 +03: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
complexobject.c.h Update Argument Clinic generated code for bpo-29878. (#1001) 2017-04-05 12:00:42 +03:00
descrobject.c.h bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615) 2017-03-19 08:51:07 +02: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 Update Argument Clinic generated code for bpo-29878. (#1001) 2017-04-05 12:00:42 +03:00
funcobject.c.h bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615) 2017-03-19 08:51:07 +02:00
listobject.c.h bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887) 2017-03-30 18:29:23 +03:00
longobject.c.h bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615) 2017-03-19 08:51:07 +02:00
moduleobject.c.h bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615) 2017-03-19 08:51:07 +02:00
odictobject.c.h Issues #29311, #29289: Fixed and improved docstrings for dict and OrderedDict 2017-01-25 00:30:04 +02:00
structseq.c.h bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615) 2017-03-19 08:51:07 +02:00
tupleobject.c.h bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887) 2017-03-30 18:29:23 +03:00
typeobject.c.h bpo-29914: Fix default implementations of __reduce__ and __reduce_ex__(). (#843) 2017-04-08 09:52:59 +03:00
unicodeobject.c.h Fix grammar in doc string, RST markup 2017-01-24 00:30:06 +00:00