Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Typo | Ned Batchelder | 2016-11-13 | 1 | -1/+1 | |
| | | | ||||||
| * | | A better name for a stat | Ned Batchelder | 2016-11-12 | 3 | -6/+6 | |
| | | | ||||||
| * | | Allow for the possibility of null-testing | Ned Batchelder | 2016-11-12 | 2 | -0/+9 | |
| | | | ||||||
| * | | Latest hacking on the performance test. | Ned Batchelder | 2016-11-12 | 1 | -18/+33 | |
| | | | ||||||
| * | | A macro for extreme debugging. | Ned Batchelder | 2016-11-12 | 1 | -0/+3 | |
| | | | ||||||
| * | | More work on the performance test | Ned Batchelder | 2016-11-10 | 1 | -8/+40 | |
| | | | ||||||
| * | | A better word | Ned Batchelder | 2016-11-10 | 1 | -1/+1 | |
| | | | ||||||
| * | | Clean the file imports using a helper | Ned Batchelder | 2016-11-09 | 1 | -4/+3 | |
| | | | ||||||
| * | | A performance test from Cale Pennington | Ned Batchelder | 2016-11-09 | 2 | -0/+162 | |
| | | | ||||||
| * | | When importing newly made files, we have to invalidate import caches | Ned Batchelder | 2016-11-09 | 2 | -0/+9 | |
| | | | ||||||
| * | | Python 3.3 added a long to the .pyc format. | Ned Batchelder | 2016-11-09 | 1 | -0/+4 | |
| | | | ||||||
| * | | 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 | |
| | | | ||||||
* | | | fix name for module in __init__.py filefix_init_name | Dirk Thomas | 2016-10-17 | 1 | -1/+4 | |
|/ / | ||||||
* | | 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 |