| Commit message (Expand) | Author | Age | Files | Lines |
| * | Slow progress on docs. | Ned Batchelder | 2009-05-28 | 4 | -27/+93 |
| * | Parse document fields to create revision history metadata. | Ned Batchelder | 2009-05-28 | 1 | -10/+17 |
| * | Fiddle (unsuccessfully) with removing extra whitespace. | Ned Batchelder | 2009-05-28 | 1 | -4/+2 |
| * | Merge trunk | Ned Batchelder | 2009-05-27 | 4 | -7/+10 |
| |\ |
|
| | * | Fix the formatting of a docstring. | Ned Batchelder | 2009-05-27 | 1 | -5/+5 |
| | * | Print reporting error message so that it fits better. | Ned Batchelder | 2009-05-26 | 1 | -1/+1 |
| | * | HTML annotations should use the short name of the module. | Ned Batchelder | 2009-05-25 | 1 | -1/+1 |
| | * | Doing research on Python 3 conversion. | Ned Batchelder | 2009-05-25 | 1 | -0/+3 |
| * | | First successful coversion .rst -> .px -> .html | Ned Batchelder | 2009-05-26 | 4 | -21/+54 |
| * | | Mark literals with their language for proper highlighting. | Ned Batchelder | 2009-05-26 | 2 | -8/+17 |
| * | | Finally looks like I'll be able to write .px files directly. | Ned Batchelder | 2009-05-26 | 5 | -20/+77 |
| * | | A sample HTML coverage report. | Ned Batchelder | 2009-05-25 | 8 | -0/+6053 |
| * | | Adding meat to the docs | Ned Batchelder | 2009-05-24 | 2 | -17/+157 |
| * | | Make the Sphinx HTML output look like the eventual HTML. | Ned Batchelder | 2009-05-24 | 3 | -9/+248 |
| * | | Sphinx experiments getting complicated... | Ned Batchelder | 2009-05-23 | 3 | -6/+30 |
| * | | Try out the text sphinx builder | Ned Batchelder | 2009-05-23 | 1 | -0/+5 |
| * | | Remove some noise. | Ned Batchelder | 2009-05-23 | 2 | -31/+3 |
| * | | Getting started with sphinx | Ned Batchelder | 2009-05-23 | 7 | -0/+338 |
| |/ |
|
| * | An improvement to a CHANGE notice. | Ned Batchelder | 2009-05-21 | 1 | -2/+2 |
| * | 'bit'? Maybe I should finish a thought before I check it in. | Ned Batchelder | 2009-05-20 | 1 | -2/+2 |
| * | Jot some ideas about what 3.1 might be. | Ned Batchelder | 2009-05-19 | 1 | -0/+6 |
| * | coverage._analyze is a non-public function. | Ned Batchelder | 2009-05-17 | 4 | -4/+5 |
| * | When printing exceptions in a report, just use the name of the exception. | Ned Batchelder | 2009-05-17 | 1 | -1/+1 |
| * | Pointer to the repo for PyPI. | Ned Batchelder | 2009-05-17 | 1 | -0/+2 |
| * | Downloads aren't at nedbatchelder.com any more, they're at PyPI. | Ned Batchelder | 2009-05-16 | 2 | -1/+2 |
| * | Tidy up .pylintrc | Ned Batchelder | 2009-05-16 | 1 | -2/+6 |
| * | Refining the release checklist... | Ned Batchelder | 2009-05-16 | 1 | -2/+4 |
| * | Refining the release checklist. | Ned Batchelder | 2009-05-16 | 1 | -2/+4 |
| * | Move the version number up to 3.0 rc1. | Ned Batchelder | 2009-05-16 | 1 | -1/+1 |
| * | Strange wording in the package metadata | Ned Batchelder | 2009-05-16 | 1 | -1/+1 |
| * | Added tag coverage-3.0b3 for changeset ad991769ad4f | Ned Batchelder | 2009-05-16 | 1 | -0/+1 |
| * | Coverage 3.0b3coverage-3.0b3 | Ned Batchelder | 2009-05-16 | 1 | -2/+2 |
| * | Add a short description to the command line help. | Ned Batchelder | 2009-05-16 | 1 | -0/+1 |
| * | Check for bad ws in the tests too. | Ned Batchelder | 2009-05-16 | 1 | -1/+1 |
| * | No need to build source kits on each Python version. | Ned Batchelder | 2009-05-16 | 1 | -3/+0 |
| * | Don't leave reminders in the docstring. | Ned Batchelder | 2009-05-16 | 1 | -1/+1 |
| * | Track some things still to be done. | Ned Batchelder | 2009-05-14 | 2 | -0/+7 |
| * | D'oh! Turns out the kits didn't have the htmlfiles assets in them! | Ned Batchelder | 2009-05-14 | 2 | -1/+8 |
| * | Get rid of warning about not matching an exclude pattern, or something. | Ned Batchelder | 2009-05-13 | 1 | -2/+2 |
| * | Add the last few docstrings, and no pylint messages! | Ned Batchelder | 2009-05-13 | 5 | -13/+31 |
| * | More pylint warnings gone. | Ned Batchelder | 2009-05-13 | 1 | -0/+3 |
| * | Silence pylint nagging. | Ned Batchelder | 2009-05-13 | 1 | -6/+15 |
| * | Add some excluded lines to the annotation tests, and write some docstrings fo... | Ned Batchelder | 2009-05-13 | 5 | -4/+33 |
| * | Give the singleton module interface a way to keep the old behavior of auto-lo... | Ned Batchelder | 2009-05-12 | 4 | -6/+19 |
| * | cover_stdlib wasn't quite right, it controls covering the entire Python libra... | Ned Batchelder | 2009-05-12 | 4 | -14/+16 |
| * | Less-magical coverage api: load() method loads data from data file, no more s... | Ned Batchelder | 2009-05-12 | 3 | -10/+13 |
| * | How quickly can I fix, re-break, and re-fix a bug? | Ned Batchelder | 2009-05-11 | 1 | -1/+1 |
| * | Remove some lambdas | Ned Batchelder | 2009-05-11 | 2 | -2/+2 |
| * | Reporting on nothing is OK. | Ned Batchelder | 2009-05-11 | 2 | -1/+7 |
| * | Oops: two tests with the same name means one of them doesn't get run! Thanks,... | Ned Batchelder | 2009-05-11 | 1 | -2/+2 |