Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | No longer need this pragma | Ned Batchelder | 2016-11-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | Use py2 ConfigParser if we can, prevents deprecation warnings. #530 | Ned Batchelder | 2016-11-08 | 2 | -3/+10 | |
| | | | ||||||
* | | | Trailing space... | Ned Batchelder | 2016-11-07 | 1 | -1/+1 | |
| | | | ||||||
* | | | A fix for coding declarations, bug #529 | Ned Batchelder | 2016-11-05 | 3 | -1/+67 | |
| | | | ||||||
* | | | Move pycodestyle settings to setup.cfg | Ned Batchelder | 2016-11-01 | 4 | -21/+10 | |
| | | | ||||||
* | | | Oops, forgot setup.cfg | Ned Batchelder | 2016-11-01 | 1 | -0/+2 | |
| | | | ||||||
* | | | Optionally use pytest as the test runner | Ned Batchelder | 2016-11-01 | 4 | -3/+11 | |
| | | | ||||||
* | | | Change log is up-to-date with changes | Ned Batchelder | 2016-10-22 | 1 | -0/+3 | |
| | | | ||||||
* | | | Document the multiproc debug option | Ned Batchelder | 2016-10-22 | 1 | -0/+2 | |
| | | | ||||||
* | | | Downgrading these from TODO | Ned Batchelder | 2016-10-22 | 1 | -6/+6 | |
| | | | ||||||
* | | | Update changes | Ned Batchelder | 2016-10-22 | 2 | -7/+12 | |
| | | | ||||||
* | | | A new pyc flag for 3.6, from https://github.com/nedbat/coveragepy/pull/21 | Ned Batchelder | 2016-10-22 | 1 | -0/+1 | |
| | | | ||||||
* | | | Oh, i had tests for those messages... | Ned Batchelder | 2016-10-21 | 1 | -3/+1 | |
| | | | ||||||
* | | | Remove two temporary debugging log messages | Ned Batchelder | 2016-10-21 | 2 | -5/+0 | |
| | | | ||||||
* | | | Test the debug settings more, and strip spaces from the environment variable | Ned Batchelder | 2016-10-21 | 3 | -2/+13 | |
| | | | ||||||
* | | | Also log when erasing data files | Ned Batchelder | 2016-10-21 | 1 | -0/+4 | |
| | | | ||||||
* | | | And mention it in the change log | Ned Batchelder | 2016-10-21 | 1 | -0/+3 | |
| | | | ||||||
* | | | Fix the new deleting file debug message | Ned Batchelder | 2016-10-21 | 2 | -4/+10 | |
| | | | ||||||
* | | | Also log when we delete combined files. | Ned Batchelder | 2016-10-21 | 1 | -0/+2 | |
| | | | ||||||
* | | | Clean up pylint pragmas | Ned Batchelder | 2016-10-18 | 1 | -4/+2 | |
| |/ |/| | ||||||
* | | Explicitly test multiple wildcards in path aliases | Ned Batchelder | 2016-10-12 | 1 | -0/+9 | |
| | | ||||||
* | | No one wonders about 3.x any more | Ned Batchelder | 2016-10-11 | 1 | -5/+0 | |
| | | ||||||
* | | Another issue about clobbering combine data | Ned Batchelder | 2016-10-05 | 1 | -1/+2 | |
| | | ||||||
* | | doc8 should really be more quiet. | Ned Batchelder | 2016-10-02 | 2 | -2/+4 | |
| | | ||||||
* | | Use doc8 for some light checking of doc files | Ned Batchelder | 2016-10-02 | 9 | -26/+32 | |
| | | ||||||
* | | Update link to cobertura | Ned Batchelder | 2016-09-28 | 1 | -1/+1 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | Pids can be fewer than 5 digits | Ned Batchelder | 2016-09-24 | 1 | -2/+2 | |
| | | ||||||
* | | Did it used to work to have hash marks in exclude regexes? | Ned Batchelder | 2016-09-24 | 1 | -5/+5 | |
| | | ||||||
* | | Change the debug=callers test to something that will be coverable | Ned Batchelder | 2016-09-24 | 2 | -13/+16 | |
| | | ||||||
* | | Clean up and test the callers debugging info | Ned Batchelder | 2016-09-24 | 2 | -4/+17 | |
| | | ||||||
* | | Test short_stack, and give it a skip parameter for better output. | Ned Batchelder | 2016-09-24 | 2 | -3/+41 | |
| | | ||||||
* | | Derp: actually make config not write a call stack for each line | Ned Batchelder | 2016-09-24 | 1 | -1/+1 | |
| | | ||||||
* | | Use linkcheck on docs, and fix some broken links | Ned Batchelder | 2016-09-24 | 3 | -5/+4 | |
| | | ||||||
* | | Don't print a call stack for each line in multi-line debug output | Ned Batchelder | 2016-09-24 | 2 | -3/+13 | |
| | | ||||||
* | | 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 | |
| | |