| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Make this lab program more useful for examining how trace functions work. | Ned Batchelder | 2015-04-20 | 3 | -62/+32 |
| * | 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 |
| * | Fix the parser tool so I can see just annotated source files. | Ned Batchelder | 2013-10-22 | 1 | -6/+5 |
| * | Except clause can now use 'as', no need for lots of sys.exc_info | Ned Batchelder | 2013-10-20 | 1 | -2/+1 |
* | | 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 cod... | Ned Batchelder | 2013-01-11 | 1 | -80/+26 |
* | 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 |
* | 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 'm... | Ned Batchelder | 2010-09-03 | 1 | -1/+1 |
* | 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, s... | Ned Batchelder | 2009-12-20 | 1 | -4/+4 |
* | Rename the config file option for excluding source lines, in prep for excludi... | Ned Batchelder | 2009-12-13 | 1 | -1/+9 |
* | Tidy up the command line notes. | Ned Batchelder | 2009-12-09 | 1 | -16/+34 |
* | Clean-ups | Ned Batchelder | 2009-12-05 | 2 | -12/+12 |
* | This is better covered in the data.py file. | Ned Batchelder | 2009-10-12 | 1 | -9/+0 |
* | Keep cmd-opts.txt up to date | Ned Batchelder | 2009-10-12 | 1 | -4/+4 |
* | Notes from recent work | Ned Batchelder | 2009-10-12 | 1 | -0/+36 |
* | Command-line notes | Ned Batchelder | 2009-09-18 | 1 | -0/+51 |
* | Data format | Ned Batchelder | 2009-04-17 | 1 | -10/+8 |
* | Starting to consider richer data storage. | Ned Batchelder | 2009-04-07 | 1 | -0/+11 |
* | A lab directory for experiments in progress. | Ned Batchelder | 2009-04-02 | 5 | -0/+301 |