Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | * move pytest_coverage/nose_plugin to become directly importable | holger krekel | 2009-11-25 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | * fixing order of coverage options * pytest: only do coverage-processing if cover-action is defined --HG-- rename : coverage/test_plugins/nose_coverage.py => coverage/nose_coverage.py rename : coverage/test_plugins/pytest_coverage.py => coverage/pytest_coverage.py | |||||
* | | Simple changes to get code measurement running on Jython. | Ned Batchelder | 2010-05-21 | 1 | -5/+11 | |
| | | ||||||
* | | Move the version number to 3.3 | Ned Batchelder | 2010-02-24 | 1 | -0/+2 | |
| | | ||||||
* | | version_info is a nicer way to check Python versions than hexversion is. | Ned Batchelder | 2009-12-13 | 1 | -1/+1 | |
| | | ||||||
* | | Added an AUTHORS.txt file. | Ned Batchelder | 2009-12-06 | 1 | -1/+1 | |
| | | ||||||
* | | Massive eol whitespace clean-up. | Ned Batchelder | 2009-12-02 | 1 | -2/+2 | |
| | | ||||||
* | | Mark this as applying to Python 2 and 3 explicitly, since the PyPI home page ↵ | Ned Batchelder | 2009-12-01 | 1 | -1/+2 | |
| | | | | | | | | has a 'Python 3 Packages' link that looks for Python :: 3. | |||||
* | | Use Distribute for 3.x, stick with setuptools for 2.x | Ned Batchelder | 2009-11-30 | 1 | -27/+18 | |
|/ | ||||||
* | Put a teaser for new features in the package docstring. | Ned Batchelder | 2009-11-10 | 1 | -0/+1 | |
| | ||||||
* | Keep line lengths proper | Ned Batchelder | 2009-09-29 | 1 | -3/+3 | |
| | ||||||
* | Tweaks to the package description.coverage-3.1b1 | Ned Batchelder | 2009-09-27 | 1 | -7/+9 | |
| | ||||||
* | Put __version__ back in the main file, and also put the URL in only one ↵ | Ned Batchelder | 2009-09-25 | 1 | -2/+2 | |
| | | | | place, use it everywhere. | |||||
* | The best way to get py3k support: same source runs on both, with some ↵ | Ned Batchelder | 2009-09-22 | 1 | -5/+1 | |
| | | | | contortions. | |||||
* | Clean up setup.py from the other py3k experiments. | Ned Batchelder | 2009-09-20 | 1 | -9/+1 | |
| | ||||||
* | New theory about how to kit for py3k: coverage3k-* kits are for 3.x | Ned Batchelder | 2009-09-20 | 1 | -4/+6 | |
| | ||||||
* | More progress on multi-head kits, though I'm not sure it will work. | Ned Batchelder | 2009-09-18 | 1 | -2/+4 | |
| | ||||||
* | Py3k kitting. | Ned Batchelder | 2009-09-18 | 1 | -0/+10 | |
| | ||||||
* | Py3k: an explicit coverage.py script since setuptools can't make one for us. | Ned Batchelder | 2009-07-09 | 1 | -3/+8 | |
| | ||||||
* | Setup.py should be linted too | Ned Batchelder | 2009-07-09 | 1 | -2/+5 | |
| | ||||||
* | Py3k: no setuptools, so setup.py has to adapt. | Ned Batchelder | 2009-07-09 | 1 | -14/+25 | |
| | ||||||
* | Point to new docs; more doc tweaks. | Ned Batchelder | 2009-06-13 | 1 | -3/+4 | |
| | ||||||
* | 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 | 1 | -1/+1 | |
| | ||||||
* | Strange wording in the package metadata | Ned Batchelder | 2009-05-16 | 1 | -1/+1 | |
| | ||||||
* | D'oh! Turns out the kits didn't have the htmlfiles assets in them! | Ned Batchelder | 2009-05-14 | 1 | -1/+7 | |
| | ||||||
* | The name of the project is Coverage, not coverage.py. | Ned Batchelder | 2009-04-30 | 1 | -4/+3 | |
| | ||||||
* | Tweak the description. | Ned Batchelder | 2009-03-07 | 1 | -3/+4 | |
| | ||||||
* | Compute the dev status from the version number, and other minor tweaks. | Ned Batchelder | 2009-03-06 | 1 | -4/+19 | |
| | ||||||
* | Fix up some string continuations. | Ned Batchelder | 2009-03-05 | 1 | -3/+2 | |
| | ||||||
* | Initial coverage.py 3.0 beta 1 | Ned Batchelder | 2009-03-05 | 1 | -0/+60 | |