aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Objects/clinic/codeobject.c.h
Commit message (Expand)AuthorAge
* gh-131525: Cache the result of tuple_hash (#131529)Michael Droettboom2025-03-27
* gh-111178: Generate correct signature for most self converters (#128447)Erlend E. Aasland2025-01-20
* gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)Serhiy Storchaka2024-11-08
* gh-110964: Remove private _PyArg functions (#110966)Victor Stinner2023-10-17
* gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)Victor Stinner2023-08-31
* gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)Victor Stinner2023-08-25
* gh-86457: Fix signature for code.replace() (GH-23199)Serhiy Storchaka2023-08-07
* gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)Victor Stinner2023-06-02
* gh-101409: Improve generated clinic code for self type checks (#101411)Erlend E. Aasland2023-01-31
* gh-90928: Improve static initialization of keywords tuple in AC (#95907)Erlend E. Aasland2022-08-13
* gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (...Eric Snow2022-08-11
* gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)Victor Stinner2022-05-03
* GH-88116: Use a compact format to represent end line and column offsets. (GH-...Mark Shannon2022-04-21
* bpo-46841: Quicken code in-place (GH-31888)Brandt Bucher2022-03-21
* bpo-43413: Fix handling keyword arguments in subclasses of some buitin classe...Serhiy Storchaka2021-09-12
* bpo-43950: Add option to opt-out of PEP-657 (GH-27023)Ammar Askar2021-07-07
* bpo-44530: Add co_qualname field to PyCodeObject (GH-26941)Gabriele N. Tornetta2021-07-07
* bpo-43950: Add code.co_positions (PEP 657) (GH-26955)Pablo Galindo2021-07-02
* bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)Eric Snow2021-06-07
* bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2b...Pablo Galindo2021-06-04
* bpo-43693: Compute deref offsets in compiler (gh-25152)Mark Shannon2021-06-03
* bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fas...Eric Snow2021-06-03
* bpo-40222: "Zero cost" exception handling (GH-25729)Mark Shannon2021-05-07
* bpo-42246: Partial implementation of PEP 626. (GH-23113)Mark Shannon2020-11-12
* bpo-41263: Convert code.__new__ to Argument Clinic (GH-21426)Serhiy Storchaka2020-07-10
* bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)Serhiy Storchaka2020-05-26
* Document CodeType.replace (GH-17776)Anthony Sottile2020-01-01
* bpo-37034: Display argument name on errors with keyword arguments with Argume...Rémi Lapeyre2019-08-29
* bpo-37032: Add CodeType.replace() method (GH-13542)Victor Stinner2019-05-24