You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
INADA Naoki a49ac99029
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
8 years ago
..
bytearrayobject.c.h bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) 8 years ago
bytesobject.c.h bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) 8 years ago
complexobject.c.h Update Argument Clinic generated code for bpo-29878. (#1001) 9 years ago
descrobject.c.h bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615) 9 years ago
dictobject.c.h bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) 8 years ago
enumobject.c.h Issue #20186: Converted builtins enumerate() and reversed() to Argument Clinic. 9 years ago
floatobject.c.h bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) 8 years ago
funcobject.c.h bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615) 9 years ago
listobject.c.h bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) 8 years ago
longobject.c.h bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) 8 years ago
moduleobject.c.h bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615) 9 years ago
odictobject.c.h bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) 8 years ago
structseq.c.h bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615) 9 years ago
tupleobject.c.h bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) 8 years ago
typeobject.c.h bpo-29914: Fix default implementations of __reduce__ and __reduce_ex__(). (#843) 9 years ago
unicodeobject.c.h bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342) 8 years ago