| Commit message (Expand) | Author | Age | Files | Lines |
* | Annotations on yellow HTML lines with the line numbers not visited. | Ned Batchelder | 2009-11-08 | 1 | -10/+27 |
* | Clean up. | Ned Batchelder | 2009-11-08 | 1 | -1/+2 |
* | Dict literals shouldn't count as many different exits. | Ned Batchelder | 2009-11-08 | 1 | -0/+18 |
* | Shouldn't count multiple (-1,x) arcs as branches. | Ned Batchelder | 2009-11-08 | 1 | -2/+2 |
* | Added branch stats to results, and the summary report includes them. | Ned Batchelder | 2009-11-08 | 1 | -20/+40 |
* | Make the naming of Results attributes more consistent. | Ned Batchelder | 2009-11-03 | 1 | -6/+9 |
* | Split out the report tests, to give them their due. | Ned Batchelder | 2009-11-02 | 2 | -62/+87 |
* | Test and refactor Numbers. | Ned Batchelder | 2009-11-02 | 1 | -0/+35 |
* | Some lint cleanup | Ned Batchelder | 2009-11-02 | 1 | -1/+2 |
* | CodeParser couldn't deal with being passed the text directly. | Ned Batchelder | 2009-11-02 | 1 | -1/+5 |
* | Updated gold files due to the hover change in the index.html file | Ned Batchelder | 2009-11-02 | 2 | -9/+18 |
* | More tests for arc situations I'm uncertain of, but at least this captures th... | Ned Batchelder | 2009-10-30 | 1 | -0/+53 |
* | Shift some tests around. | Ned Batchelder | 2009-10-28 | 1 | -14/+14 |
* | Didn't deal with internal returns properly. | Ned Batchelder | 2009-10-27 | 1 | -0/+14 |
* | Templite v2, which can handle if's and nested control structures. | Ned Batchelder | 2009-10-25 | 1 | -2/+57 |
* | Pylint is a stern taskmaster | Ned Batchelder | 2009-10-25 | 3 | -2/+4 |
* | Templite now allows comments within curly-hash markers. | Ned Batchelder | 2009-10-25 | 1 | -0/+10 |
* | I guess the problem on 3.1 was in my C extension, because the recent changes ... | Ned Batchelder | 2009-10-25 | 1 | -14/+13 |
* | Report errors finding source files to execute more nicely. Fixes issue #23. | Ned Batchelder | 2009-10-25 | 2 | -0/+9 |
* | Py 2.3 support | Ned Batchelder | 2009-10-25 | 1 | -0/+2 |
* | Stupid simplistic not working yet branch reporting in HTML | Ned Batchelder | 2009-10-25 | 1 | -2/+25 |
* | Treat missing source files nicer. | Ned Batchelder | 2009-10-25 | 1 | -0/+22 |
* | Add an assert_matches method, and tests to prove it works. | Ned Batchelder | 2009-10-25 | 2 | -1/+33 |
* | Properly shift multiline references to the first line of the statement. This... | Ned Batchelder | 2009-10-23 | 1 | -0/+11 |
* | More complexity in figuring out where finally clauses might go. | Ned Batchelder | 2009-10-21 | 1 | -0/+56 |
* | Slow progress on adding arc measurement tests. | Ned Batchelder | 2009-10-20 | 1 | -1/+17 |
* | More exception flow testing. This stuff is kind of involved... | Ned Batchelder | 2009-10-20 | 1 | -6/+87 |
* | Start testing exceptions with arc measurements. | Ned Batchelder | 2009-10-19 | 2 | -9/+45 |
* | Keep lines under 80 chars. | Ned Batchelder | 2009-10-17 | 1 | -4/+8 |
* | Tidying up | Ned Batchelder | 2009-10-16 | 2 | -5/+2 |
* | Correct handling of breaks and continues. | Ned Batchelder | 2009-10-16 | 1 | -1/+35 |
* | Ad-hoc discovery of opcodes that need to be parsed. BREAK_LOOP is implicit? ... | Ned Batchelder | 2009-10-16 | 1 | -9/+20 |
* | Start unit testing the arc measurement. In arcs, -1 means enter or exit. | Ned Batchelder | 2009-10-16 | 2 | -13/+143 |
* | CamelCase looks weird, switch to underscore_separated. | Ned Batchelder | 2009-10-16 | 4 | -174/+174 |
* | More refactoring of the use of analysis objects. | Ned Batchelder | 2009-10-15 | 1 | -6/+6 |
* | More tidying | Ned Batchelder | 2009-10-15 | 1 | -39/+57 |
* | Tidying up | Ned Batchelder | 2009-10-15 | 1 | -1/+0 |
* | Don't write arcs if there are none, and an ad-hoc data viewer. | Ned Batchelder | 2009-10-12 | 1 | -2/+3 |
* | Don't forget that we disabled a test for short-term reasons. | Ned Batchelder | 2009-10-12 | 1 | -1/+1 |
* | Write the arcs to the data file. | Ned Batchelder | 2009-10-12 | 1 | -0/+21 |
* | Reduce the amount of data translation by having the tracers record data in a ... | Ned Batchelder | 2009-10-11 | 1 | -2/+2 |
* | Basic plumbing for a --branch option. | Ned Batchelder | 2009-10-07 | 1 | -7/+7 |
* | Help should focus on the new command syntax but also have a way to get help o... | Ned Batchelder | 2009-10-04 | 1 | -2/+2 |
* | Working toward reading source from eggs, but this isn't right on Py3k yet. | Ned Batchelder | 2009-09-29 | 4 | -0/+19 |
* | Obsolete file | Ned Batchelder | 2009-09-29 | 1 | -15/+0 |
* | Try to make this test impervious to platform differences. | Ned Batchelder | 2009-09-27 | 2 | -0/+6 |
* | Added a 'coverage debug' command to get internal information for diagnosing p... | Ned Batchelder | 2009-09-27 | 1 | -5/+20 |
* | HTML report includes non-relative code units also. Fixes issue #11, though t... | Ned Batchelder | 2009-09-26 | 9 | -1/+428 |
* | Use universal newline mode when comparing test results. | Ned Batchelder | 2009-09-26 | 1 | -2/+2 |
* | lint cleanup | Ned Batchelder | 2009-09-26 | 1 | -0/+6 |