| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629) | Irit Katriel | 2024-04-17 | 1 | -44/+41 |
| | | |||||
| * | gh-116303: Handle disabled test modules in test.support helpers (#116482) | Erlend E. Aasland | 2024-03-28 | 1 | -4/+10 |
| | | | | | Make sure test.support helpers skip iso. failing if test extension modules are disabled. Also log TEST_MODULES in test.pythoninfo. | ||||
| * | gh-112962: in dis module, put cache information in the Instruction instead ↵ | Irit Katriel | 2023-12-13 | 1 | -0/+12 |
| | | | | | of creating fake Instructions to represent it (#113016) | ||||
| * | gh-104615: don't make unsafe swaps in apply_static_swaps (#104620) | Carl Meyer | 2023-05-18 | 1 | -2/+2 |
| | | |||||
| * | 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 | -13/+19 |
| | | |||||
| * | gh-87092: refactor assemble() to a number of separate functions, which do ↵ | Irit Katriel | 2023-03-13 | 1 | -1/+1 |
| | | | | | not need the compiler struct (#102562) | ||||
| * | gh-87092: Make jump target label equal to the offset of the target in the ↵ | Irit Katriel | 2023-02-28 | 1 | -47/+36 |
| | | | | | instructions sequence (#102093) | ||||
| * | gh-87092: expose the compiler's codegen to python for unit tests (GH-99111) | Irit Katriel | 2022-11-14 | 1 | -41/+52 |
| | | |||||
| * | Reject invalid opcode names in assertInBytecode (GH-97548) | Dennis Sweeney | 2022-09-25 | 1 | -0/+2 |
| | | |||||
| * | gh-93678: add _testinternalcapi.optimize_cfg() and test utils for compiler ↵ | Irit Katriel | 2022-08-24 | 1 | -0/+93 |
| | | | | | optimization unit tests (GH-96007) | ||||
| * | bpo-42199: Fix bytecode_helper assertNotInBytecode (#23031) | Max Bernstein | 2020-12-18 | 1 | -1/+2 |
| | | | | | | | | | | | * bpo-42199: Fix bytecode_helper assertNotInBytecode Add tests. * 📜🤖 Added by blurb_it. Co-authored-by: Dino Viehland <dinoviehland@fb.com> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> | ||||
| * | bpo-18578: Rename and document test.bytecode_helper as ↵ | Joannah Nanjekye | 2019-09-12 | 1 | -0/+41 |
| test.support.bytecode_helper (GH-15168) Rename and document test.bytecode_helper as test.support.bytecode_helper | |||||
