Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | lab/parser.py shows arcs more usefully | Ned Batchelder | 2016-01-04 | 1 | -12/+21 | |
| | | | | | | | | | One-plus lines (that just go to the next line) now show + Raw statements (-) and official statements (=) don't collide. --HG-- branch : ast-branch | |||||
* | WIP: measure branches with ast instead of bytecode | Ned Batchelder | 2015-12-24 | 1 | -10/+15 | |
| | | | | | --HG-- branch : ast-branch | |||||
* | More compact arcs in lab/parser.py | Ned Batchelder | 2015-11-29 | 1 | -13/+35 | |
| | ||||||
* | Pragmas on decorators apply to the entire function or class. #131 | Ned Batchelder | 2015-11-28 | 1 | -1/+3 | |
| | ||||||
* | Clean up PythonParser a bit. | Ned Batchelder | 2015-11-28 | 1 | -11/+8 | |
| | ||||||
* | A test program assessing performance for issue #397 | Ned Batchelder | 2015-11-01 | 1 | -0/+56 | |
| | ||||||
* | Toss unneeded stuff | Ned Batchelder | 2015-11-01 | 1 | -54/+0 | |
| | ||||||
* | Oops, hex in py3.5 wasn't quite right | Ned Batchelder | 2015-11-01 | 1 | -2/+2 | |
| | ||||||
* | Number the constants, and interpret the flags | Ned Batchelder | 2015-11-01 | 1 | -7/+37 | |
| | ||||||
* | Make show_pyc runnable on Python 3 | Ned Batchelder | 2015-11-01 | 1 | -22/+29 | |
| | ||||||
* | Python 2.6 str.format does not support unindexed parameters | John Vandenberg | 2015-10-19 | 1 | -2/+2 | |
| | | | | | --HG-- branch : py26-unindexed-parameters | |||||
* | Helpful thing for seeing what platform.* gives me | Ned Batchelder | 2015-08-27 | 1 | -0/+16 | |
| | ||||||
* | Remove obsolete notes | Ned Batchelder | 2015-08-26 | 1 | -36/+0 | |
| | ||||||
* | Helper | Ned Batchelder | 2015-07-26 | 1 | -0/+26 | |
| | ||||||
* | Use more specific names than 'plugins', since there will be more of them in ↵ | Ned Batchelder | 2015-07-24 | 1 | -6/+22 | |
| | | | | the future. | |||||
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 6 | -122/+15 | |
| | ||||||
* | Sketch of eventual data format. | Ned Batchelder | 2015-07-18 | 1 | -0/+58 | |
| | ||||||
* | Merge issue-324 fix | Ned Batchelder | 2015-04-20 | 4 | -71/+41 | |
|\ | ||||||
| * | Make this lab program more useful for examining how trace functions work. | Ned Batchelder | 2015-04-20 | 3 | -62/+32 | |
| | | | | | | | | | | --HG-- rename : lab/trace_sample.py => lab/run_trace.py | |||||
| * | Modernize the implementation of ascii-art arcs in lab/parser.py | Ned Batchelder | 2015-04-18 | 1 | -7/+7 | |
| | | ||||||
| * | Fix lab/parser.py so we can use it to debug generators. | Ned Batchelder | 2015-04-18 | 1 | -2/+2 | |
| | | ||||||
* | | Remove every last trace of CodeUnit, and bring me a glass of vodka | Ned Batchelder | 2015-02-22 | 1 | -1/+1 | |
| | | ||||||
* | | Properly handle crazy-long code objects. #359 | Ned Batchelder | 2015-02-17 | 1 | -1/+1 | |
|/ | ||||||
* | The DTD for cobertura, for reference | Ned Batchelder | 2015-01-19 | 1 | -0/+55 | |
| | ||||||
* | Unify and clarify reading Python source. Probably broke .pyw files | Ned Batchelder | 2014-12-26 | 1 | -1/+3 | |
| | ||||||
* | More refactoring of hacked Mako support | Ned Batchelder | 2014-04-18 | 1 | -2/+2 | |
| | ||||||
* | Counting of opcodes in disassembled code (for akaptur's question) | Ned Batchelder | 2014-03-01 | 1 | -3/+21 | |
| | ||||||
* | Merged 4.0 to default | Ned Batchelder | 2013-12-13 | 1 | -9/+6 | |
|\ | ||||||
| * | enumerate has a start parameter! | Ned Batchelder | 2013-10-23 | 1 | -2/+1 | |
| | | | | | | | | | | --HG-- branch : 4.0 | |||||
| * | Fix the parser tool so I can see just annotated source files. | Ned Batchelder | 2013-10-22 | 1 | -6/+5 | |
| | | | | | | | | | | --HG-- branch : 4.0 | |||||
| * | Except clause can now use 'as', no need for lots of sys.exc_info | Ned Batchelder | 2013-10-20 | 1 | -2/+1 | |
| | | | | | | | | | | --HG-- branch : 4.0 | |||||
* | | Remove trailing whitespace, and a 'he'. | Ned Batchelder | 2013-12-01 | 1 | -10/+10 | |
|/ | ||||||
* | Fix some line endings and whitespace. | Ned Batchelder | 2013-09-11 | 4 | -214/+214 | |
| | ||||||
* | Improvements to bytecode tools. | Ned Batchelder | 2013-01-12 | 2 | -5/+15 | |
| | ||||||
* | 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. | |||||
* | Print chunks inline with the disassembly for easier diagnosis. | Ned Batchelder | 2013-01-09 | 1 | -5/+4 | |
| | ||||||
* | Don't need these notes any more. | Ned Batchelder | 2012-11-20 | 1 | -78/+0 | |
| | ||||||
* | Add tests and docs to the kit, though they are not installed. #137 | Ned Batchelder | 2012-11-17 | 1 | -0/+78 | |
| | | | | | --HG-- rename : doc/branches.py => lab/branches.py | |||||
* | Make this helper a little easier to use | Ned Batchelder | 2011-09-08 | 1 | -6/+8 | |
| | ||||||
* | Split out and improve the ad-hoc parsing and disassembly tool | Ned Batchelder | 2011-08-02 | 2 | -0/+437 | |
| | ||||||
* | This changes whenever I have a different quirk to examine. | Ned Batchelder | 2011-04-27 | 1 | -1/+31 | |
| | ||||||
* | Remove a little noise from this lab tool | Ned Batchelder | 2011-03-15 | 1 | -2/+1 | |
| | ||||||
* | Now that we include 0% files in the data, they aren't 'executed', they are ↵ | Ned Batchelder | 2010-09-03 | 1 | -1/+1 | |
| | | | | 'measured'. | |||||
* | Some notes about how the nose plugin works. | Ned Batchelder | 2010-07-12 | 1 | -0/+54 | |
| | ||||||
* | Tidy up the config code. | Ned Batchelder | 2009-12-30 | 1 | -2/+3 | |
| | ||||||
* | ignore_errors can be set in [report].ignore_errors | Ned Batchelder | 2009-12-29 | 1 | -7/+7 | |
| | ||||||
* | Jumps to jumps could make loops look like they go places they really don't, ↵ | Ned Batchelder | 2009-12-20 | 1 | -4/+4 | |
| | | | | so start new chunks for every absolute jump. Fixes issue #39. | |||||
* | Rename the config file option for excluding source lines, in prep for ↵ | Ned Batchelder | 2009-12-13 | 1 | -1/+9 | |
| | | | | excluding files. | |||||
* | Tidy up the command line notes. | Ned Batchelder | 2009-12-09 | 1 | -16/+34 | |
| | ||||||
* | Clean-ups | Ned Batchelder | 2009-12-05 | 2 | -12/+12 | |
| |