summaryrefslogtreecommitdiff
path: root/lab/parser.py
Commit message (Expand)AuthorAgeFilesLines
* Some plus_one lines were missing when drawing arcsNed Batchelder2016-02-251-1/+1
* Fix lab/parser.py, which wasn't showing enough arcsNed Batchelder2016-01-101-0/+1
* Funcdecfs went awayNed Batchelder2016-01-091-2/+0
* Update lab/parser.py for the bytecode-less worldNed Batchelder2016-01-091-42/+19
* When extracting snippets, also need to undo backslashingNed Batchelder2016-01-071-2/+3
* Make lab/parser.py usable on snippets within larger Python files.Ned Batchelder2016-01-071-3/+19
* lab/parser.py shows arcs more usefullyNed Batchelder2016-01-041-12/+21
* WIP: measure branches with ast instead of bytecodeNed Batchelder2015-12-241-10/+15
* More compact arcs in lab/parser.pyNed Batchelder2015-11-291-13/+35
* Pragmas on decorators apply to the entire function or class. #131Ned Batchelder2015-11-281-1/+3
* Clean up PythonParser a bit.Ned Batchelder2015-11-281-11/+8
* Python 2.6 str.format does not support unindexed parametersJohn Vandenberg2015-10-191-2/+2
* 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
* Fix the parser tool so I can see just annotated source files.Ned Batchelder2013-10-221-6/+5
* Except clause can now use 'as', no need for lots of sys.exc_infoNed Batchelder2013-10-201-2/+1
* 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