Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix name for module in __init__.py filefix_init_name | Dirk Thomas | 2016-10-17 | 1 | -1/+4 |
| | |||||
* | Use explicit integer division where we need integer division | Ned Batchelder | 2016-09-28 | 1 | -1/+1 |
| | |||||
* | A better way to prevent call stacks during multi-line output | Ned Batchelder | 2016-09-25 | 2 | -18/+31 |
| | |||||
* | Change the debug=callers test to something that will be coverable | Ned Batchelder | 2016-09-24 | 1 | -1/+1 |
| | |||||
* | 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 fixesspelling | Ville Skytt? | 2016-07-31 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | |||||
* | | 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 zopflipngpngs | Ville Skytt? | 2016-07-20 | 2 | -0/+0 |
| |/ | |||||
* | | Merged in scop/coverage.py/html-filter (pull request #85) | Ned Batchelder | 2016-07-25 | 3 | -8/+22 |
|\ \ | | | | | | | | | | Speed up HTML filtering | ||||
| * | | Set the rcfile for multiprocessing subprocesses | Ned Batchelder | 2016-07-24 | 3 | -8/+22 |
| |/ | |||||
* | | Speed up HTML filteringhtml-filter | Ville Skytt? | 2016-07-20 | 1 | -11/+9 |
|/ | |||||
* | 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 |
| | |||||
* | 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 |
| |