| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | gh-103963: fix 'make regen-opcode' in out-of-tree builds (#104177) | Carl Meyer | 2023-05-04 | 1 | -1/+1 |
| | | |||||
| * | GH-103963: Make dis display names of args for intrinsics opcodes (#104029) | Juhi Chandalia | 2023-05-03 | 1 | -2/+34 |
| | | |||||
| * | GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython ↵ | Mark Shannon | 2023-04-12 | 1 | -3/+3 |
| | | | | | | | | | | | (GH-103083) * The majority of the monitoring code is in instrumentation.c * The new instrumentation bytecodes are in bytecodes.c * legacy_tracing.c adapts the new API to the old sys.setrace and sys.setprofile APIs | ||||
| * | gh-91276: remove unused _PyOpcode_RelativeJump (#103156) | Irit Katriel | 2023-04-11 | 1 | -2/+0 |
| | | |||||
| * | gh-87092: move CFG related code from compile.c to flowgraph.c (#103021) | Irit Katriel | 2023-03-31 | 1 | -1/+3 |
| | | |||||
| * | gh-100712: make it possible to disable specialization (for debugging) (#100713) | Irit Katriel | 2023-01-19 | 1 | -0/+5 |
| | | |||||
| * | gh-99016: Make build scripts compatible with Python 3.8 (GH-99017) | Serhiy Storchaka | 2022-11-02 | 1 | -1/+1 |
| | | |||||
| * | gh-97669: Create Tools/build/ directory (#97963) | Victor Stinner | 2022-10-17 | 1 | -0/+199 |
| Create Tools/build/ directory. Move the following scripts from Tools/scripts/ to Tools/build/: * check_extension_modules.py * deepfreeze.py * freeze_modules.py * generate_global_objects.py * generate_levenshtein_examples.py * generate_opcode_h.py * generate_re_casefix.py * generate_sre_constants.py * generate_stdlib_module_names.py * generate_token.py * parse_html5_entities.py * smelly.py * stable_abi.py * umarshal.py * update_file.py * verify_ensurepip_wheels.py Update references to these scripts. | |||||
