Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Enable keeping test-created temp dirs | Ned Batchelder | 2018-08-24 | 1 | -3/+8 | |
| | | ||||||
* | | Merge branch 'master' into nedbat/data-sqlite | Ned Batchelder | 2018-08-07 | 2 | -3/+3 | |
|\ \ | ||||||
| * | | Update testing dependencies | Ned Batchelder | 2018-08-06 | 1 | -2/+2 | |
| | | | ||||||
| * | | Remove use_cache | Ned Batchelder | 2018-08-05 | 1 | -1/+1 | |
| | | | ||||||
* | | | Improved debugging | Ned Batchelder | 2018-08-04 | 1 | -0/+2 | |
|/ / | ||||||
* | | Simplify a URL so that docs can build pre-release | Ned Batchelder | 2018-07-07 | 1 | -27/+10 | |
| | | ||||||
* | | Update requirements | Ned Batchelder | 2018-06-28 | 1 | -2/+2 | |
| | | ||||||
* | | Explain some testing environment variables | Ned Batchelder | 2018-06-24 | 1 | -0/+15 | |
| | | ||||||
* | | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 19 | -19/+19 | |
| | | ||||||
* | | Pull in 4.5.1a changes to update docs for GitHub migration. | Ned Batchelder | 2018-06-23 | 4 | -21/+13 | |
|\ \ | |/ | ||||||
| * | Update docs to point to GitHubcoverage-4.5.1a | Ned Batchelder | 2018-06-23 | 4 | -21/+13 | |
| | | ||||||
* | | Drop support for EOL 2.5, 2.6 and 3.3 | Hugo | 2018-06-19 | 1 | -1/+1 | |
| | | ||||||
* | | One other 5.0a1 date to fixcoverage-5.0a1 | Ned Batchelder | 2018-06-05 | 1 | -1/+1 | |
| | | ||||||
* | | Update requirements | Ned Batchelder | 2018-06-01 | 1 | -1/+1 | |
| | | ||||||
* | | Updates for 5.0a1 | Ned Batchelder | 2018-05-28 | 3 | -8/+12 | |
| | | ||||||
* | | Upgrade most dependencies | Ned Batchelder | 2018-05-05 | 1 | -3/+3 | |
| | | ||||||
* | | Document COVERAGE_RCFILE | Ned Batchelder | 2018-04-19 | 1 | -2/+3 | |
| | | ||||||
* | | Update all pypi.python.org URLs to pypi.org | Jon Dufresne | 2018-04-18 | 5 | -8/+8 | |
| | | | | | | | | | | | | For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html | |||||
* | | A new warning for files already imported before coverage starts | Ned Batchelder | 2018-02-20 | 1 | -0/+7 | |
|/ | ||||||
* | Making 4.5.1 | Ned Batchelder | 2018-02-10 | 2 | -2/+3 | |
| | ||||||
* | Add a warning about plugins potentially interfering with coverage ↵ | Ned Batchelder | 2018-02-10 | 1 | -2/+0 | |
| | | | | measurement. Learned from #637 | |||||
* | Latest sample HTML reportcoverage-4.5 | Ned Batchelder | 2018-02-03 | 11 | -1777/+1777 | |
| | ||||||
* | Version 4.5 paperwork | Ned Batchelder | 2018-02-03 | 2 | -4/+5 | |
| | ||||||
* | Use latest of sphinx and pycontracts | Ned Batchelder | 2018-01-23 | 1 | -1/+1 | |
| | ||||||
* | Update the version of PyPy we claim to support. | Ned Batchelder | 2018-01-23 | 1 | -1/+1 | |
| | ||||||
* | fail_under can now be a float. #631. | Ned Batchelder | 2018-01-21 | 1 | -3/+7 | |
| | ||||||
* | Wrap some lines better. | Ned Batchelder | 2018-01-10 | 1 | -4/+4 | |
| | ||||||
* | Merged in jdufresne/coverage.py (pull request #135) | Ned Batchelder | 2018-01-06 | 4 | -6/+6 | |
|\ | | | | | | | Update all Read the Docs links to use https | |||||
| * | Update all Read the Docs links to use https | Jon Dufresne | 2018-01-06 | 4 | -6/+6 | |
| | | ||||||
* | | A new kind of plug-in: configurers. #563 | Ned Batchelder | 2018-01-06 | 2 | -30/+31 | |
|/ | ||||||
* | Update testing requirements | Ned Batchelder | 2017-12-23 | 1 | -3/+3 | |
| | ||||||
* | Add a little clarification to the quick start | Ned Batchelder | 2017-12-19 | 1 | -0/+6 | |
| | ||||||
* | Latest sample HTMLcoverage-4.4.2 | Ned Batchelder | 2017-11-05 | 11 | -2453/+2387 | |
| | ||||||
* | Version 4.4.2 prep | Ned Batchelder | 2017-11-04 | 2 | -4/+4 | |
| | ||||||
* | Add the latest warning to the docs, and give them consistent punctuation | Ned Batchelder | 2017-10-24 | 1 | -1/+7 | |
| | ||||||
* | * --source and --include are mutually exclusive (take 2) #265 | loic@dachary.org | 2017-01-07 | 2 | -2/+7 | |
| | | | | | close #265 close #101 | |||||
* | Use correct homepage for tox | Ned Batchelder | 2017-10-05 | 1 | -1/+1 | |
| | ||||||
* | Update dependencies, except setuptools, which vendors stuff | Ned Batchelder | 2017-09-20 | 1 | -1/+1 | |
| | ||||||
* | Remove things that updated packages told me to remove because they are obsolete | Ned Batchelder | 2017-07-08 | 1 | -4/+0 | |
| | ||||||
* | Upgrade to latest packages | Ned Batchelder | 2017-07-08 | 1 | -1/+1 | |
| | ||||||
* | Update URLs so link-checker doesn't spew red. | Ned Batchelder | 2017-06-14 | 8 | -29/+29 | |
| | ||||||
* | Making a 4.4.1 for packaging reasonscoverage-4.4.1 | Ned Batchelder | 2017-05-14 | 2 | -2/+2 | |
| | ||||||
* | Updated sample htmlcoverage-4.4 | Ned Batchelder | 2017-05-07 | 11 | -2387/+2453 | |
| | ||||||
* | prep for v4.4 | Ned Batchelder | 2017-05-07 | 2 | -2/+4 | |
| | ||||||
* | Bitbucket redirects /issue/ to /issues/ so just change the URLs | Ned Batchelder | 2017-05-07 | 1 | -1/+1 | |
| | ||||||
* | update requirements, and use tox-battery to recreate tox as needed | Ned Batchelder | 2017-04-30 | 1 | -2/+2 | |
| | ||||||
* | Tweak up the new FAQ answers. Thanks, Aron Griffis | Ned Batchelder | 2017-04-26 | 1 | -18/+14 | |
| | ||||||
* | Add FAQs about nose and tox. | Aron Griffis | 2017-04-22 | 1 | -2/+34 | |
| | | | | | --HG-- extra : rebase_source : 8872effecf307e27b844dd0e5a6cb367e88d2064 | |||||
* | Paperwork for 4.4b1coverage-4.4b1 | Ned Batchelder | 2017-04-04 | 2 | -4/+4 | |
| | ||||||
* | Warnings can be disabled | Ned Batchelder | 2017-04-04 | 2 | -6/+25 | |
| |