summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add support for PyPy3 5.2 alpha 1Ned Batchelder2016-08-035-18/+27
| |
* | Trailing spaceNed Batchelder2016-08-031-1/+1
| |
* | Merged in scop/coverage.py/spelling (pull request #88)Ned Batchelder2016-07-315-8/+8
|\ \ | | | | | | | | | Spelling fixes
| * | Spelling fixesVille Skyttä2016-07-315-8/+8
|/ / | | | | | | | | --HG-- branch : spelling
* | The recent auto_load changes fixed #510Ned Batchelder2016-07-291-1/+2
| |
* | Add a test that .pth measurement doesn't include existing dataNed Batchelder2016-07-292-0/+12
| |
* | Let setuptools float on most environs, since tox is awkward to divide things ↵Ned Batchelder2016-07-291-1/+0
| | | | | | | | up explicitly
* | Setuptools fixed their egg-ordering problem, no need for this test ↵Ned Batchelder2016-07-293-6/+2
| | | | | | | | workaround any more.
* | Separate auto-loading from auto-saving, and don't auto-load for subprocessesNed Batchelder2016-07-291-5/+6
| |
* | Closes issue #505Ned Batchelder2016-07-281-0/+9
| |
* | Merged debounce canonicalizationNed Batchelder2016-07-283-2/+2
|\ \
| * | Correct references to the debounce library file.Ben Finney2016-07-152-2/+2
| | |
| * | Name the debounce library to the canonical upstream filename.Ben Finney2016-07-151-0/+0
| | | | | | | | | | | | | | | --HG-- rename : coverage/htmlfiles/jquery.debounce.min.js => coverage/htmlfiles/jquery.ba-throttle-debounce.min.js
* | | Scooch version to 4.2.1a0Ned Batchelder2016-07-281-1/+1
| | |
* | | Coverage 4.2Ned Batchelder2016-07-271-0/+1
| | |
* | | Latest sample_htmlcoverage-4.2Ned Batchelder2016-07-2612-1777/+1786
| | |
* | | Paperwork for version 4.2Ned Batchelder2016-07-266-6/+81
| | |
* | | Fix a broken linkNed Batchelder2016-07-261-1/+1
| | |
* | | Merged in scop/coverage.py/pngs (pull request #86)Ned Batchelder2016-07-254-0/+0
|\ \ \ | | | | | | | | | | | | Optimize PNGs
| * | | Run *.png through zopflipngVille Skyttä2016-07-204-0/+0
| |/ / | | | | | | | | | | | | --HG-- branch : pngs
* | | Give credit to Ville Skyttä for pr #85Ned Batchelder2016-07-252-0/+3
| | |
* | | Merged in scop/coverage.py/html-filter (pull request #85)Ned Batchelder2016-07-252-22/+18
|\ \ \ | | | | | | | | | | | | Speed up HTML filtering
| * | | Speed up HTML filteringVille Skyttä2016-07-202-22/+18
| |/ / | | | | | | | | | | | | --HG-- branch : html-filter
* | | Remove QUnit files we no longer needNed Batchelder2016-07-252-1673/+0
| | |
* | | Update to QUnit 2.0.1 for Javascript testsNed Batchelder2016-07-252-56/+54
| | |
* | | Compensate for setuptools 25.0.0 seemingly doing sys.path differentlyNed Batchelder2016-07-241-0/+5
| | |
* | | Set the rcfile for multiprocessing subprocessesNed Batchelder2016-07-243-8/+22
|/ /
* | Multiprocessing needs to communicate the rcfile down to the subprocessesNed Batchelder2016-07-133-20/+63
| |
* | Rename to multiproc.py, since it only does one thing.Ned Batchelder2016-07-122-1/+1
| | | | | | | | | | --HG-- rename : coverage/monkey.py => coverage/multiproc.py
* | Cover a few more lines in cmdline.pyNed Batchelder2016-07-103-9/+49
| |
* | Simplify debug.log by using an existing helperNed Batchelder2016-07-101-2/+1
| |
* | Fix metacov after a recent changeNed Batchelder2016-07-101-1/+2
| | | | | | | | | | | | The fix for subprocess measurement affecting coverage commands also made it so that metacoverage wouldn't record coverage for subprocesses. I have a feeling this isn't over yet...
* | Add a helper function for debugging deep problemsNed Batchelder2016-07-101-0/+9
| |
* | Fix the check for default values of run-affecting options, and add a testNed Batchelder2016-07-092-1/+11
| |
* | Fail command lines that use multiprocessing and other options together. #495Ned Batchelder2016-07-093-0/+35
| |
* | Get rid of args_ok, it shrank to almost nothing.Ned Batchelder2016-07-091-16/+4
| |
* | Bump the version numberNed Batchelder2016-07-041-1/+1
| |
* | Make more tweaks to the man pageNed Batchelder2016-07-041-2/+2
| |
* | Coverage 4.2b1Ned Batchelder2016-07-041-0/+1
| |
* | Update the 4.2b1 details where we need themcoverage-4.2b1Ned Batchelder2016-07-045-6/+14
| |
* | Make a beta of 4.2Ned Batchelder2016-07-041-1/+1
| |
* | Tweak the docs about using other options with multiprocessingNed Batchelder2016-07-041-2/+3
| |
* | A little more clean-up on the concurrency testsNed Batchelder2016-07-041-11/+13
| |
* | 4.2 is mostly sprint workNed Batchelder2016-07-041-0/+2
| |
* | Let the concurrency option be multi-valued. #484Ned Batchelder2016-07-0410-50/+125
| |
* | Refactor concurrency tests to make the pieces more composableNed Batchelder2016-07-031-119/+196
| | | | | | | | | | --HG-- extra : amend_source : df40db50416bb97691509bf7607aba6ed2b7b205
* | Improve the --append help descriptionNed Batchelder2016-07-021-1/+1
| |
* | Explicitly install the theme sphinx no longer installsNed Batchelder2016-06-261-0/+1
| |
* | Update requirementsNed Batchelder2016-06-263-4/+4
| |
* | Update pylint to 1.5.6Ned Batchelder2016-06-2511-41/+35
| |