| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | XML report: now validates against the Cobertura dtd. | Ned Batchelder | 2009-09-26 | 2 | -7/+11 |
| * | File comparison can include regex scrubbing to ignore certain parts. | Ned Batchelder | 2009-09-26 | 1 | -2/+16 |
| * | XML command writes to coverage.xml, and takes a -o argument to write it somew... | Ned Batchelder | 2009-09-25 | 2 | -5/+40 |
| * | Move common stuff to a common place. | Ned Batchelder | 2009-09-25 | 1 | -33/+25 |
| * | Fix the gold file: need to do this differently, or I'll have to touch this wi... | Ned Batchelder | 2009-09-25 | 1 | -0/+1 |
| * | Don't use -o for 'omit' in the new command syntax: it should mean output. | Ned Batchelder | 2009-09-24 | 1 | -6/+6 |
| * | Get the test working properly, including adding a usable diff comparison when... | Ned Batchelder | 2009-09-23 | 5 | -9/+17 |
| * | Some XML report fixes, and a very basic test. | Ned Batchelder | 2009-09-23 | 2 | -0/+35 |
| * | Syntax coloring in the HTML reports. | Ned Batchelder | 2009-09-23 | 4 | -12/+16 |
| * | The best way to get py3k support: same source runs on both, with some contort... | Ned Batchelder | 2009-09-22 | 11 | -20/+93 |
| * | Disable the long recursion test under 3.x for now: it crashes the interpreter... | Ned Batchelder | 2009-09-17 | 1 | -13/+14 |
| * | Change how run_timid checks the name of the Tracer class, so that 2.x and 3.x... | Ned Batchelder | 2009-09-17 | 2 | -5/+5 |
| * | Capture the full path to the data file when execution starts. Fixes issue 24. | Ned Batchelder | 2009-09-14 | 3 | -0/+17 |
| * | Save .coverage when running our own coverage tests. | Ned Batchelder | 2009-09-13 | 1 | -0/+1 |
| * | A nicer way to write help text. | Ned Batchelder | 2009-09-13 | 1 | -1/+6 |
| * | assertTrue isn't available in earlier Pythons? | Ned Batchelder | 2009-09-13 | 1 | -9/+9 |
| * | More tests: really use the help function that writes to stdout. | Ned Batchelder | 2009-09-13 | 1 | -5/+38 |
| * | All commands are now available as new-style commands. | Ned Batchelder | 2009-09-13 | 1 | -0/+33 |
| * | Proper help handling for the new command-line syntax. | Ned Batchelder | 2009-09-12 | 1 | -6/+12 |
| * | First new-style command: run | Ned Batchelder | 2009-09-12 | 1 | -116/+103 |
| * | Major changes to introduce new command line syntax. | Ned Batchelder | 2009-09-12 | 1 | -14/+44 |