summaryrefslogtreecommitdiff
path: root/lab/disgen.py
Commit message (Collapse)AuthorAgeFilesLines
* debug(lab): renovate lab/parser.pyNed Batchelder2021-11-031-205/+0
|
* refactor: remove redundant Python 2 code (#1155)Hugo van Kemenade2021-05-021-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 codeNed Batchelder2016-01-071-3/+3
| | | | | --HG-- branch : ast-branch
* Make my private-copy disassembler work in py2 and py3, partly by removing ↵Ned Batchelder2013-01-111-80/+26
| | | | code I don't need.
* Split out and improve the ad-hoc parsing and disassembly toolNed Batchelder2011-08-021-0/+260