| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Re-think the api to set the data file name and suffix. | Ned Batchelder | 2009-05-11 | 5 | -26/+99 |
| * | More docstrings | Ned Batchelder | 2009-05-09 | 6 | -1/+20 |
| * | More docstrings all around. | Ned Batchelder | 2009-05-09 | 7 | -21/+76 |
| * | Silence one more lint message that doesn't seem to matter. | Ned Batchelder | 2009-05-09 | 1 | -1/+2 |
| * | Also make __builtins__ available in main programs. | Ned Batchelder | 2009-05-09 | 3 | -2/+8 |
| * | Simplify the construction of the __main__ module in run_python_file. | Ned Batchelder | 2009-05-09 | 1 | -6/+3 |
| * | Change run_python_file again so that it doesn't produce compiled turds in the... | Ned Batchelder | 2009-05-09 | 3 | -31/+36 |
| * | makeFile is more useful if it doesn't append .py | Ned Batchelder | 2009-05-08 | 4 | -18/+34 |
| * | Treat files not ending in .py properly. | Ned Batchelder | 2009-05-07 | 2 | -5/+7 |
| * | OS truce | Ned Batchelder | 2009-05-07 | 1 | -8/+8 |
| * | Add a failing test for running non-.py files on the command line. | Ned Batchelder | 2009-05-07 | 3 | -2/+34 |
| * | Still noodling on how best to incorporate Detlev Offenbach's code finding patch. | Ned Batchelder | 2009-05-06 | 2 | -4/+11 |
| * | Better docstrings. | Ned Batchelder | 2009-05-06 | 1 | -6/+11 |
| * | .pyc files can be moved, so use __file__ to correctly find the source file. | Ned Batchelder | 2009-05-05 | 3 | -4/+19 |
| * | Change how data is harvested from the collector to simplify api use. | Ned Batchelder | 2009-05-05 | 4 | -15/+21 |
| * | Lint lint | Ned Batchelder | 2009-05-05 | 3 | -12/+10 |
| * | Even simpler: get rid of the lambdas for the singleton methods. | Ned Batchelder | 2009-05-05 | 1 | -14/+16 |
| * | Simplify the singleton machinations in the package __init__. Fewer lines of ... | Ned Batchelder | 2009-05-05 | 1 | -16/+11 |