aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/makeopcodetargets.py
Commit message (Expand)AuthorAge
* bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch...Mark Shannon2021-10-05
* bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595)Mark Shannon2021-06-10
* makeopcodetargets.py: we need to import Lib/opcode.pyVictor Stinner2016-03-26
* Modernize Python/makeopcodetargets.pyVictor Stinner2016-03-25
* excise the remains of STOP_CODE, which hasn't done anything useful for yearsBenjamin Peterson2011-07-17
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-09
* fix bootstrapping on machines with only 2.x installedBenjamin Peterson2010-03-11
* convert shebang lines: python -> python3Benjamin Peterson2010-03-11
* Make Python/makeopcodetargets runnable with Python 2.3. With any luck, thisMark Dickinson2009-01-31
* Add executable property to Python/makeopcodetargets.pyAntoine Pitrou2009-01-27
* Issue #4753: By enabling a configure option named '--with-computed-gotos'Antoine Pitrou2009-01-25