Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add more debugging for thorny multiprocessing issues | Ned Batchelder | 2016-09-23 | 4 | -2/+15 |
| | |||||
* | Be absolutely explicit about non-hashability of some objects. | Ned Batchelder | 2016-09-23 | 3 | -0/+5 |
| | | | | From https://github.com/nedbat/coveragepy/pull/17 | ||||
* | Ensure random suffixes are different after forking | Ned Batchelder | 2016-09-22 | 3 | -9/+17 |
| | |||||
* | Omit needless whitespace in json-based data files | Ned Batchelder | 2016-09-13 | 2 | -1/+3 |
| | |||||
* | In Python 3.6, fnmatch changed a little bit. Adapt. | Ned Batchelder | 2016-09-13 | 1 | -2/+5 |
| | |||||
* | Use PyPy 5.4 instead of 5.1 | Ned Batchelder | 2016-09-12 | 1 | -4/+4 |
| | |||||
* | Update dependencies | Ned Batchelder | 2016-08-07 | 4 | -7/+7 |
| | |||||
* | Use latest pylint | Ned Batchelder | 2016-08-07 | 7 | -20/+20 |
| | |||||
* | Combining twice shouldn't lose data. #412, #516 | Ned Batchelder | 2016-08-07 | 7 | -14/+69 |
| | |||||
* | run_command should be a very small shim on top of run_command_status | Ned Batchelder | 2016-08-07 | 1 | -16/+21 |
| | |||||
* | Next version will be 4.3 | Ned Batchelder | 2016-08-07 | 1 | -1/+1 |
| | |||||
* | Remove orphaned commented-out line | Ned Batchelder | 2016-08-07 | 1 | -1/+0 |
| | |||||
* | Windows 3.3 on Appveyor isn't building, so skip it. | Ned Batchelder | 2016-08-06 | 1 | -12/+0 |
| | |||||
* | Built-in support for using aspectlib to debug execution. | Ned Batchelder | 2016-08-06 | 3 | -14/+51 |
| | |||||
* | Add support for PyPy3 5.2 alpha 1 | Ned Batchelder | 2016-08-03 | 5 | -18/+27 |
| | |||||
* | Trailing space | Ned Batchelder | 2016-08-03 | 1 | -1/+1 |
| | |||||
* | Merged in scop/coverage.py/spelling (pull request #88) | Ned Batchelder | 2016-07-31 | 5 | -8/+8 |
|\ | | | | | | | Spelling fixes | ||||
| * | Spelling fixes | Ville Skyttä | 2016-07-31 | 5 | -8/+8 |
|/ | | | | | --HG-- branch : spelling | ||||
* | The recent auto_load changes fixed #510 | Ned Batchelder | 2016-07-29 | 1 | -1/+2 |
| | |||||
* | Add a test that .pth measurement doesn't include existing data | Ned Batchelder | 2016-07-29 | 2 | -0/+12 |
| | |||||
* | Let setuptools float on most environs, since tox is awkward to divide things ↵ | Ned Batchelder | 2016-07-29 | 1 | -1/+0 |
| | | | | up explicitly | ||||
* | Setuptools fixed their egg-ordering problem, no need for this test ↵ | Ned Batchelder | 2016-07-29 | 3 | -6/+2 |
| | | | | workaround any more. | ||||
* | Separate auto-loading from auto-saving, and don't auto-load for subprocesses | Ned Batchelder | 2016-07-29 | 1 | -5/+6 |
| | |||||
* | Closes issue #505 | Ned Batchelder | 2016-07-28 | 1 | -0/+9 |
| | |||||
* | Merged debounce canonicalization | Ned Batchelder | 2016-07-28 | 3 | -2/+2 |
|\ | |||||
| * | Correct references to the debounce library file. | Ben Finney | 2016-07-15 | 2 | -2/+2 |
| | | |||||
| * | Name the debounce library to the canonical upstream filename. | Ben Finney | 2016-07-15 | 1 | -0/+0 |
| | | | | | | | | | | --HG-- rename : coverage/htmlfiles/jquery.debounce.min.js => coverage/htmlfiles/jquery.ba-throttle-debounce.min.js | ||||
* | | Scooch version to 4.2.1a0 | Ned Batchelder | 2016-07-28 | 1 | -1/+1 |
| | | |||||
* | | Coverage 4.2 | Ned Batchelder | 2016-07-27 | 1 | -0/+1 |
| | | |||||
* | | Latest sample_htmlcoverage-4.2 | Ned Batchelder | 2016-07-26 | 12 | -1777/+1786 |
| | | |||||
* | | Paperwork for version 4.2 | Ned Batchelder | 2016-07-26 | 6 | -6/+81 |
| | | |||||
* | | Fix a broken link | Ned Batchelder | 2016-07-26 | 1 | -1/+1 |
| | | |||||
* | | Merged in scop/coverage.py/pngs (pull request #86) | Ned Batchelder | 2016-07-25 | 4 | -0/+0 |
|\ \ | | | | | | | | | | Optimize PNGs | ||||
| * | | Run *.png through zopflipng | Ville Skyttä | 2016-07-20 | 4 | -0/+0 |
| |/ | | | | | | | | | --HG-- branch : pngs | ||||
* | | Give credit to Ville Skyttä for pr #85 | Ned Batchelder | 2016-07-25 | 2 | -0/+3 |
| | | |||||
* | | Merged in scop/coverage.py/html-filter (pull request #85) | Ned Batchelder | 2016-07-25 | 2 | -22/+18 |
|\ \ | | | | | | | | | | Speed up HTML filtering | ||||
| * | | Speed up HTML filtering | Ville Skyttä | 2016-07-20 | 2 | -22/+18 |
| |/ | | | | | | | | | --HG-- branch : html-filter | ||||
* | | Remove QUnit files we no longer need | Ned Batchelder | 2016-07-25 | 2 | -1673/+0 |
| | | |||||
* | | Update to QUnit 2.0.1 for Javascript tests | Ned Batchelder | 2016-07-25 | 2 | -56/+54 |
| | | |||||
* | | Compensate for setuptools 25.0.0 seemingly doing sys.path differently | Ned Batchelder | 2016-07-24 | 1 | -0/+5 |
| | | |||||
* | | Set the rcfile for multiprocessing subprocesses | Ned Batchelder | 2016-07-24 | 3 | -8/+22 |
|/ | |||||
* | Multiprocessing needs to communicate the rcfile down to the subprocesses | Ned Batchelder | 2016-07-13 | 3 | -20/+63 |
| | |||||
* | Rename to multiproc.py, since it only does one thing. | Ned Batchelder | 2016-07-12 | 2 | -1/+1 |
| | | | | | --HG-- rename : coverage/monkey.py => coverage/multiproc.py | ||||
* | Cover a few more lines in cmdline.py | Ned Batchelder | 2016-07-10 | 3 | -9/+49 |
| | |||||
* | Simplify debug.log by using an existing helper | Ned Batchelder | 2016-07-10 | 1 | -2/+1 |
| | |||||
* | Fix metacov after a recent change | Ned Batchelder | 2016-07-10 | 1 | -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 problems | Ned Batchelder | 2016-07-10 | 1 | -0/+9 |
| | |||||
* | Fix the check for default values of run-affecting options, and add a test | Ned Batchelder | 2016-07-09 | 2 | -1/+11 |
| | |||||
* | Fail command lines that use multiprocessing and other options together. #495 | Ned Batchelder | 2016-07-09 | 3 | -0/+35 |
| | |||||
* | Get rid of args_ok, it shrank to almost nothing. | Ned Batchelder | 2016-07-09 | 1 | -16/+4 |
| |