| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Correct a docstring. | Ned Batchelder | 2017-12-26 | 1 | -1/+1 |
| | | |||||
| * | Update testing requirements | Ned Batchelder | 2017-12-23 | 6 | -10/+10 |
| | | |||||
| * | Let greenlet play along with pylint | Ned Batchelder | 2017-12-23 | 1 | -0/+2 |
| | | |||||
| * | Pylint 1.8.1, and fix its new warnings | Ned Batchelder | 2017-12-23 | 7 | -4/+8 |
| | | |||||
| * | Remove an unneeded call | Ned Batchelder | 2017-12-23 | 1 | -3/+1 |
| | | |||||
| * | Add a little clarification to the quick start | Ned Batchelder | 2017-12-19 | 1 | -0/+6 |
| | | |||||
| * | Overlooked this pin | Ned Batchelder | 2017-12-06 | 1 | -1/+1 |
| | | |||||
| * | Thanks, Jon Dufresne | Ned Batchelder | 2017-11-26 | 1 | -0/+1 |
| | | |||||
| * | Include license file in the generated wheel package | Jon Dufresne | 2017-11-26 | 1 | -0/+3 |
| | | | | | | | | | The wheel package format supports including the license file. This is done using the [metadata] section in the setup.cfg file. For additional information on this feature, see: https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file | ||||
| * | Remove codesponsor, which is shutting down. | Ned Batchelder | 2017-11-24 | 1 | -7/+0 |
| | | |||||
| * | Commented-out debugging of pytracer | Ned Batchelder | 2017-11-24 | 2 | -6/+26 |
| | | |||||
| * | Scooch version to 4.4.3 | Ned Batchelder | 2017-11-05 | 2 | -1/+9 |
| | | |||||
| * | The commits-since badge seems silly | Ned Batchelder | 2017-11-05 | 1 | -5/+1 |
| | | |||||
| * | Coverage 4.4.2 | Ned Batchelder | 2017-11-05 | 1 | -0/+1 |
| | | |||||
| * | Latest sample HTMLcoverage-4.4.2 | Ned Batchelder | 2017-11-05 | 11 | -2453/+2387 |
| | | |||||
| * | One more 3.7 | Ned Batchelder | 2017-11-04 | 1 | -1/+1 |
| | | |||||
| * | Version 4.4.2 prep | Ned Batchelder | 2017-11-04 | 6 | -9/+10 |
| | | |||||
| * | Another approach to solving the 'dictionary changed size during iteration' ↵ | Ned Batchelder | 2017-11-04 | 2 | -5/+28 |
| | | | | | problem | ||||
| * | One start() was missing a stop(), which caused meta issues on appveyor | Ned Batchelder | 2017-11-04 | 1 | -0/+1 |
| | | |||||
| * | Point 'home page' on pypi to bitbucket | Ned Batchelder | 2017-11-04 | 3 | -4/+4 |
| | | |||||
| * | More info when _collectors is surprising | Ned Batchelder | 2017-11-04 | 1 | -0/+7 |
| | | |||||
| * | Desperation | Ned Batchelder | 2017-11-04 | 1 | -1/+1 |
| | | |||||
| * | Appveyor doesn't seem happy with 2.6 any more, so forget it | Ned Batchelder | 2017-11-04 | 1 | -12/+0 |
| | | |||||
| * | Skip an obscure case that confuses me on Windows | Ned Batchelder | 2017-11-04 | 1 | -1/+6 |
| | | |||||
| * | Use the real implementation of del_environ | Ned Batchelder | 2017-11-04 | 2 | -39/+5 |
| | | |||||
| * | Fix that thing | Ned Batchelder | 2017-11-03 | 1 | -1/+1 |
| | | |||||
| * | Try protecting test processes from coverage envvars | Ned Batchelder | 2017-11-03 | 1 | -0/+41 |
| | | |||||
| * | Use docker run --init so that we can interrupt tests if need be | Ned Batchelder | 2017-10-26 | 2 | -3/+3 |
| | | |||||
| * | Use the manylinux docker image for testing also | Ned Batchelder | 2017-10-26 | 3 | -9/+14 |
| | | |||||
| * | Root is acceptable as a combining path (the manylinux tests end up with one ↵ | Ned Batchelder | 2017-10-26 | 2 | -3/+14 |
| | | | | | of these) | ||||
| * | Add the latest warning to the docs, and give them consistent punctuation | Ned Batchelder | 2017-10-24 | 3 | -3/+9 |
| | | |||||
| * | Clean up and credit for #265 and #101 | Ned Batchelder | 2017-10-24 | 2 | -3/+11 |
| | | |||||
| * | Make the warning about --include and --source be a real warning | Ned Batchelder | 2017-10-24 | 2 | -6/+4 |
| | | |||||
| * | Left over import from deleting a test | Ned Batchelder | 2017-10-24 | 1 | -2/+0 |
| | | |||||
| * | Move the --source and --include check so it's only during 'run' | Ned Batchelder | 2017-10-24 | 1 | -2/+3 |
| | | |||||
| * | * --source and --include are mutually exclusive (take 2) #265 | loic@dachary.org | 2017-01-07 | 8 | -25/+59 |
| | | | | | | close #265 close #101 | ||||
| * | Belatedly add a test for #541, so we can fix #265 for real | Ned Batchelder | 2017-10-24 | 1 | -0/+26 |
| | | |||||
| * | Bug 581 was fixed, don't need the skipped test any more | Ned Batchelder | 2017-10-23 | 1 | -38/+0 |
| | | |||||
| * | Latest pylint | Ned Batchelder | 2017-10-23 | 1 | -1/+1 |
| | | |||||
| * | Explicitly specified secondary config files are properly read. #588 | Ned Batchelder | 2017-10-21 | 3 | -26/+68 |
| | | |||||
| * | A little cleanup for #581 | Ned Batchelder | 2017-10-21 | 3 | -7/+21 |
| | | |||||
| * | Merged in ogrisel/coverage.py/fix-thread-safety (pull request #127) | Ned Batchelder | 2017-10-21 | 4 | -6/+123 |
| |\ | | | | | | | FIX thread-safe Collector.save_data() | ||||
| | * | FIX always remove the callback from the callback itself | Olivier Grisel | 2017-09-04 | 2 | -8/+16 |
| | | | | | | | | | | | --HG-- branch : fix-thread-safety | ||||
| | * | Tracking changes from the master branch | Olivier Grisel | 2017-09-04 | 2 | -4/+11 |
| | |\ | | | | | | | | | | | | | --HG-- branch : fix-thread-safety | ||||
| | * | | FIX Typo in test_coverage_stop_in_threads | Olivier Grisel | 2017-08-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | --HG-- branch : fix-thread-safety | ||||
| | * | | FIX thread-safe Collector.save_data() | Olivier Grisel | 2017-08-10 | 4 | -1/+110 |
| | | | | | | | | | | | | | | | | --HG-- branch : fix-thread-safety | ||||
| * | | | Add missing classifiers for supported Python versions (Jon Dufresne) | Ned Batchelder | 2017-10-21 | 1 | -0/+3 |
| |\ \ \ | |||||
| | * | | | 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. | ||||
| * | | | | Skip these new tests on Jython | Ned Batchelder | 2017-10-21 | 1 | -0/+4 |
| |/ / / | |||||
| * | | | Fix the recent command-name tests for Windows | Ned Batchelder | 2017-10-21 | 1 | -2/+3 |
| | | | | |||||
