summaryrefslogtreecommitdiff
path: root/lab/parser.py
Commit message (Collapse)AuthorAgeFilesLines
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
|
* Modernize the implementation of ascii-art arcs in lab/parser.pyNed Batchelder2015-04-181-7/+7
|
* Fix lab/parser.py so we can use it to debug generators.Ned Batchelder2015-04-181-2/+2
|
* Unify and clarify reading Python source. Probably broke .pyw filesNed Batchelder2014-12-261-1/+3
|
* More refactoring of hacked Mako supportNed Batchelder2014-04-181-2/+2
|
* Counting of opcodes in disassembled code (for akaptur's question)Ned Batchelder2014-03-011-3/+21
|
* enumerate has a start parameter!Ned Batchelder2013-10-231-2/+1
| | | | | --HG-- branch : 4.0
* Fix the parser tool so I can see just annotated source files.Ned Batchelder2013-10-221-6/+5
| | | | | --HG-- branch : 4.0
* Except clause can now use 'as', no need for lots of sys.exc_infoNed Batchelder2013-10-201-2/+1
| | | | | --HG-- branch : 4.0
* Improvements to bytecode tools.Ned Batchelder2013-01-121-1/+5
|
* Print chunks inline with the disassembly for easier diagnosis.Ned Batchelder2013-01-091-5/+4
|
* Make this helper a little easier to useNed Batchelder2011-09-081-6/+8
|
* Split out and improve the ad-hoc parsing and disassembly toolNed Batchelder2011-08-021-0/+177