summaryrefslogtreecommitdiff
path: root/lab
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merged 4.0 to defaultNed Batchelder2013-12-131-10/+10
|\
| * Remove trailing whitespace, and a 'he'.Ned Batchelder2013-12-011-10/+10
| |
* | 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
|/
* Fix some line endings and whitespace.Ned Batchelder2013-09-114-214/+214
|
* Improvements to bytecode tools.Ned Batchelder2013-01-122-5/+15
|
* Make my private-copy disassembler work in py2 and py3, partly by removing ↵Ned Batchelder2013-01-111-80/+26
| | | | code I don't need.
* Print chunks inline with the disassembly for easier diagnosis.Ned Batchelder2013-01-091-5/+4
|
* Don't need these notes any more.Ned Batchelder2012-11-201-78/+0
|
* Add tests and docs to the kit, though they are not installed. #137Ned Batchelder2012-11-171-0/+78
|
* 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-022-0/+437
|
* This changes whenever I have a different quirk to examine.Ned Batchelder2011-04-271-1/+31
|
* Remove a little noise from this lab toolNed Batchelder2011-03-151-2/+1
|
* Now that we include 0% files in the data, they aren't 'executed', they are ↵Ned Batchelder2010-09-031-1/+1
| | | | 'measured'.
* Some notes about how the nose plugin works.Ned Batchelder2010-07-121-0/+54
|
* Tidy up the config code.Ned Batchelder2009-12-301-2/+3
|
* ignore_errors can be set in [report].ignore_errorsNed Batchelder2009-12-291-7/+7
|
* Jumps to jumps could make loops look like they go places they really don't, ↵Ned Batchelder2009-12-201-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 Batchelder2009-12-131-1/+9
| | | | excluding files.
* Tidy up the command line notes.Ned Batchelder2009-12-091-16/+34
|
* Clean-upsNed Batchelder2009-12-052-12/+12
|
* This is better covered in the data.py file.Ned Batchelder2009-10-121-9/+0
|
* Keep cmd-opts.txt up to dateNed Batchelder2009-10-121-4/+4
|
* Notes from recent workNed Batchelder2009-10-121-0/+36
|
* Command-line notesNed Batchelder2009-09-181-0/+51
|
* Data formatNed Batchelder2009-04-171-10/+8
|
* Starting to consider richer data storage.Ned Batchelder2009-04-071-0/+11
|
* A lab directory for experiments in progress.Ned Batchelder2009-04-025-0/+301