summaryrefslogtreecommitdiff
path: root/Objects/clinic/codeobject.c.h
Commit message (Collapse)AuthorAgeFilesLines
* bpo-42246: Partial implementation of PEP 626. (GH-23113)Mark Shannon2020-11-121-13/+13
| | | * Implement new line number table format, as defined in PEP 626.
* 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
| | | | Only __index__ should be used to make integer conversions lossless.
* Document CodeType.replace (GH-17776)Anthony Sottile2020-01-011-2/+2
|
* bpo-37034: Display argument name on errors with keyword arguments with ↵Rémi Lapeyre2019-08-291-10/+10
| | | | Argument Clinic. (GH-13593)
* bpo-37032: Add CodeType.replace() method (GH-13542)Victor Stinner2019-05-241-0/+256