summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Use linkcheck on docs, and fix some broken linksNed Batchelder2016-09-243-5/+4
| |
* | Don't print a call stack for each line in multi-line debug outputNed Batchelder2016-09-242-3/+13
| |
* | Add more debugging for thorny multiprocessing issuesNed Batchelder2016-09-234-2/+15
| |
* | Be absolutely explicit about non-hashability of some objects.Ned Batchelder2016-09-233-0/+5
| | | | | | | | From https://github.com/nedbat/coveragepy/pull/17
* | Ensure random suffixes are different after forkingNed Batchelder2016-09-223-9/+17
| |
* | Omit needless whitespace in json-based data filesNed Batchelder2016-09-132-1/+3
| |
* | In Python 3.6, fnmatch changed a little bit. Adapt.Ned Batchelder2016-09-131-2/+5
| |
* | Use PyPy 5.4 instead of 5.1Ned Batchelder2016-09-121-4/+4
| |
* | Update dependenciesNed Batchelder2016-08-074-7/+7
| |
* | Use latest pylintNed Batchelder2016-08-077-20/+20
| |
* | Combining twice shouldn't lose data. #412, #516Ned Batchelder2016-08-077-14/+69
| |
* | run_command should be a very small shim on top of run_command_statusNed Batchelder2016-08-071-16/+21
| |
* | Next version will be 4.3Ned Batchelder2016-08-071-1/+1
| |
* | Remove orphaned commented-out lineNed Batchelder2016-08-071-1/+0
| |
* | Windows 3.3 on Appveyor isn't building, so skip it.Ned Batchelder2016-08-061-12/+0
| |
* | Built-in support for using aspectlib to debug execution.Ned Batchelder2016-08-063-14/+51
| |
* | 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
| |