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.
 
 
 
 
 
 
sweeneyde a81849b031
bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939)
6 years ago
..
bytearrayobject.c.h bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939) 6 years ago
bytesobject.c.h bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939) 6 years ago
codeobject.c.h Document CodeType.replace (GH-17776) 6 years ago
complexobject.c.h bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058) 7 years ago
descrobject.c.h bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058) 7 years ago
dictobject.c.h bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) 6 years ago
enumobject.c.h bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058) 7 years ago
floatobject.c.h bpo-38629: implement __floor__ and __ceil__ for float type (GH-16985) 6 years ago
funcobject.c.h bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593) 6 years ago
listobject.c.h bpo-39573: Update clinic to use Py_IS_TYPE() function (GH-18507) 6 years ago
longobject.c.h bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593) 6 years ago
memoryobject.c.h bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) 6 years ago
moduleobject.c.h bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593) 6 years ago
odictobject.c.h bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058) 7 years ago
structseq.c.h bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058) 7 years ago
tupleobject.c.h bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520) 7 years ago
typeobject.c.h bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593) 6 years ago
unicodeobject.c.h bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939) 6 years ago