| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | build: use pip-tools to manage *.pip from *.in | Ned Batchelder | 2021-10-24 | 1 | -2/+2 |
| | | | | | | The requires.io site stopped working for me, and this is a more automated process anyway. | ||||
| * | build: remove needless excludes | Ned Batchelder | 2021-05-02 | 1 | -3/+0 |
| | | | | | | Unfortunately, excluding files that don't exist causes warnings. So try to keep the list as accurate as possible. | ||||
| * | tox_wheels.ini was deleted in November | Ned Batchelder | 2021-01-10 | 1 | -1/+0 |
| | | |||||
| * | Remove unneeded CI and kitting support | Ned Batchelder | 2020-11-28 | 1 | -2/+2 |
| | | | | | | | | | | We no longer: - Use Travis - Use AppVeyor - Build manylinux wheels locally - Build other wheels locally | ||||
| * | Better auto-spelling of contributors' names | Ned Batchelder | 2019-11-11 | 1 | -0/+1 |
| | | |||||
| * | Save copies of support files so we can view gold files properly | Ned Batchelder | 2019-10-13 | 1 | -4/+4 |
| | | |||||
| * | Improve doc tooling | Ned Batchelder | 2019-08-11 | 1 | -1/+1 |
| | | |||||
| * | A script to upload release notes to Tidelift | Ned Batchelder | 2019-05-19 | 1 | -1/+1 |
| | | |||||
| * | A .readthedocs.yml file | Ned Batchelder | 2019-05-05 | 1 | -0/+1 |
| | | |||||
| * | Explain a bit about the thinking behind the MANIFEST | Ned Batchelder | 2019-04-11 | 1 | -0/+5 |
| | | |||||
| * | Rename farm to gold, since that's what it is | Ned Batchelder | 2018-11-18 | 1 | -1/+1 |
| | | |||||
| * | Remove test_farm.py | Ned Batchelder | 2018-11-18 | 1 | -1/+0 |
| | | |||||
| * | Include doc image files in the sdist | Ned Batchelder | 2018-09-28 | 1 | -1/+1 |
| | | |||||
| * | Obsolete | Ned Batchelder | 2018-08-24 | 1 | -1/+0 |
| | | |||||
| * | No need to prune things we never included | Ned Batchelder | 2018-06-30 | 1 | -2/+0 |
| | | |||||
| * | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | | |||||
| * | A few cleanups | Ned Batchelder | 2018-05-31 | 1 | -1/+0 |
| | | |||||
| * | Use check-manifest to check the manifest | Ned Batchelder | 2018-05-14 | 1 | -0/+1 |
| | | |||||
| * | Oops, wrong name | Ned Batchelder | 2016-12-17 | 1 | -1/+1 |
| | | |||||
| * | Rename AUTHORS.txt to CONTRIBUTORS.txt | Ned Batchelder | 2016-12-17 | 1 | -1/+1 |
| | | | | | | --HG-- rename : AUTHORS.txt => CONTRIBUTORS.txt | ||||
| * | Source kit now has a complete working tree. #137 | Ned Batchelder | 2015-10-13 | 1 | -1/+33 |
| | | |||||
| * | Rename CHANGES.txt to CHANGES.rst so repos will display it well. | Ned Batchelder | 2015-09-20 | 1 | -1/+1 |
| | | |||||
| * | Fix the contents of the kit | Ned Batchelder | 2015-09-06 | 1 | -1/+2 |
| | | | | | | Previously, we were getting fullcoverage/__pycache__/*.pyc files, and we weren't getting the header files needed for ctracer. | ||||
| * | Remove tests and docs from the kit, since they weren't used or usable. | Ned Batchelder | 2015-09-06 | 1 | -13/+5 |
| | | |||||
| * | Readme changed from .txt to .rst | Ned Batchelder | 2015-08-29 | 1 | -1/+1 |
| | | |||||
| * | Use requirements.pip files | Ned Batchelder | 2015-08-29 | 1 | -1/+1 |
| | | | | | | | --HG-- rename : doc/requirements.txt => doc/requirements.pip rename : requirements.txt => requirements.pip | ||||
| * | Include the header files in kits | Ned Batchelder | 2015-08-01 | 1 | -1/+2 |
| | | |||||
| * | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -0/+3 |
| | | |||||
| * | 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 |
| | | | | | | --HG-- rename : doc/branches.py => lab/branches.py | ||||
| * | 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 |
| | | | | | | --HG-- rename : CHANGES => CHANGES.txt | ||||
| * | Initial coverage.py 3.0 beta 1 | Ned Batchelder | 2009-03-05 | 1 | -0/+7 |
