Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | 1 | -0/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | Need to clean before building, or 27m binaries go into the 27mu wheels. | Ned Batchelder | 2017-05-08 | 1 | -0/+1 | |
| | ||||||
* | Coverage 4.4 | Ned Batchelder | 2017-05-07 | 1 | -0/+1 | |
| | ||||||
* | Updated sample htmlcoverage-4.4 | Ned Batchelder | 2017-05-07 | 11 | -2387/+2453 | |
| | ||||||
* | prep for v4.4 | Ned Batchelder | 2017-05-07 | 5 | -6/+8 | |
| | ||||||
* | Bitbucket redirects /issue/ to /issues/ so just change the URLs | Ned Batchelder | 2017-05-07 | 2 | -144/+144 | |
| | ||||||
* | Use a terser reference to issues | Ned Batchelder | 2017-05-07 | 1 | -7/+5 | |
| | ||||||
* | Make sure xml reports specify valid source filenames. #526 | Ned Batchelder | 2017-05-05 | 3 | -7/+15 | |
| | ||||||
* | Add a __repr__ for debugging | Ned Batchelder | 2017-05-05 | 1 | -3/+5 | |
| | ||||||
* | A previous fix was misattributed to issue #526. | Ned Batchelder | 2017-05-04 | 1 | -3/+2 | |
| | ||||||
* | Don't warn that namespace packages have no code. #572 | Ned Batchelder | 2017-05-04 | 5 | -16/+57 | |
| | | | | | --HG-- extra : amend_source : 68f6e0ab140e77ede11bb40dc2ac515cfb6f2333 | |||||
* | Refactor common test infrastructure for fiddling sys.path and finding files | Ned Batchelder | 2017-05-04 | 7 | -76/+38 | |
| | ||||||
* | Use correct name for package source files. #526 | Ned Batchelder | 2017-05-03 | 4 | -8/+13 | |
| | ||||||
* | Merged in dirk-thomas/coverage.py/fix_init_name (pull request #91) | Ned Batchelder | 2017-05-04 | 1 | -1/+4 | |
|\ | | | | | | | fix name for module in __init__.py file | |||||
| * | fix name for module in __init__.py file | Dirk Thomas | 2016-10-17 | 1 | -1/+4 | |
| | | | | | | | | | | --HG-- branch : fix_init_name | |||||
* | | Properly round-trip the trace function even when not measuring coverage. #575 | Ned Batchelder | 2017-05-02 | 4 | -30/+48 | |
| | | ||||||
* | | Add to gettrace/settrace test to be sure it's re-established | Ned Batchelder | 2017-04-30 | 1 | -1/+3 | |
| | | ||||||
* | | No need for a pylint score | Ned Batchelder | 2017-04-30 | 1 | -0/+3 | |
| | | ||||||
* | | update requirements, and use tox-battery to recreate tox as needed | Ned Batchelder | 2017-04-30 | 6 | -11/+13 | |
| | | ||||||
* | | Fix: xml report fails in non-ascii directory. #573 | Ned Batchelder | 2017-04-30 | 3 | -1/+15 | |
| | | ||||||
* | | Use 2 digits of precision on the coverage badge! :) | Ned Batchelder | 2017-04-29 | 1 | -1/+1 | |
| | | ||||||
* | | Tweak up the new FAQ answers. Thanks, Aron Griffis | Ned Batchelder | 2017-04-26 | 2 | -18/+15 | |
| | | ||||||
* | | Add FAQs about nose and tox. | Aron Griffis | 2017-04-22 | 1 | -2/+34 | |
| | | | | | | | | | | --HG-- extra : rebase_source : 8872effecf307e27b844dd0e5a6cb367e88d2064 | |||||
* | | Update to pylint 1.7.1 | Ned Batchelder | 2017-04-22 | 11 | -17/+14 | |
| | | ||||||
* | | Add IronPython to the classifiers | Ned Batchelder | 2017-04-15 | 1 | -0/+1 | |
| | | ||||||
* | | Print command-line errors to stderr instead of stdout | Ned Batchelder | 2017-04-13 | 3 | -13/+16 | |
| | | ||||||
* | | Use latest pylint, and remove a bad pragma | Ned Batchelder | 2017-04-13 | 2 | -2/+2 | |
| | | ||||||
* | | Add clarification about warnings tests. | Ned Batchelder | 2017-04-12 | 1 | -0/+1 | |
| | | ||||||
* | | Beef up the assert_warnings test helper | Ned Batchelder | 2017-04-06 | 2 | -1/+22 | |
| | | ||||||
* | | Convert two warnings tests to non-process | Ned Batchelder | 2017-04-06 | 2 | -33/+43 | |
| | | ||||||
* | | As we change test_api.py, this test needs to change... Maybe not a great idea. | Ned Batchelder | 2017-04-06 | 1 | -1/+9 | |
| | | ||||||
* | | Make manylinux wheels be always fast-building | Ned Batchelder | 2017-04-05 | 2 | -3/+4 | |
| | | | | | | | | https://github.com/pypa/python-manylinux-demo/issues/13 for details | |||||
* | | docker --rm to clean up unneeded containers | Ned Batchelder | 2017-04-05 | 2 | -3/+3 | |
| | | ||||||
* | | Bump to b2 | Ned Batchelder | 2017-04-05 | 2 | -1/+8 | |
| | | ||||||
* | | Tweaks to release process | Ned Batchelder | 2017-04-05 | 1 | -6/+6 | |
| | | ||||||
* | | Coverage 4.4b1 | Ned Batchelder | 2017-04-04 | 1 | -0/+1 | |
| | | ||||||
* | | Paperwork for 4.4b1coverage-4.4b1 | Ned Batchelder | 2017-04-04 | 5 | -8/+11 | |
| | | ||||||
* | | Run linkcheck last so missing pages won't stop us getting other good things ↵ | Ned Batchelder | 2017-04-04 | 1 | -2/+2 | |
| | | | | | | | | done. | |||||
* | | Include the dtd for our reference | Ned Batchelder | 2017-04-04 | 1 | -0/+60 | |
| | |