Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | debug(lab): renovate lab/parser.py | Ned Batchelder | 2021-11-03 | 1 | -205/+0 |
| | |||||
* | refactor: remove redundant Python 2 code (#1155) | Hugo van Kemenade | 2021-05-02 | 1 | -1/+0 |
| | | | | | | | | | | | * Remove Python 2 code * Upgrade Python syntax with pyupgrade * Upgrade Python syntax with pyupgrade --py3-plus * Upgrade Python syntax with pyupgrade --py36-plus * Remove unused imports | ||||
* | Bytecode not byte code | Ned Batchelder | 2016-01-07 | 1 | -3/+3 |
| | | | | | --HG-- branch : ast-branch | ||||
* | Make my private-copy disassembler work in py2 and py3, partly by removing ↵ | Ned Batchelder | 2013-01-11 | 1 | -80/+26 |
| | | | | code I don't need. | ||||
* | Split out and improve the ad-hoc parsing and disassembly tool | Ned Batchelder | 2011-08-02 | 1 | -0/+260 |