COMMITS
/ Tools/scripts/generate_opcode_h.py October 18, 2018
S
Update opcode.h header comment to mention the source data file (GH-9935)
Shivank98 committed
November 28, 2016
V
Reintroduce Python2 support in generate_opcode_h.py
Victor Stinner committed
November 25, 2016
V
Fix a ResourceWarning in generate_opcode_h.py
Victor Stinner committed
September 8, 2016
G
Remove legacy "from __future__ import with_statement" lines.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) committed
May 27, 2015
S
Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs.
Serhiy Storchaka committed
April 28, 2014
N
Issue #17861: Allow generate_opcode_h to run with a system Python 2.5.
Ned Deily committed
April 16, 2014
T
Fix Tools/scripts/generate_opcode_h.py from issue #17861 to work correctly
Thomas Wouters committed
April 15, 2014
K
Closes Issue 17861: Autogenerate Include/opcode.h from opcode.py.
Kushal Das committed