summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Update changesNed Batchelder2016-10-222-7/+12
| | |
* | | A new pyc flag for 3.6, from https://github.com/nedbat/coveragepy/pull/21Ned Batchelder2016-10-221-0/+1
| | |
* | | Oh, i had tests for those messages...Ned Batchelder2016-10-211-3/+1
| | |
* | | Remove two temporary debugging log messagesNed Batchelder2016-10-212-5/+0
| | |
* | | Test the debug settings more, and strip spaces from the environment variableNed Batchelder2016-10-213-2/+13
| | |
* | | Also log when erasing data filesNed Batchelder2016-10-211-0/+4
| | |
* | | And mention it in the change logNed Batchelder2016-10-211-0/+3
| | |
* | | Fix the new deleting file debug messageNed Batchelder2016-10-212-4/+10
| | |
* | | Also log when we delete combined files.Ned Batchelder2016-10-211-0/+2
| | |
* | | Clean up pylint pragmasNed Batchelder2016-10-181-4/+2
| |/ |/|
* | Explicitly test multiple wildcards in path aliasesNed Batchelder2016-10-121-0/+9
| |
* | No one wonders about 3.x any moreNed Batchelder2016-10-111-5/+0
| |
* | Another issue about clobbering combine dataNed Batchelder2016-10-051-1/+2
| |
* | doc8 should really be more quiet.Ned Batchelder2016-10-022-2/+4
| |
* | Use doc8 for some light checking of doc filesNed Batchelder2016-10-029-26/+32
| |
* | Update link to coberturaNed Batchelder2016-09-281-1/+1
| |
* | Use explicit integer division where we need integer divisionNed Batchelder2016-09-281-1/+1
| |
* | A better way to prevent call stacks during multi-line outputNed Batchelder2016-09-252-18/+31
| |
* | Pids can be fewer than 5 digitsNed Batchelder2016-09-241-2/+2
| |
* | Did it used to work to have hash marks in exclude regexes?Ned Batchelder2016-09-241-5/+5
| |
* | Change the debug=callers test to something that will be coverableNed Batchelder2016-09-242-13/+16
| |
* | Clean up and test the callers debugging infoNed Batchelder2016-09-242-4/+17
| |
* | Test short_stack, and give it a skip parameter for better output.Ned Batchelder2016-09-242-3/+41
| |
* | Derp: actually make config not write a call stack for each lineNed Batchelder2016-09-241-1/+1
| |
* | Use linkcheck on docs, and fix some broken linksNed Batchelder2016-09-243-5/+4
| |
* | Don't print a call stack for each line in multi-line debug outputNed Batchelder2016-09-242-3/+13
| |
* | Add more debugging for thorny multiprocessing issuesNed Batchelder2016-09-234-2/+15
| |
* | Be absolutely explicit about non-hashability of some objects.Ned Batchelder2016-09-233-0/+5
| | | | | | | | From https://github.com/nedbat/coveragepy/pull/17
* | Ensure random suffixes are different after forkingNed Batchelder2016-09-223-9/+17
| |
* | Omit needless whitespace in json-based data filesNed Batchelder2016-09-132-1/+3
| |
* | In Python 3.6, fnmatch changed a little bit. Adapt.Ned Batchelder2016-09-131-2/+5
| |
* | Use PyPy 5.4 instead of 5.1Ned Batchelder2016-09-121-4/+4
| |
* | Update dependenciesNed Batchelder2016-08-074-7/+7
| |
* | Use latest pylintNed Batchelder2016-08-077-20/+20
| |
* | Combining twice shouldn't lose data. #412, #516Ned Batchelder2016-08-077-14/+69
| |
* | run_command should be a very small shim on top of run_command_statusNed Batchelder2016-08-071-16/+21
| |
* | Next version will be 4.3Ned Batchelder2016-08-071-1/+1
| |
* | Remove orphaned commented-out lineNed Batchelder2016-08-071-1/+0
| |
* | Windows 3.3 on Appveyor isn't building, so skip it.Ned Batchelder2016-08-061-12/+0
| |
* | Built-in support for using aspectlib to debug execution.Ned Batchelder2016-08-063-14/+51
| |
* | Add support for PyPy3 5.2 alpha 1Ned Batchelder2016-08-035-18/+27
| |
* | Trailing spaceNed Batchelder2016-08-031-1/+1
| |
* | Merged in scop/coverage.py/spelling (pull request #88)Ned Batchelder2016-07-315-8/+8
|\ \ | | | | | | | | | Spelling fixes
| * | Spelling fixesVille Skyttä2016-07-315-8/+8
|/ / | | | | | | | | --HG-- branch : spelling
* | The recent auto_load changes fixed #510Ned Batchelder2016-07-291-1/+2
| |
* | Add a test that .pth measurement doesn't include existing dataNed Batchelder2016-07-292-0/+12
| |
* | Let setuptools float on most environs, since tox is awkward to divide things ↵Ned Batchelder2016-07-291-1/+0
| | | | | | | | up explicitly
* | Setuptools fixed their egg-ordering problem, no need for this test ↵Ned Batchelder2016-07-293-6/+2
| | | | | | | | workaround any more.
* | Separate auto-loading from auto-saving, and don't auto-load for subprocessesNed Batchelder2016-07-291-5/+6
| |
* | Closes issue #505Ned Batchelder2016-07-281-0/+9
| |