summaryrefslogtreecommitdiff
path: root/Tools/scripts/generate_opcode_h.py
Commit message (Expand)AuthorAgeFilesLines
* Reintroduce Python2 support in generate_opcode_h.pyVictor Stinner2016-11-281-3/+9
* Fix a ResourceWarning in generate_opcode_h.pyVictor Stinner2016-11-251-1/+5
* Remove legacy "from __future__ import with_statement" lines.Gregory P. Smith2016-09-081-2/+0
* Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs.Serhiy Storchaka2015-05-271-2/+2
* Issue #17861: Allow generate_opcode_h to run with a system Python 2.5.Ned Deily2014-04-281-0/+2
* Fix Tools/scripts/generate_opcode_h.py from issue #17861 to work correctlyThomas Wouters2014-04-171-10/+9
* Closes Issue 17861: Autogenerate Include/opcode.h from opcode.py.Kushal Das2014-04-151-0/+53