| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Include __main__.py in the source kit. Fixes #255. | Ned Batchelder | 2013-08-15 | 1 | -0/+1 |
| | | |||||
| * | Directory changed: test->tests. Adapt. | Ned Batchelder | 2013-02-02 | 1 | -1/+1 |
| | | |||||
| * | Add tests and docs to the kit, though they are not installed. #137 | Ned Batchelder | 2012-11-17 | 1 | -1/+5 |
| | | |||||
| * | This actually works. | Ned Batchelder | 2012-11-17 | 1 | -2/+1 |
| | | |||||
| * | This makes more sense to me. | Ned Batchelder | 2012-11-17 | 1 | -3/+6 |
| | | |||||
| * | No longer try to bootstrap setuptools. It is a pre-req. Closes #202 | Ned Batchelder | 2012-11-17 | 1 | -2/+0 |
| | | |||||
| * | Include the fullcoverage directory in the kitscoverage-3.5.1b1 | Ned Batchelder | 2011-08-30 | 1 | -0/+1 |
| | | |||||
| * | 'prune' is for directories, and it turns out we don't need to 'exclude' this ↵ | Ned Batchelder | 2011-04-18 | 1 | -1/+0 |
| | | | | | file either, it was never included in the first place. | ||||
| * | Allow coverage.py to be executed by pointing Python at a repository's | Brett Cannon | 2011-02-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | directory. Since Python 2.6 one can specify a __main__.py in a directory to tell Python what to do if it is pointed at simply a directory. For instance, assuming one has a clone of coverage.py sitting at ../coveragepy, this patch allows for:: python ../coveragepy run ... This is extremely handy if you want to use coverage.py straight from a clone without adding the clone's directory to sys.path (which can be an issue at least in the stdlib as that will pick up 'test' as a package, masking the stdlib's own 'test' package). | ||||
| * | Added an AUTHORS.txt file. | Ned Batchelder | 2009-12-06 | 1 | -0/+1 |
| | | |||||
| * | Use Distribute for 3.x, stick with setuptools for 2.x | Ned Batchelder | 2009-11-30 | 1 | -0/+1 |
| | | |||||
| * | New theory about how to kit for py3k: coverage3k-* kits are for 3.x | Ned Batchelder | 2009-09-20 | 1 | -2/+0 |
| | | |||||
| * | Py3k kitting. | Ned Batchelder | 2009-09-18 | 1 | -0/+2 |
| | | |||||
| * | D'oh! Turns out the kits didn't have the htmlfiles assets in them! | Ned Batchelder | 2009-05-14 | 1 | -0/+1 |
| | | |||||
| * | Get rid of warning about not matching an exclude pattern, or something. | Ned Batchelder | 2009-05-13 | 1 | -2/+2 |
| | | |||||
| * | Forgot to include CHANGES.txt in the kit. | Ned Batchelder | 2009-03-20 | 1 | -0/+1 |
| | | |||||
| * | Initial coverage.py 3.0 beta 1 | Ned Batchelder | 2009-03-05 | 1 | -0/+7 |
