Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-126072: do not add `None` to `co_consts` if there is no docstring (GH-126101) | Xuanteng Huang | 2024-10-30 | 1 | -1/+1 |
* | GH-125837: Split `LOAD_CONST` into three. (GH-125972) | Mark Shannon | 2024-10-29 | 1 | -4/+6 |
* | gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629) | Irit Katriel | 2024-04-17 | 1 | -10/+10 |
* | gh-115796: fix exception table construction in _testinternalcapi.assemble_cod... | Irit Katriel | 2024-02-22 | 1 | -2/+39 |
* | GH-105848: Simplify the arrangement of CALL's stack (GH-107788) | Brandt Bucher | 2023-08-09 | 1 | -1/+1 |
* | gh-105775: Convert LOAD_CLOSURE to a pseudo-op (#106059) | hms | 2023-06-29 | 1 | -0/+38 |
* | gh-105407: Remove unused imports in tests (#105408) | Victor Stinner | 2023-06-06 | 1 | -2/+0 |
* | gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441) | Carl Meyer | 2023-05-09 | 1 | -1/+4 |
* | gh-104240: return code unit metadata from codegen (#104300) | Irit Katriel | 2023-05-09 | 1 | -1/+1 |
* | gh-87092: Expose assembler to unit tests (#103988) | Irit Katriel | 2023-05-01 | 1 | -0/+71 |