index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
makeopcodetargets.py
Commit message (
Expand
)
Author
Age
*
gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)
Irit Katriel
2022-07-01
*
bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch...
Mark Shannon
2021-10-05
*
bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595)
Mark Shannon
2021-06-10
*
makeopcodetargets.py: we need to import Lib/opcode.py
Victor Stinner
2016-03-26
*
Modernize Python/makeopcodetargets.py
Victor Stinner
2016-03-25
*
excise the remains of STOP_CODE, which hasn't done anything useful for years
Benjamin Peterson
2011-07-17
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
*
fix bootstrapping on machines with only 2.x installed
Benjamin Peterson
2010-03-11
*
convert shebang lines: python -> python3
Benjamin Peterson
2010-03-11
*
Make Python/makeopcodetargets runnable with Python 2.3. With any luck, this
Mark Dickinson
2009-01-31
*
Add executable property to Python/makeopcodetargets.py
Antoine Pitrou
2009-01-27
*
Issue #4753: By enabling a configure option named '--with-computed-gotos'
Antoine Pitrou
2009-01-25