summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Explain some testing environment variablesNed Batchelder2018-06-241-0/+15
|
* bom.py lost its BOM. Fix it.Ned Batchelder2018-06-241-0/+6
|
* Change url in the distribution to GitHubNed Batchelder2018-06-242-2/+2
|
* Don't need .hg* filesNed Batchelder2018-06-242-112/+0
|
* Update README for GitHubNed Batchelder2018-06-241-3/+2
|
* Update NOTICE link to GitHub.Ned Batchelder2018-06-24218-218/+218
|
* Pull in 4.5.1a changes to update docs for GitHub migration.Ned Batchelder2018-06-234-21/+13
|\
| * Update docs to point to GitHubcoverage-4.5.1aNed Batchelder2018-06-234-21/+13
| |
* | I like to give credit where credit is dueNed Batchelder2018-06-191-0/+1
| |
* | Drop support for EOL 2.5, 2.6 and 3.3Hugo2018-06-193-13/+3
| |
* | Make version checking more uniformNed Batchelder2018-06-136-13/+14
| |
* | Adapt to a recent 3.7 change in how functions with only docstrings get ↵Ned Batchelder2018-06-131-2/+8
| | | | | | | | line-numbered
* | Fix a nameNed Batchelder2018-06-111-1/+1
| |
* | Bump to 5.0a2Ned Batchelder2018-06-053-2/+7
| |
* | Coverage 5.0a1Ned Batchelder2018-06-051-0/+1
| |
* | One other 5.0a1 date to fixcoverage-5.0a1Ned Batchelder2018-06-051-1/+1
| |
* | Didn't ship it in MayNed Batchelder2018-06-051-1/+1
| |
* | Keep gevent at a version that works for nowNed Batchelder2018-06-051-1/+2
| |
* | Pankaj Pandey did the recent HTML speed-upsNed Batchelder2018-06-051-1/+1
| |
* | Undo some 3.7b4 ast tweaksNed Batchelder2018-06-022-16/+3
| |
* | Update requirementsNed Batchelder2018-06-015-8/+8
| |
* | A few cleanupsNed Batchelder2018-05-313-2/+2
| |
* | Not sure why pip is failing on appveyor. Try this.Ned Batchelder2018-05-291-2/+2
| |
* | Updates for 5.0a1Ned Batchelder2018-05-287-13/+22
| |
* | Clean upNed Batchelder2018-05-283-1/+6
| |
* | Merged in pankajp/coveragepy/pankajp/faster-html-report-ui (pull request #141)Ned Batchelder2018-05-282-3/+7
|\ \ | | | | | | | | | Faster html report ui in browser
| * | Html report marker div style in its own css layer.pankajp2018-05-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | This gives faster scrolling in Chrome, comparable to firefox --HG-- branch : pankajp/faster-html-report-ui
| * | Prevent expensive relayout in loop in html report jspankajp2018-05-241-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | Faster html report loading in browser by avoiding unneeded expensive layouts in the loop to generate markers. --HG-- branch : pankajp/faster-html-report-ui
| * | Created new branch pankajp/faster-html-report-uipankajp2018-05-240-0/+0
| | | | | | | | | | | | | | | --HG-- branch : pankajp/faster-html-report-ui
* | | Back to pypyNed Batchelder2018-05-271-1/+1
| | |
* | | Maybe pypy2 works?Ned Batchelder2018-05-271-1/+1
| | |
* | | PyPy on travis?Ned Batchelder2018-05-271-1/+2
|/ /
* | readme_renderer checks that the README.rst is validNed Batchelder2018-05-242-0/+2
| |
* | Use check-manifest to check the manifestNed Batchelder2018-05-143-1/+4
| |
* | Add a note about the lstat cacheNed Batchelder2018-05-141-0/+4
| |
* | Add collector local cache of abs_file"David R. MacIver"2018-05-141-1/+9
| |
* | Big changes should be mentioned in the changelogNed Batchelder2018-05-061-0/+2
| |
* | Clean the pytest cacheNed Batchelder2018-05-051-0/+1
| |
* | Newer pytest changed the name of its cacheNed Batchelder2018-05-052-0/+2
| |
* | Remove CI things we aren't usingNed Batchelder2018-05-052-71/+0
| |
* | Upgrade most dependenciesNed Batchelder2018-05-056-21/+10
| |
* | No more support for 2.6 or 3.3Ned Batchelder2018-05-0510-52/+11
| |
* | Going to drop support for 2.6 and 3.3, so bump the versionNed Batchelder2018-05-052-2/+2
| |
* | Update some depsNed Batchelder2018-04-223-4/+4
| |
* | Now with COVERAGE_RCFILE, no need for multiprocessing to do its own env thingNed Batchelder2018-04-191-6/+2
| |
* | Document COVERAGE_RCFILENed Batchelder2018-04-193-7/+9
| |
* | COVERAGE_RCFILE can specify the config file location. #650Ned Batchelder2018-04-193-1/+27
| |
* | It helps me to remember what's going on if I put the next version number hereNed Batchelder2018-04-191-3/+2
| |
* | Update all pypi.python.org URLs to pypi.orgJon Dufresne2018-04-187-16/+16
| | | | | | | | | | | | For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
* | Update/fix help for --rcfileDaniel Hahler2018-04-111-1/+4
| |