Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Clean up and test the callers debugging info | Ned Batchelder | 2016-09-24 | 1 | -4/+4 | |
| | | ||||||
* | | Test short_stack, and give it a skip parameter for better output. | Ned Batchelder | 2016-09-24 | 1 | -2/+5 | |
| | | ||||||
* | | Derp: actually make config not write a call stack for each line | Ned Batchelder | 2016-09-24 | 1 | -1/+1 | |
| | | ||||||
* | | Don't print a call stack for each line in multi-line debug output | Ned Batchelder | 2016-09-24 | 1 | -3/+9 | |
| | | ||||||
* | | Add more debugging for thorny multiprocessing issues | Ned Batchelder | 2016-09-23 | 3 | -1/+12 | |
| | | ||||||
* | | Be absolutely explicit about non-hashability of some objects. | Ned Batchelder | 2016-09-23 | 2 | -0/+4 | |
| | | | | | | | | From https://github.com/nedbat/coveragepy/pull/17 | |||||
* | | Ensure random suffixes are different after forking | Ned Batchelder | 2016-09-22 | 1 | -4/+2 | |
| | | ||||||
* | | Omit needless whitespace in json-based data files | Ned Batchelder | 2016-09-13 | 1 | -1/+1 | |
| | | ||||||
* | | In Python 3.6, fnmatch changed a little bit. Adapt. | Ned Batchelder | 2016-09-13 | 1 | -2/+5 | |
| | | ||||||
* | | Use latest pylint | Ned Batchelder | 2016-08-07 | 1 | -1/+1 | |
| | | ||||||
* | | Combining twice shouldn't lose data. #412, #516 | Ned Batchelder | 2016-08-07 | 3 | -4/+18 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | Built-in support for using aspectlib to debug execution. | Ned Batchelder | 2016-08-06 | 2 | -0/+51 | |
| | | ||||||
* | | Add support for PyPy3 5.2 alpha 1 | Ned Batchelder | 2016-08-03 | 1 | -6/+16 | |
| | | ||||||
* | | Spelling fixes | Ville Skyttä | 2016-07-31 | 1 | -1/+1 | |
| | | | | | | | | | | --HG-- branch : spelling | |||||
* | | Separate auto-loading from auto-saving, and don't auto-load for subprocesses | Ned Batchelder | 2016-07-29 | 1 | -5/+6 | |
| | | ||||||
* | | 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 | |
| | | | ||||||
* | | | Paperwork for version 4.2 | Ned Batchelder | 2016-07-26 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merged in scop/coverage.py/pngs (pull request #86) | Ned Batchelder | 2016-07-25 | 2 | -0/+0 | |
|\ \ \ | | | | | | | | | | | | | Optimize PNGs | |||||
| * | | | Run *.png through zopflipng | Ville Skyttä | 2016-07-20 | 2 | -0/+0 | |
| |/ / | | | | | | | | | | | | | --HG-- branch : pngs | |||||
* | | | Merged in scop/coverage.py/html-filter (pull request #85) | Ned Batchelder | 2016-07-25 | 1 | -11/+9 | |
|\ \ \ | | | | | | | | | | | | | Speed up HTML filtering | |||||
| * | | | Speed up HTML filtering | Ville Skyttä | 2016-07-20 | 1 | -11/+9 | |
| |/ / | | | | | | | | | | | | | --HG-- branch : html-filter | |||||
* | | | 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 | 2 | -16/+23 | |
| | | ||||||
* | | 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 | 1 | -9/+6 | |
| | | ||||||
* | | 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 | 1 | -1/+3 | |
| | | ||||||
* | | Fail command lines that use multiprocessing and other options together. #495 | Ned Batchelder | 2016-07-09 | 1 | -0/+11 | |
| | | ||||||
* | | Get rid of args_ok, it shrank to almost nothing. | Ned Batchelder | 2016-07-09 | 1 | -16/+4 | |
| | | ||||||
* | | Bump the version number | Ned Batchelder | 2016-07-04 | 1 | -1/+1 | |
| | | ||||||
* | | Make a beta of 4.2 | Ned Batchelder | 2016-07-04 | 1 | -1/+1 | |
| | | ||||||
* | | Let the concurrency option be multi-valued. #484 | Ned Batchelder | 2016-07-04 | 4 | -17/+31 | |
| | | ||||||
* | | Improve the --append help description | Ned Batchelder | 2016-07-02 | 1 | -1/+1 | |
| | | ||||||
* | | Update pylint to 1.5.6 | Ned Batchelder | 2016-06-25 | 5 | -5/+9 | |
| | | ||||||
* | | Change an always-taken elif to an else | Ned Batchelder | 2016-06-25 | 1 | -1/+2 | |
| | | ||||||
* | | Combine no longer appends by default | Ned Batchelder | 2016-06-25 | 2 | -2/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | Prevent subprocess measurement from measuring coverage commands. #492 | Ned Batchelder | 2016-06-24 | 1 | -2/+16 | |
| | | ||||||
* | | No need to mention object. | Ned Batchelder | 2016-06-23 | 1 | -1/+1 | |
| | | ||||||
* | | A SimpleRepr class to inherit a simple __repr__ implementation. | Ned Batchelder | 2016-06-23 | 2 | -2/+12 | |
| | | ||||||
* | | Properly handle invalid sorting option | Ned Batchelder | 2016-06-09 | 1 | -0/+2 | |
| | | ||||||
* | | Fix these new tests to really test the code | Ned Batchelder | 2016-06-09 | 1 | -2/+3 | |
| | | ||||||
* | | More tweaks to report sorting | Ned Batchelder | 2016-06-09 | 2 | -12/+17 | |
| | | | | | | | | | | | | | | | | * Option is case-insensitive. * Can no longer sort by "Missing", because it's nonsense. * Can sort by the branch-sensitive columns. | |||||
* | | Next version will be 4.2 | Ned Batchelder | 2016-06-09 | 1 | -1/+1 | |
| | |