summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add the latest warning to the docs, and give them consistent punctuationNed Batchelder2017-10-243-3/+9
|
* Clean up and credit for #265 and #101Ned Batchelder2017-10-242-3/+11
|
* Make the warning about --include and --source be a real warningNed Batchelder2017-10-242-6/+4
|
* Left over import from deleting a testNed Batchelder2017-10-241-2/+0
|
* Move the --source and --include check so it's only during 'run'Ned Batchelder2017-10-241-2/+3
|
* * --source and --include are mutually exclusive (take 2) #265loic@dachary.org2017-01-078-25/+59
| | | | | close #265 close #101
* Belatedly add a test for #541, so we can fix #265 for realNed Batchelder2017-10-241-0/+26
|
* Bug 581 was fixed, don't need the skipped test any moreNed Batchelder2017-10-231-38/+0
|
* Latest pylintNed Batchelder2017-10-231-1/+1
|
* Explicitly specified secondary config files are properly read. #588Ned Batchelder2017-10-213-26/+68
|
* A little cleanup for #581Ned Batchelder2017-10-213-7/+21
|
* Merged in ogrisel/coverage.py/fix-thread-safety (pull request #127)Ned Batchelder2017-10-214-6/+123
|\ | | | | | | FIX thread-safe Collector.save_data()
| * FIX always remove the callback from the callback itselfOlivier Grisel2017-09-042-8/+16
| | | | | | | | | | --HG-- branch : fix-thread-safety
| * Tracking changes from the master branchOlivier Grisel2017-09-042-4/+11
| |\ | | | | | | | | | | | | --HG-- branch : fix-thread-safety
| * | FIX Typo in test_coverage_stop_in_threadsOlivier Grisel2017-08-101-1/+1
| | | | | | | | | | | | | | | --HG-- branch : fix-thread-safety
| * | FIX thread-safe Collector.save_data()Olivier Grisel2017-08-104-1/+110
| | | | | | | | | | | | | | | --HG-- branch : fix-thread-safety
* | | Add missing classifiers for supported Python versions (Jon Dufresne)Ned Batchelder2017-10-211-0/+3
|\ \ \
| * | | Add missing classifiers for supported Python versionsJon Dufresne2017-10-211-0/+3
| | | | | | | | | | | | | | | | Documents support for general Python, Python 2, & Python 3 support.
* | | | Skip these new tests on JythonNed Batchelder2017-10-211-0/+4
|/ / /
* | | Fix the recent command-name tests for WindowsNed Batchelder2017-10-211-2/+3
| | |
* | | Perform tilde expansion on file path config values. #589Ned Batchelder2017-10-213-1/+44
| | |
* | | Fix the duplicate targetNed Batchelder2017-10-211-4/+4
| | |
* | | Be more flexible about the command name in help. #600Ned Batchelder2017-10-192-7/+13
| | |
* | | Get the command name from the file path of the first command-line argument.Ben Finney2017-10-192-3/+29
| | |
* | | Ignoring hypothesis results, and in git reposNed Batchelder2017-10-172-0/+41
| | |
* | | Make it easier to find the contribution guidelinesNed Batchelder2017-10-161-0/+8
| | |
* | | Avoid a deprecation warning (from https://github.com/nedbat/coveragepy/pull/33)Ned Batchelder2017-10-122-5/+5
| | |
* | | Flaky tests are really flakyNed Batchelder2017-10-121-1/+1
| | |
* | | Enable DeprecationWarnings during testsNed Batchelder2017-10-122-14/+18
| | |
* | | Use correct homepage for toxNed Batchelder2017-10-051-1/+1
| | |
* | | One last sensitivity to module docstringsNed Batchelder2017-10-052-4/+2
| | |
* | | Remove a module docstring that makes tests differ by Python versionNed Batchelder2017-10-052-4/+8
| | |
* | | Add an explicit test for weird module docstring behavior.Ned Batchelder2017-10-052-1/+26
| | |
* | | Python3.7 removed an unneeded backslash from fnmatch.translateNed Batchelder2017-10-051-1/+3
| | |
* | | Python 3.7 no longer includes class docstrings in the lnotab tableNed Batchelder2017-10-052-5/+12
| | |
* | | David should have been in here a while agoNed Batchelder2017-09-231-0/+1
| | |
* | | Merged in david_maciver_/coverage.py (pull request #129)Ned Batchelder2017-09-231-4/+5
|\ \ \ | | | | | | | | | | | | Fixes documentation comments about arguments to Collector.
| * | | Fixes documentation comments about arguments to Collector.David R. MacIver2017-09-151-4/+5
| | |/ | |/|
* | | Just a smidge nicerNed Batchelder2017-09-211-1/+2
| | |
* | | Have to actually use the image for it to do anythingNed Batchelder2017-09-211-0/+1
| | |
* | | Try out codesponsor.ioNed Batchelder2017-09-211-0/+5
| | |
* | | Keep the 2.6-compatible wheelNed Batchelder2017-09-211-1/+2
| | |
* | | Thanks, Chris Warrick, for the travis changesNed Batchelder2017-09-201-0/+1
| | |
* | | Use tox-travis and Travis-provided Pythons to make tests workChris Warrick2017-09-202-24/+11
| | |
* | | Can control skip_missing_interpreters from outsideNed Batchelder2017-09-201-1/+1
| | |
* | | Can we test 3.6 on travis?Ned Batchelder2017-09-201-0/+2
| | |
* | | Have to wait on gevent on py37Ned Batchelder2017-09-201-0/+1
| | |
* | | Update dependencies, except setuptools, which vendors stuffNed Batchelder2017-09-206-8/+9
| | |
* | | Python 3.7 is out: still have to fix some failuresNed Batchelder2017-09-201-3/+3
|/ /
* | One more thing to cleanNed Batchelder2017-08-191-1/+1
| |