Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update opcode.h header comment to mention the source data file (GH-9935) | Shivank98 | 2018-10-18 | 1 | -2/+3 |
* | Reintroduce Python2 support in generate_opcode_h.py | Victor Stinner | 2016-11-28 | 1 | -3/+9 |
* | Fix a ResourceWarning in generate_opcode_h.py | Victor Stinner | 2016-11-25 | 1 | -1/+5 |
* | Remove legacy "from __future__ import with_statement" lines. | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-09-08 | 1 | -2/+0 |
* | Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs. | Serhiy Storchaka | 2015-05-27 | 1 | -2/+2 |
* | Issue #17861: Allow generate_opcode_h to run with a system Python 2.5. | Ned Deily | 2014-04-28 | 1 | -0/+2 |
* | Fix Tools/scripts/generate_opcode_h.py from issue #17861 to work correctly | Thomas Wouters | 2014-04-16 | 1 | -10/+9 |
* | Closes Issue 17861: Autogenerate Include/opcode.h from opcode.py. | Kushal Das | 2014-04-15 | 1 | -0/+53 |