Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Speed up HTML filtering | Ville Skyttä | 2016-07-20 | 1 | -11/+9 | |
|/ | | | | | --HG-- branch : html-filter | |||||
* | Make more tweaks to the man page | Ned Batchelder | 2016-07-04 | 1 | -2/+2 | |
| | ||||||
* | Update the 4.2b1 details where we need themcoverage-4.2b1 | Ned Batchelder | 2016-07-04 | 3 | -3/+9 | |
| | ||||||
* | Tweak the docs about using other options with multiprocessing | Ned Batchelder | 2016-07-04 | 1 | -2/+3 | |
| | ||||||
* | Let the concurrency option be multi-valued. #484 | Ned Batchelder | 2016-07-04 | 2 | -2/+8 | |
| | ||||||
* | Explicitly install the theme sphinx no longer installs | Ned Batchelder | 2016-06-26 | 1 | -0/+1 | |
| | ||||||
* | Update requirements | Ned Batchelder | 2016-06-26 | 1 | -1/+1 | |
| | ||||||
* | Combine no longer appends by default | Ned Batchelder | 2016-06-25 | 1 | -0/+5 | |
| | | | | | | | | | | | Combine used to always load an existing .coverage file. This lead to confusing results and extra tox-clean steps. Now the default is to not load the existing file, though a new --append switch on coverage combine gets you that behavior if you need it. This also pointed up an issue with concurrency=multiprocessing, which is that the child processes automatically used parallel=True, but the parent process did not. Now concurrency=multiprocessing implies parallel=True. | |||||
* | Final touch on docs for sort column | Ned Batchelder | 2016-06-10 | 1 | -2/+2 | |
| | ||||||
* | Clean up #199 | Ned Batchelder | 2016-06-08 | 1 | -2/+3 | |
| | ||||||
* | Make report's 'sort' option available only via the configuration file, not ↵ | Dan Wandschneider | 2016-06-08 | 1 | -0/+2 | |
| | | | | available on the command line. | |||||
* | Emit a warning when an invalid file is detected with ignore_errors=true. | Matthew Boehm | 2016-06-02 | 1 | -1/+1 | |
| | | | | | Previously, when an invalid file was encountered, it would be silently ignored. | |||||
* | Add documentation for `coverage debug config` | Matthew Boehm | 2016-06-02 | 1 | -2/+5 | |
| | ||||||
* | Remove a spurious character | Ned Batchelder | 2016-05-25 | 1 | -2/+2 | |
| | ||||||
* | Latest sample html report | Ned Batchelder | 2016-05-21 | 13 | -4183/+4307 | |
| | ||||||
* | Getting ready for 4.1 final | Ned Batchelder | 2016-05-21 | 3 | -9/+13 | |
| | ||||||
* | Keep the version of sphinx that works for now. | Ned Batchelder | 2016-05-20 | 1 | -1/+1 | |
| | ||||||
* | Use the latest of everything | Ned Batchelder | 2016-05-20 | 1 | -1/+1 | |
| | ||||||
* | Correct inaccuracies in CHANGES | Ned Batchelder | 2016-05-10 | 1 | -3/+3 | |
| | ||||||
* | Update words for 4.1b3coverage-4.1b3 | Ned Batchelder | 2016-05-10 | 3 | -8/+52 | |
| | ||||||
* | Added an example to [omit] docs | Ned Batchelder | 2016-05-08 | 1 | -1/+10 | |
| | ||||||
* | Don't need this old css file any more | Ned Batchelder | 2016-05-08 | 2 | -229/+0 | |
| | ||||||
* | Fix nose URLs to not point to a weird spammy site | Ned Batchelder | 2016-05-05 | 2 | -3/+3 | |
| | ||||||
* | Test on PyPy 5.1, and note the support | Ned Batchelder | 2016-05-03 | 1 | -1/+1 | |
| | ||||||
* | readthedocs.io now | Ned Batchelder | 2016-04-30 | 1 | -5/+5 | |
| | ||||||
* | Add mentions to the docs about the need for the C extension | Ned Batchelder | 2016-03-29 | 3 | -8/+24 | |
| | ||||||
* | A better way to indicate the presence of the C extension | Ned Batchelder | 2016-03-29 | 1 | -5/+14 | |
| | ||||||
* | Update the doc examples of --version output | Ned Batchelder | 2016-03-29 | 1 | -4/+4 | |
| | ||||||
* | Update requirements, maybe this will make gevent work on appveyor | Ned Batchelder | 2016-03-02 | 1 | -1/+1 | |
| | ||||||
* | Even more precise | Ned Batchelder | 2016-02-28 | 1 | -8/+9 | |
| | ||||||
* | Correct spelling. #477 | Ned Batchelder | 2016-02-28 | 1 | -8/+8 | |
| | ||||||
* | Merged in Nagasaki45/coverage.py (pull request #78) | Ned Batchelder | 2016-02-28 | 1 | -1/+1 | |
|\ | | | | | | | State that --source value should be a comma separated list in the docs. | |||||
| * | State that --source value should be a comma separated list in the docs. #477 | Tom Gurion | 2016-02-16 | 1 | -1/+1 | |
| | | ||||||
* | | Tweaks to the dependency docs change | Ned Batchelder | 2016-02-25 | 1 | -7/+8 | |
| | | ||||||
* | | Merged in iluxame/coverage.py (pull request #79) | Ned Batchelder | 2016-02-25 | 1 | -6/+8 | |
|\ \ | | | | | | | | | | Fixing CTracer installation documentation | |||||
| * | | Fixing CTracer installation documentation | iluxame | 2016-02-25 | 1 | -6/+8 | |
| |/ | ||||||
* | | Tweak the docs | Ned Batchelder | 2016-02-22 | 1 | -2/+2 | |
|/ | ||||||
* | Clean ups and docstrings | Ned Batchelder | 2016-01-31 | 1 | -5/+5 | |
| | ||||||
* | Update versions in .pip files | Ned Batchelder | 2016-01-24 | 1 | -1/+1 | |
| | ||||||
* | Formatting of changes | Ned Batchelder | 2016-01-24 | 1 | -8/+13 | |
| | ||||||
* | Doc file changes for 4.1b2coverage-4.1b2 | Ned Batchelder | 2016-01-23 | 3 | -10/+21 | |
| | ||||||
* | Update the docs to the new way branch coverage works | Ned Batchelder | 2016-01-16 | 2 | -8/+5 | |
| | ||||||
* | Fix quotes in changelogcoverage-4.1b1 | Ned Batchelder | 2016-01-10 | 1 | -2/+2 | |
| | ||||||
* | Prep for 4.1b1 | Ned Batchelder | 2016-01-10 | 3 | -7/+56 | |
| | ||||||
* | Update versions of tools. | Ned Batchelder | 2015-12-11 | 1 | -1/+1 | |
| | ||||||
* | Use ISO format for dates in the changelog | Ned Batchelder | 2015-12-11 | 1 | -37/+61 | |
| | ||||||
* | Fix typo in doc for combine. | Aron Griffis | 2015-11-29 | 1 | -1/+1 | |
| | ||||||
* | Clarify the docs a bit. | Ned Batchelder | 2015-11-24 | 2 | -2/+4 | |
| | ||||||
* | Latest sample htmlcoverage-4.0.3 | Ned Batchelder | 2015-11-24 | 11 | -1479/+1479 | |
| | ||||||
* | Update version numbers, etc, for 4.0.3 | Ned Batchelder | 2015-11-24 | 3 | -2/+30 | |
| |