summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Start testing exceptions with arc measurements.Ned Batchelder2009-10-194-11/+71
|
* Keep lines under 80 chars.Ned Batchelder2009-10-171-4/+8
|
* Tidying upNed Batchelder2009-10-163-5/+3
|
* Correct handling of breaks and continues.Ned Batchelder2009-10-163-22/+75
|
* Ad-hoc discovery of opcodes that need to be parsed. BREAK_LOOP is implicit? ↵Ned Batchelder2009-10-162-17/+28
| | | | yikes...
* Start unit testing the arc measurement. In arcs, -1 means enter or exit.Ned Batchelder2009-10-166-42/+185
|
* CamelCase looks weird, switch to underscore_separated.Ned Batchelder2009-10-164-174/+174
|
* Create proper data to start, then clean up at the end, quietly.Ned Batchelder2009-10-152-1/+6
|
* More refactoring of the use of analysis objects.Ned Batchelder2009-10-153-17/+37
|
* Remove left over glop.Ned Batchelder2009-10-151-4/+0
|
* Refactor the analysis results so we aren't passing so many tuples around.Ned Batchelder2009-10-156-59/+74
|
* More tidyingNed Batchelder2009-10-151-39/+57
|
* Tidying upNed Batchelder2009-10-153-5/+5
|
* Incomprehensible text-based drawing of code arcsNed Batchelder2009-10-151-11/+43
|
* Lots of work on parser.py, now we can extract possible arcs from source.Ned Batchelder2009-10-142-147/+233
|
* I did this.Ned Batchelder2009-10-131-1/+1
|
* D'oh: I was finding jumpers to anonymous chunks wrongly, turns out there are ↵Ned Batchelder2009-10-121-4/+7
| | | | lots of multi-jump anonymous chunks.
* Don't write arcs if there are none, and an ad-hoc data viewer.Ned Batchelder2009-10-122-9/+27
|
* This is better covered in the data.py file.Ned Batchelder2009-10-121-9/+0
|
* Don't forget that we disabled a test for short-term reasons.Ned Batchelder2009-10-121-1/+1
|
* Write the arcs to the data file.Ned Batchelder2009-10-123-4/+38
|
* Keep cmd-opts.txt up to dateNed Batchelder2009-10-121-4/+4
|
* Notes from recent workNed Batchelder2009-10-121-0/+36
|
* Report lines properly when measuring branches; Use None for the placeholder ↵Ned Batchelder2009-10-122-13/+34
| | | | value throughout.
* Most people don't need -i on html.Ned Batchelder2009-10-121-1/+1
|
* changesNed Batchelder2009-10-111-0/+5
|
* Properly initialize the arc bookkeeping.Ned Batchelder2009-10-111-1/+13
|
* Reduce the amount of data translation by having the tracers record data in a ↵Ned Batchelder2009-10-114-56/+54
| | | | form more like it will be consumed. Also should reduce the amount of work the tracers have to do.
* One way to collect arc information..Ned Batchelder2009-10-114-123/+62
|
* Properly separate the line data and the arc data.Ned Batchelder2009-10-103-20/+31
|
* More experiments: looks like anonymous chunks are only jumped to from one place.Ned Batchelder2009-10-101-28/+63
|
* First alpha is a1Ned Batchelder2009-10-101-1/+1
|
* Need this tooNed Batchelder2009-10-101-0/+81
|
* Continued hacking on branch coverage.Ned Batchelder2009-10-102-48/+169
|
* Much more ad-hoc goodness.Ned Batchelder2009-10-071-7/+80
|
* Mark most of these methods as private.Ned Batchelder2009-10-071-15/+15
|
* Basic plumbing for a --branch option.Ned Batchelder2009-10-075-11/+28
|
* Bump the version number to 3.2aNed Batchelder2009-10-071-1/+1
|
* OK, last tweak, I promise.Ned Batchelder2009-10-051-0/+1
|
* Ugh, maybe this looks right...Ned Batchelder2009-10-051-6/+6
|
* Oops: a FAQ was formatted incorrectly.Ned Batchelder2009-10-051-1/+1
|
* Keep TODO up to date.Ned Batchelder2009-10-051-21/+18
|
* Use xrange on py2k and range on py3kNed Batchelder2009-10-051-0/+7
|
* Coverage.py 3.1Ned Batchelder2009-10-041-0/+1
|
* Updated sample html report.coverage-3.1Ned Batchelder2009-10-047-2802/+4337
|
* Update all the metadata for version 3.1Ned Batchelder2009-10-045-6/+9
|
* Help should focus on the new command syntax but also have a way to get help ↵Ned Batchelder2009-10-042-9/+13
| | | | on the old.
* Documentation polishing for a 3.1 release.Ned Batchelder2009-10-046-18/+74
|
* Make this agnostic to Python versionNed Batchelder2009-09-301-1/+1
|
* Last clean up on the egg-reading code. Fixes issue #25.Ned Batchelder2009-09-303-10/+24
|