summaryrefslogtreecommitdiffstats
path: root/Objects/clinic/codeobject.c.h
Commit message (Expand)AuthorAgeFilesLines
* gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)Victor Stinner2023-06-011-19/+1
* gh-101409: Improve generated clinic code for self type checks (#101411)Erlend E. Aasland2023-01-311-3/+3
* gh-90928: Improve static initialization of keywords tuple in AC (#95907)Erlend E. Aasland2022-08-131-35/+15
* gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (...Eric Snow2022-08-111-3/+75
* gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)Victor Stinner2022-05-031-3/+3
* GH-88116: Use a compact format to represent end line and column offsets. (GH-...Mark Shannon2022-04-211-45/+25
* bpo-46841: Quicken code in-place (GH-31888)Brandt Bucher2022-03-211-5/+5
* bpo-43413: Fix handling keyword arguments in subclasses of some buitin classe...Serhiy Storchaka2021-09-121-2/+3
* bpo-43950: Add option to opt-out of PEP-657 (GH-27023)Ammar Askar2021-07-071-25/+7
* bpo-44530: Add co_qualname field to PyCodeObject (GH-26941)Gabriele N. Tornetta2021-07-071-39/+64
* bpo-43950: Add code.co_positions (PEP 657) (GH-26955)Pablo Galindo2021-07-021-22/+60
* bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)Eric Snow2021-06-071-1/+38
* bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2b...Pablo Galindo2021-06-041-38/+1
* bpo-43693: Compute deref offsets in compiler (gh-25152)Mark Shannon2021-06-041-16/+6
* bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fas...Eric Snow2021-06-031-1/+48
* bpo-40222: "Zero cost" exception handling (GH-25729)Mark Shannon2021-05-071-21/+40
* 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