summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Latest sample HTML reportcoverage-4.5Ned Batchelder2018-02-0311-1777/+1777
|
* Version 4.5 paperworkNed Batchelder2018-02-037-10/+12
|
* greenlet 0.4.13 is good on 3.7Ned Batchelder2018-02-012-7/+2
|
* Remove two unused namesNed Batchelder2018-01-281-2/+2
|
* Use latest of sphinx and pycontractsNed Batchelder2018-01-232-2/+2
|
* Update the version of PyPy we claim to support.Ned Batchelder2018-01-232-2/+2
|
* Use latest pylint, not that it fixes the two false warnings we get :(Ned Batchelder2018-01-231-1/+1
|
* Simplify the aliases structureNed Batchelder2018-01-231-4/+4
|
* Avoid a temp dir for a test that doesn't need itNed Batchelder2018-01-221-0/+2
|
* Ensure mapped paths use the separator of the result. #618Ned Batchelder2018-01-223-2/+39
|
* Fix typosNed Batchelder2018-01-211-3/+3
|
* Raise an error if combine can't find usable data files. #629Ned Batchelder2018-01-213-2/+47
|
* fail_under can now be a float. #631.Ned Batchelder2018-01-219-47/+72
|
* Add a test that report uses the precision.Ned Batchelder2018-01-211-0/+43
|
* Don't confuse run-include with report-include (and also omit). Fixes #621 ↵Ned Batchelder2018-01-205-11/+49
| | | | and #622.
* Don't ever create HTML filenames longer than ~200 chars. Fixes #627.Ned Batchelder2018-01-204-4/+37
|
* Fine-tune the pypy3 5.10.0 json bugNed Batchelder2018-01-151-1/+1
|
* The config plug-ins are a new feature, so the next version is at least 4.5Ned Batchelder2018-01-141-1/+1
|
* It's gevent that needs CythonNed Batchelder2018-01-141-1/+1
|
* I guess prevent installation on Python 4?Ned Batchelder2018-01-141-1/+1
|
* Merged in jdufresne/coverage.py (pull request #136)Ned Batchelder2018-01-144-4/+11
|\ | | | | | | Pass python_requires argument to setuptools
| * Use an older eventlet for py26Ned Batchelder2018-01-141-1/+2
| |
| * 3.5.4 has a regression, so skip a testNed Batchelder2018-01-141-0/+2
| |
| * Get gevent and greenlet running on 3.7 by installing from gitNed Batchelder2018-01-141-1/+5
| |
| * Use the latest eventlet. Doesn't help with the 3.7 failuresNed Batchelder2018-01-131-1/+1
| |
| * Fine tune some moreNed Batchelder2018-01-131-1/+1
| |
| * Fine-tune the 3.7 decisionsNed Batchelder2018-01-132-2/+2
| |
* | Pass python_requires argument to setuptoolsJon Dufresne2018-01-111-0/+2
|/ | | | | | | | | | | | | | | | | | | Helps pip decide what version of the library to install. https://packaging.python.org/tutorials/distributing-packages/#python-requires > If your project only runs on certain Python versions, setting the > python_requires argument to the appropriate PEP 440 version specifier > string will prevent pip from installing the project on other Python > versions. https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords > python_requires > > A string corresponding to a version specifier (as defined in PEP 440) > for the Python version, used to specify the Requires-Python defined in > PEP 345.
* Python 3.7 optimizes away 'not __debug__'Ned Batchelder2018-01-101-3/+9
|
* Python 3.7 tweaked the layout of .pyc filesNed Batchelder2018-01-102-12/+32
|
* Wrap some lines better.Ned Batchelder2018-01-101-4/+4
|
* Skip a test that fails due to a bug in PyPy3-5.10Ned Batchelder2018-01-071-1/+5
|
* Merged in jdufresne/coverage.py (pull request #135)Ned Batchelder2018-01-067-13/+13
|\ | | | | | | Update all Read the Docs links to use https
| * Update all Read the Docs links to use httpsJon Dufresne2018-01-067-13/+13
| |
* | A new kind of plug-in: configurers. #563Ned Batchelder2018-01-069-98/+216
|/
* Can't use latest pytest yet.Ned Batchelder2018-01-061-1/+3
|
* There will be other kinds of pluginsNed Batchelder2017-12-263-8/+8
|
* Correct a docstring.Ned Batchelder2017-12-261-1/+1
|
* Update testing requirementsNed Batchelder2017-12-236-10/+10
|
* Let greenlet play along with pylintNed Batchelder2017-12-231-0/+2
|
* Pylint 1.8.1, and fix its new warningsNed Batchelder2017-12-237-4/+8
|
* Remove an unneeded callNed Batchelder2017-12-231-3/+1
|
* Add a little clarification to the quick startNed Batchelder2017-12-191-0/+6
|
* Overlooked this pinNed Batchelder2017-12-061-1/+1
|
* Thanks, Jon DufresneNed Batchelder2017-11-261-0/+1
|
* Include license file in the generated wheel packageJon Dufresne2017-11-261-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 Batchelder2017-11-241-7/+0
|
* Commented-out debugging of pytracerNed Batchelder2017-11-242-6/+26
|
* Scooch version to 4.4.3Ned Batchelder2017-11-052-1/+9
|
* The commits-since badge seems sillyNed Batchelder2017-11-051-5/+1
|