| Commit message (Expand) | Author | Age | Files | Lines |
| * | Polish up CHANGES.coverage-3.2b2 | Ned Batchelder | 2009-11-19 | 1 | -7/+9 |
| * | That last change fixed two bugs. | Ned Batchelder | 2009-11-19 | 1 | -2/+3 |
| * | The --omit option was checking name instead of filename. This is much better... | Ned Batchelder | 2009-11-19 | 2 | -1/+5 |
| * | Trim line lengths | Ned Batchelder | 2009-11-18 | 1 | -2/+3 |
| * | Dur! This is a better way to indicate how the tests should run. | Ned Batchelder | 2009-11-18 | 7 | -17/+10 |
| * | Ignore the branch of an except clause testing its type, since these aren't co... | Ned Batchelder | 2009-11-17 | 4 | -5/+40 |
| * | Classes shouldn't be marked as branches. Fixes #32. | Ned Batchelder | 2009-11-16 | 4 | -9/+62 |
| * | Tabs are 8 spaces, as the Python docs dictate. Fixes issue #31. | Ned Batchelder | 2009-11-15 | 6 | -12/+37 |
| * | More readable comment | Ned Batchelder | 2009-11-15 | 1 | -2/+2 |
| * | Avoid some unneeded tempdir creation in tests. | Ned Batchelder | 2009-11-15 | 6 | -25/+52 |
| * | Paperwork | Ned Batchelder | 2009-11-15 | 1 | -1/+4 |
| * | Fix a problem with syntax coloring continued lines, and refactor for testabil... | Ned Batchelder | 2009-11-15 | 4 | -86/+229 |
| * | Bump the version number | Ned Batchelder | 2009-11-12 | 2 | -1/+7 |
| * | Coverage 3.2b1 | Ned Batchelder | 2009-11-10 | 1 | -0/+2 |
| * | Coverage 3.2b1coverage-3.2b1 | Ned Batchelder | 2009-11-10 | 1 | -0/+2 |
| * | Latest tweaks | Ned Batchelder | 2009-11-10 | 1 | -2/+3 |
| * | Coverage 3.2b1 | Ned Batchelder | 2009-11-10 | 1 | -0/+1 |
| * | Put a teaser for new features in the package docstring. | Ned Batchelder | 2009-11-10 | 2 | -0/+2 |
| * | Nearing 3.2b1 | Ned Batchelder | 2009-11-10 | 3 | -9/+9 |
| * | Fleshed-out branch documentation. | Ned Batchelder | 2009-11-10 | 2 | -14/+79 |
| * | Make this test use only new-style commands. | Ned Batchelder | 2009-11-10 | 1 | -1/+1 |
| * | Some per-instance caching to speed code parsing and analysis. | Ned Batchelder | 2009-11-10 | 2 | -1/+17 |
| * | Start to document branch coverage | Ned Batchelder | 2009-11-09 | 2 | -0/+102 |
| * | Stuff to do before 3.2 release? | Ned Batchelder | 2009-11-09 | 1 | -0/+3 |
| * | Keep showing excluded lines by default. | Ned Batchelder | 2009-11-09 | 1 | -1/+1 |
| * | Annotations on yellow HTML lines with the line numbers not visited. | Ned Batchelder | 2009-11-08 | 5 | -14/+46 |
| * | Clean up. | Ned Batchelder | 2009-11-08 | 6 | -12/+37 |
| * | Don't include excluded lines when reporting exit counts. | Ned Batchelder | 2009-11-08 | 1 | -1/+8 |
| * | Dict literals shouldn't count as many different exits. | Ned Batchelder | 2009-11-08 | 5 | -22/+51 |
| * | Show branches and executed branches in HTML reports. | Ned Batchelder | 2009-11-08 | 1 | -3/+6 |
| * | Shouldn't count multiple (-1,x) arcs as branches. | Ned Batchelder | 2009-11-08 | 2 | -2/+6 |
| * | Added branch stats to results, and the summary report includes them. | Ned Batchelder | 2009-11-08 | 4 | -37/+95 |
| * | Use the patch from <<issue 23>> to get Cobertura to find source files. | Ned Batchelder | 2009-11-07 | 1 | -1/+2 |
| * | Make the naming of Results attributes more consistent. | Ned Batchelder | 2009-11-03 | 5 | -24/+28 |
| * | Touch-ups in an ancient function. | Ned Batchelder | 2009-11-02 | 1 | -3/+2 |
| * | 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 | 2 | -10/+46 |
| * | Making a little progress | Ned Batchelder | 2009-11-02 | 1 | -1/+1 |
| * | HTML reporting makes use of Numbers to simplify and centralize the code. | Ned Batchelder | 2009-11-02 | 4 | -40/+35 |
| * | Factor out Analysis and Numbers into their own file: imports were getting cir... | Ned Batchelder | 2009-11-02 | 3 | -144/+148 |
| * | Some lint cleanup | Ned Batchelder | 2009-11-02 | 3 | -4/+10 |
| * | A Numbers class to handle the interrelationships of counts and percentages, i... | Ned Batchelder | 2009-11-02 | 3 | -28/+48 |
| * | CodeParser couldn't deal with being passed the text directly. | Ned Batchelder | 2009-11-02 | 3 | -2/+9 |
| * | Updated gold files due to the hover change in the index.html file | Ned Batchelder | 2009-11-02 | 2 | -9/+18 |
| * | Make the index page display the same in all browsers, and give it a hover eff... | Ned Batchelder | 2009-10-30 | 2 | -3/+5 |
| * | More tests for arc situations I'm uncertain of, but at least this captures th... | Ned Batchelder | 2009-10-30 | 1 | -0/+53 |
| * | Refactor Chunk to the top level. | Ned Batchelder | 2009-10-30 | 1 | -19/+34 |
| * | Track stuff | Ned Batchelder | 2009-10-30 | 1 | -0/+12 |
| * | Shift some tests around. | Ned Batchelder | 2009-10-28 | 1 | -14/+14 |
| * | Small tweaks to make the HTML reports valid 4.01 strict. Thanks, Ben Finney. | Ned Batchelder | 2009-10-28 | 2 | -4/+6 |