summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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.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
* Just a toyNed Batchelder2017-08-191-3/+10
* Remove things that updated packages told me to remove because they are obsoleteNed Batchelder2017-07-082-5/+0
* Upgrade to latest packagesNed Batchelder2017-07-084-9/+9
* Jython 2.7.1rc3 needsNed Batchelder2017-06-232-0/+4
* Update URLs so link-checker doesn't spew red.Ned Batchelder2017-06-1414-83/+83
* Use wraps() to wrap test methods so that pytest markers will work.Ned Batchelder2017-06-081-0/+2
* Pin setuptools. Latest (36.0.1) causes test failures that we'll fix in a foll...Ned Batchelder2017-06-071-0/+1
* Add a failing skipped test for #581Ned Batchelder2017-06-071-0/+40
* Scooch to 4.4.2a0Ned Batchelder2017-05-152-1/+7
* Coverage 4.4.1Ned Batchelder2017-05-141-0/+1
* Making a 4.4.1 for packaging reasonscoverage-4.4.1Ned Batchelder2017-05-144-6/+6
* bump version to 4.4.1a0Ned Batchelder2017-05-082-1/+9
* Need to clean before building, or 27m binaries go into the 27mu wheels.Ned Batchelder2017-05-081-0/+1
* Coverage 4.4Ned Batchelder2017-05-071-0/+1
* Updated sample htmlcoverage-4.4Ned Batchelder2017-05-0711-2387/+2453
* prep for v4.4Ned Batchelder2017-05-075-6/+8
* Bitbucket redirects /issue/ to /issues/ so just change the URLsNed Batchelder2017-05-072-144/+144
* Use a terser reference to issuesNed Batchelder2017-05-071-7/+5
* Make sure xml reports specify valid source filenames. #526Ned Batchelder2017-05-053-7/+15
* Add a __repr__ for debuggingNed Batchelder2017-05-051-3/+5
* A previous fix was misattributed to issue #526.Ned Batchelder2017-05-041-3/+2
* Don't warn that namespace packages have no code. #572Ned Batchelder2017-05-045-16/+57
* Refactor common test infrastructure for fiddling sys.path and finding filesNed Batchelder2017-05-047-76/+38
* Use correct name for package source files. #526Ned Batchelder2017-05-034-8/+13
* Merged in dirk-thomas/coverage.py/fix_init_name (pull request #91)Ned Batchelder2017-05-041-1/+4
|\
| * fix name for module in __init__.py fileDirk Thomas2016-10-171-1/+4
* | Properly round-trip the trace function even when not measuring coverage. #575Ned Batchelder2017-05-024-30/+48
* | Add to gettrace/settrace test to be sure it's re-establishedNed Batchelder2017-04-301-1/+3
* | No need for a pylint scoreNed Batchelder2017-04-301-0/+3
* | update requirements, and use tox-battery to recreate tox as neededNed Batchelder2017-04-306-11/+13
* | Fix: xml report fails in non-ascii directory. #573Ned Batchelder2017-04-303-1/+15