summaryrefslogtreecommitdiff
path: root/Objects/clinic/codeobject.c.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-42246: Partial implementation of PEP 626. (GH-23113)Mark Shannon2020-11-121-13/+13
* bpo-41263: Convert code.__new__ to Argument Clinic (GH-21426)Serhiy Storchaka2020-07-101-1/+137
* bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)Serhiy Storchaka2020-05-261-36/+1
* Document CodeType.replace (GH-17776)Anthony Sottile2020-01-011-2/+2
* bpo-37034: Display argument name on errors with keyword arguments with Argume...Rémi Lapeyre2019-08-291-10/+10
* bpo-37032: Add CodeType.replace() method (GH-13542)Victor Stinner2019-05-241-0/+256