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.
 
 
 
 
 
 
Serhiy Storchaka 2ad93821a6
bpo-42431: Fix outdated bytes comments (GH-23458)
5 years ago
..
bytearrayobject.c.h bpo-42431: Fix outdated bytes comments (GH-23458) 5 years ago
bytesobject.c.h bpo-42431: Fix outdated bytes comments (GH-23458) 5 years ago
codeobject.c.h bpo-42246: Partial implementation of PEP 626. (GH-23113) 5 years ago
complexobject.c.h bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995) 5 years ago
descrobject.c.h bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058) 7 years ago
dictobject.c.h bpo-41333: Convert OrderedDict.pop() to Argument Clinic (GH-21534) 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-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995) 5 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-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443) 6 years ago
longobject.c.h bpo-41342: Convert int.__round__ to Argument Clinic (GH-21549) 6 years ago
memoryobject.c.h bpo-41262: Convert memoryview to Argument Clinic. (GH-21421) 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-41333: Convert OrderedDict.pop() to Argument Clinic (GH-21534) 6 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-37999: No longer use __int__ in implicit integer conversions. (GH-15636) 6 years ago
unicodeobject.c.h bpo-41334: Convert constructors of str, bytes and bytearray to Argument Clinic (GH-21535) 6 years ago