| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Branch coverage is computed more accurately, #156. | Ned Batchelder | 2012-11-19 | 1 | -3/+0 | 
| *  | Upgrading pylint means fixing more nits. | Ned Batchelder | 2012-11-10 | 1 | -1/+1 | 
| *  | Now the title of the HTML report can be set. | Ned Batchelder | 2012-11-09 | 1 | -1/+5 | 
| *  | pylint clean-up. | Ned Batchelder | 2012-11-03 | 1 | -0/+2 | 
| *  | The reporting functions now return a float, the total percentage covered. | Ned Batchelder | 2012-11-03 | 1 | -1/+3 | 
| *  | Fix #193: The status.dat file written by py2 can't be read by py3 | Ned Batchelder | 2012-10-03 | 1 | -1/+1 | 
| *  | Properly deal with files encoded as UTF-8 with BOM.  Fixes #179. | Ned Batchelder | 2012-05-14 | 1 | -0/+4 | 
| *  | The [html]extra_css configuration value is a file path to a CSS file that get... | Ned Batchelder | 2012-04-20 | 1 | -0/+15 | 
| *  | Refactor reporters so the config is part of construction, and is then availab... | Ned Batchelder | 2012-04-19 | 1 | -9/+8 | 
| *  | If a source file has an encoding declaration, use it when producing the HTML.... | Ned Batchelder | 2012-03-21 | 1 | -4/+16 | 
| *  | Make tests run on PyPy, and make test_farm more comprehensible. | Ned Batchelder | 2012-03-18 | 1 | -1/+5 | 
| *  | Cleanup | Ned Batchelder | 2011-08-17 | 1 | -1/+1 | 
| *  | Properly handle Unicode characters in Python source when creating the HTML re... | Ned Batchelder | 2011-08-17 | 1 | -11/+11 | 
| *  | Fix whitespace | Ned Batchelder | 2011-08-03 | 1 | -1/+1 | 
| *  | Refactor handling of static report files to a separate function. | Ben Finney | 2011-07-27 | 1 | -1/+4 | 
| *  | Keyboard-shorcut help is now available on the file page of the HTML report. | Ned Batchelder | 2011-04-20 | 1 | -0/+2 | 
| *  | HTML incremental generation should also take the coverage.py version into acc... | Ned Batchelder | 2011-03-27 | 1 | -14/+33 | 
| *  | HTML hotkeys for jumping to next/prev highlighted source section. | Ned Batchelder | 2011-03-27 | 1 | -1/+2 | 
| *  | Make the new code a little nicer. | Ned Batchelder | 2011-03-25 | 1 | -13/+23 | 
| *  | Incremental HTML generation.  Some cleanup would be good. | Ned Batchelder | 2011-03-24 | 1 | -6/+99 | 
| *  | Pylint 0.23.0 'deprecated' disable-msg. | Ned Batchelder | 2011-02-01 | 1 | -2/+2 | 
| *  | A bunch more places where a file close should be in a finally clause. | Ned Batchelder | 2011-01-30 | 1 | -4/+8 | 
| *  | Properly close files. | Brett Cannon | 2011-01-28 | 1 | -3/+10 | 
| *  | Whitespace | Ned Batchelder | 2010-11-07 | 1 | -2/+2 | 
| *  | Hotkeys for the HTML report. | Ned Batchelder | 2010-11-07 | 1 | -0/+1 | 
| *  | Upgrade jquery to 1.4.3 | Ned Batchelder | 2010-11-07 | 1 | -4/+9 | 
| *  | Pass config objects around to limit the sprawl of argument lists. | Ned Batchelder | 2010-09-02 | 1 | -8/+6 | 
| *  | Correct case. | Ned Batchelder | 2010-08-28 | 1 | -1/+1 | 
| *  | Unify formatting of coverage percentages, and don't show zero or 100 as a res... | Ned Batchelder | 2010-08-22 | 1 | -4/+0 | 
| *  | If there are no files to report, show a nice exception rather than fall into ... | Ned Batchelder | 2010-06-03 | 1 | -4/+8 | 
| *  | Omit and include are now filename patterns rather than prefixes.  BACKWARD IN... | Ned Batchelder | 2010-05-23 | 1 | -6/+2 | 
| *  | Format the code to pylint's liking, and fix up the docstrings for omit and in... | Ned Batchelder | 2010-05-15 | 1 | -10/+10 | 
| *  | Change 'requires' to 'include'. | Ned Batchelder | 2010-05-15 | 1 | -4/+4 | 
| *  | add a --require option to specify directories which are required to be at the... | Zooko Ofsimplegeo | 2010-04-19 | 1 | -2/+7 | 
| *  | Properly record multiple exits separately.  Fixes #62. | Ned Batchelder | 2010-04-27 | 1 | -1/+1 | 
| *  | Lint cleanups | Ned Batchelder | 2010-02-20 | 1 | -1/+3 | 
| *  | Clean up the lst += string stuff, whereby string being iterable means each ch... | Ned Batchelder | 2010-02-07 | 1 | -15/+15 | 
| *  | Massive eol whitespace clean-up. | Ned Batchelder | 2009-12-02 | 1 | -12/+12 | 
| *  | A little explanation of the partial branch annotations in the HTML report. | Ned Batchelder | 2009-11-30 | 1 | -3/+9 | 
| *  | Move the javascript code for click-to-sort columns into its own file.  It hel... | Ned Batchelder | 2009-11-25 | 1 | -1/+2 | 
| *  | When partial lines are hidden and run lines are shown, then partial lines are... | Ned Batchelder | 2009-11-24 | 1 | -2/+2 | 
| *  | Don't annotate partial branches with -1, use 'exit' instead. | Ned Batchelder | 2009-11-24 | 1 | -1/+7 | 
| *  | Polish up the sortable report: indication of sort column and sortability | Ned Batchelder | 2009-11-20 | 1 | -12/+7 | 
| *  | Odd indentation, fix it. | Ned Batchelder | 2009-11-20 | 1 | -3/+3 | 
| *  | Better HTML reporting | Chris Adams | 2009-11-19 | 1 | -2/+6 | 
| *  | Tabs are 8 spaces, as the Python docs dictate.  Fixes issue #31. | Ned Batchelder | 2009-11-15 | 1 | -1/+1 | 
| *  | More readable comment | Ned Batchelder | 2009-11-15 | 1 | -2/+2 | 
| *  | Fix a problem with syntax coloring continued lines, and refactor for testabil... | Ned Batchelder | 2009-11-15 | 1 | -86/+35 | 
| *  | 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 | 1 | -1/+4 |