Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | FIX always remove the callback from the callback itselffix-thread-safety | Olivier Grisel | 2017-09-04 | 2 | -8/+16 | |
| | | ||||||
| * | Tracking changes from the master branch | Olivier Grisel | 2017-09-04 | 2 | -4/+11 | |
| |\ | ||||||
| * | | FIX Typo in test_coverage_stop_in_threads | Olivier Grisel | 2017-08-10 | 1 | -1/+1 | |
| | | | ||||||
| * | | FIX thread-safe Collector.save_data() | Olivier Grisel | 2017-08-10 | 4 | -1/+110 | |
| | | | ||||||
* | | | Add missing classifiers for supported Python versions (Jon Dufresne) | Ned Batchelder | 2017-10-21 | 1 | -0/+4 | |
|\ \ \ | ||||||
| * | | | Skip these new tests on Jython | Ned Batchelder | 2017-10-21 | 1 | -0/+4 | |
| | | | | ||||||
* | | | | Add missing classifiers for supported Python versions | Jon Dufresne | 2017-10-21 | 1 | -0/+3 | |
|/ / / | | | | | | | | | | Documents support for general Python, Python 2, & Python 3 support. | |||||
* | | | Fix the recent command-name tests for Windows | Ned Batchelder | 2017-10-21 | 1 | -2/+3 | |
| | | | ||||||
* | | | Perform tilde expansion on file path config values. #589 | Ned Batchelder | 2017-10-21 | 3 | -1/+44 | |
| | | | ||||||
* | | | Fix the duplicate target | Ned Batchelder | 2017-10-21 | 1 | -4/+4 | |
| | | | ||||||
* | | | Be more flexible about the command name in help. #600 | Ned Batchelder | 2017-10-19 | 2 | -7/+13 | |
| | | | ||||||
* | | | Get the command name from the file path of the first command-line argument. | Ben Finney | 2017-10-19 | 2 | -3/+29 | |
| | | | ||||||
* | | | Ignoring hypothesis results, and in git repos | Ned Batchelder | 2017-10-17 | 2 | -0/+41 | |
| | | | ||||||
* | | | Make it easier to find the contribution guidelines | Ned Batchelder | 2017-10-16 | 1 | -0/+8 | |
| | | | ||||||
* | | | Avoid a deprecation warning (from https://github.com/nedbat/coveragepy/pull/33) | Ned Batchelder | 2017-10-12 | 2 | -5/+5 | |
| | | | ||||||
* | | | Flaky tests are really flaky | Ned Batchelder | 2017-10-12 | 1 | -1/+1 | |
| | | | ||||||
* | | | Enable DeprecationWarnings during tests | Ned Batchelder | 2017-10-12 | 2 | -14/+18 | |
| | | | ||||||
* | | | Use correct homepage for tox | Ned Batchelder | 2017-10-05 | 1 | -1/+1 | |
| | | | ||||||
* | | | One last sensitivity to module docstrings | Ned Batchelder | 2017-10-05 | 2 | -4/+2 | |
| | | | ||||||
* | | | Remove a module docstring that makes tests differ by Python version | Ned Batchelder | 2017-10-05 | 2 | -4/+8 | |
| | | | ||||||
* | | | Add an explicit test for weird module docstring behavior. | Ned Batchelder | 2017-10-05 | 2 | -1/+26 | |
| | | | ||||||
* | | | Python3.7 removed an unneeded backslash from fnmatch.translate | Ned Batchelder | 2017-10-05 | 1 | -1/+3 | |
| | | | ||||||
* | | | Python 3.7 no longer includes class docstrings in the lnotab table | Ned Batchelder | 2017-10-05 | 2 | -5/+12 | |
| | | | ||||||
* | | | David should have been in here a while ago | Ned Batchelder | 2017-09-23 | 1 | -0/+1 | |
| | | | ||||||
* | | | Merged in david_maciver_/coverage.py (pull request #129) | Ned Batchelder | 2017-09-23 | 10 | -33/+33 | |
|\ \ \ | | | | | | | | | | | | | Fixes documentation comments about arguments to Collector. | |||||
| * | | | Just a smidge nicer | Ned Batchelder | 2017-09-21 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | Have to actually use the image for it to do anything | Ned Batchelder | 2017-09-21 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Try out codesponsor.io | Ned Batchelder | 2017-09-21 | 1 | -0/+5 | |
| | | | | ||||||
| * | | | Keep the 2.6-compatible wheel | Ned Batchelder | 2017-09-21 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | Thanks, Chris Warrick, for the travis changes | Ned Batchelder | 2017-09-20 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Use tox-travis and Travis-provided Pythons to make tests work | Chris Warrick | 2017-09-20 | 2 | -24/+11 | |
| | | | | ||||||
| * | | | Can control skip_missing_interpreters from outside | Ned Batchelder | 2017-09-20 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Can we test 3.6 on travis? | Ned Batchelder | 2017-09-20 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Have to wait on gevent on py37 | Ned Batchelder | 2017-09-20 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Update dependencies, except setuptools, which vendors stuff | Ned Batchelder | 2017-09-20 | 6 | -8/+9 | |
| | | | | ||||||
| * | | | Python 3.7 is out: still have to fix some failures | Ned Batchelder | 2017-09-20 | 1 | -3/+3 | |
| | |/ | |/| | ||||||
* | | | Fixes documentation comments about arguments to Collector. | David R. MacIver | 2017-09-15 | 1 | -4/+5 | |
|/ / | ||||||
* | | One more thing to clean | Ned Batchelder | 2017-08-19 | 1 | -1/+1 | |
| | | ||||||
* | | Just a toy | Ned Batchelder | 2017-08-19 | 1 | -3/+10 | |
|/ | ||||||
* | Remove things that updated packages told me to remove because they are obsolete | Ned Batchelder | 2017-07-08 | 2 | -5/+0 | |
| | ||||||
* | Upgrade to latest packages | Ned Batchelder | 2017-07-08 | 4 | -9/+9 | |
| | ||||||
* | Jython 2.7.1rc3 needs | Ned Batchelder | 2017-06-23 | 2 | -0/+4 | |
| | ||||||
* | Update URLs so link-checker doesn't spew red. | Ned Batchelder | 2017-06-14 | 14 | -83/+83 | |
| | ||||||
* | Use wraps() to wrap test methods so that pytest markers will work. | Ned Batchelder | 2017-06-08 | 1 | -0/+2 | |
| | ||||||
* | Pin setuptools. Latest (36.0.1) causes test failures that we'll fix in a ↵ | Ned Batchelder | 2017-06-07 | 1 | -0/+1 | |
| | | | | follow-on | |||||
* | Add a failing skipped test for #581 | Ned Batchelder | 2017-06-07 | 1 | -0/+40 | |
| | ||||||
* | Scooch to 4.4.2a0 | Ned Batchelder | 2017-05-15 | 2 | -1/+7 | |
| | ||||||
* | Coverage 4.4.1 | Ned Batchelder | 2017-05-14 | 0 | -0/+0 | |
| | ||||||
* | Making a 4.4.1 for packaging reasonscoverage-4.4.1 | Ned Batchelder | 2017-05-14 | 4 | -6/+6 | |
| | ||||||
* | bump version to 4.4.1a0 | Ned Batchelder | 2017-05-08 | 2 | -1/+9 | |
| |