summaryrefslogtreecommitdiffstats
path: root/Tools/build
Commit message (Expand)AuthorAgeFilesLines
* gh-109256: allocate opcode IDs for internal opcodes in their own range (#109269)Irit Katriel2023-09-121-1/+1
* GH-108716: Turn off deep-freezing of code objects. (GH-108722)Mark Shannon2023-09-081-21/+9
* gh-108740: Fix "make regen-all" race condition (#108741)Victor Stinner2023-09-061-1/+1
* gh-109002: Ensure only one wheel for each vendored package (#109003)Ɓukasz Langa2023-09-061-4/+10
* Fix a typo in umarshal.py (#108803)KH2023-09-061-1/+1
* gh-108494: Argument Clinic partial supports of Limited C API (#108495)Victor Stinner2023-08-251-0/+1
* gh-107211: No longer export internal functions (7) (#108425)Victor Stinner2023-08-241-2/+2
* gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#...Irit Katriel2023-08-231-67/+0
* gh-105481: opcode.h is no longer generated during the build (#108080)Irit Katriel2023-08-171-34/+3
* gh-105481: fix out of date comment (#108079)Irit Katriel2023-08-171-1/+1
* gh-105481: generate op IDs from bytecode.c instead of hard coding them in opc...Irit Katriel2023-08-162-108/+6
* Attempt to speed up deepfreeze.py (#107887)Guido van Rossum2023-08-141-12/+23
* gh-105481: split opcode_ids.h out of opcode.h so that it can be generated sep...Irit Katriel2023-08-111-15/+46
* Fix the long64 reader in umarshal.py (GH-107828)Martin DeMello2023-08-101-4/+4
* gh-105481: simplify definition of pseudo ops in Lib/opcode.py (#107561)Irit Katriel2023-08-021-9/+1
* gh-105481: combine regen-opcode-targets with regen-opcode to avoid calculatin...Irit Katriel2023-08-011-1/+11
* gh-105481: the ENABLE_SPECIALIZATION flag does not need to be generated by th...Irit Katriel2023-08-011-5/+0
* gh-106931: Intern Statically Allocated Strings Globally (gh-107272)Eric Snow2023-07-271-0/+2
* gh-105481: remove dependency of _inline_cache_entries on opname (#107339)Irit Katriel2023-07-271-3/+2
* gh-105481: do not auto-generate pycore_intrinsics.h (#106913)Irit Katriel2023-07-201-34/+3
* gh-105481: Generate the opcode lists in dis from data extracted from bytecode...Irit Katriel2023-07-181-6/+0
* GH-106360: Support very basic superblock introspection (#106422)Mark Shannon2023-07-041-3/+4
* gh-106316: Remove pytime.h header file (#106317)Victor Stinner2023-07-011-1/+0
* make regen-stdlib-module-names rejects test modules (#105921)Victor Stinner2023-06-201-2/+17
* gh-105481: generate _specializations and _specialized_instructions from bytec...Irit Katriel2023-06-191-12/+17
* gh-105481: remove HAS_ARG, HAS_CONST, IS_JUMP_OPCODE, IS_PSEUDO_OPCODE and re...Irit Katriel2023-06-171-30/+0
* gh-105407: Remove unused imports in tools (#105409)Victor Stinner2023-06-061-2/+0
* gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)Victor Stinner2023-06-061-4/+4
* gh-105091: stable_abi.py: Remove "Unixy" check from --all on other platforms ...Petr Viktorin2023-05-301-1/+2
* gh-104773: Remove the msilib package (GH-104911)Zachary Ware2023-05-251-1/+0
* gh-103963: fix 'make regen-opcode' in out-of-tree builds (#104177)Carl Meyer2023-05-041-1/+1
* gh-102500: Implement PEP 688 (#102521)Jelle Zijlstra2023-05-041-0/+2
* GH-103963: Make dis display names of args for intrinsics opcodes (#104029)Juhi Chandalia2023-05-031-2/+34
* gh-98040: Remove just the `imp` module (#98573)Barry Warsaw2023-04-281-1/+1
* gh-103875: Use ascii and latin1 singletons in deepfreeze (#103876)Yichen Yan2023-04-261-0/+6
* gh-84436: Implement Immortal Objects (gh-19474)Eddie Elizondo2023-04-221-1/+1
* gh-102856: Initial implementation of PEP 701 (#102855)Pablo Galindo Salgado2023-04-191-0/+2
* gh-95299: Stop installing setuptools as a part of ensurepip and venv (#101039)Pradyun Gedam2023-04-181-1/+1
* GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...Mark Shannon2023-04-122-5/+3
* gh-91276: remove unused _PyOpcode_RelativeJump (#103156)Irit Katriel2023-04-111-2/+0
* gh-87092: move CFG related code from compile.c to flowgraph.c (#103021)Irit Katriel2023-03-311-1/+3
* gh-100227: Move the Dict of Interned Strings to PyInterpreterState (gh-102339)Eric Snow2023-03-281-2/+2
* GH-101291: Rearrange the size bits in PyLongObject (GH-102464)Mark Shannon2023-03-221-4/+6
* GH-94851: check unicode consistency of static strings in debug mode (#102684)Kumar Aditya2023-03-141-0/+1
* gh-101524: Split Up the _xxsubinterpreters Module (gh-101526)Eric Snow2023-02-041-0/+1
* Add advice how to freeze fewer modules (#101298)Guido van Rossum2023-01-251-1/+6
* gh-100712: make it possible to disable specialization (for debugging) (#100713)Irit Katriel2023-01-191-0/+5
* GH-100719: Remove the `co_nplaincellvars` field from code objects. (GH-100721)Mark Shannon2023-01-041-6/+2
* gh-100720: refactor calculation of number of frame slots for a code object in...Irit Katriel2023-01-041-0/+1
* GH-98522: Add version number to code objects. (GH-98525)Mark Shannon2022-12-091-0/+5