COMMITS
/ Python/makeopcodetargets.py July 1, 2022
I
gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)
Irit Katriel committed
October 5, 2021
M
bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch. (GH-28723)
Mark Shannon committed
June 10, 2021
M
bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595)
Mark Shannon committed
March 26, 2016
V
makeopcodetargets.py: we need to import Lib/opcode.py
Victor Stinner committed
March 25, 2016
V
Modernize Python/makeopcodetargets.py
Victor Stinner committed
July 18, 2011
B
excise the remains of STOP_CODE, which hasn't done anything useful for years
Benjamin Peterson committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
March 11, 2010
B
fix bootstrapping on machines with only 2.x installed
Benjamin Peterson committed
B
convert shebang lines: python -> python3
Benjamin Peterson committed
January 31, 2009
M
Make Python/makeopcodetargets runnable with Python 2.3. With any luck, this
Mark Dickinson committed
January 27, 2009
A
Add executable property to Python/makeopcodetargets.py
Antoine Pitrou committed
January 25, 2009
A
Issue #4753: By enabling a configure option named '--with-computed-gotos'
Antoine Pitrou committed