summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Lose a little less information when scrubbing HTMLNed Batchelder2018-06-272-4/+4
| |
* | Absolute paths in the HTML report have to be scrubbedNed Batchelder2018-06-271-2/+8
| |
* | Exclude a failure-only lineNed Batchelder2018-06-271-1/+1
| |
* | Updated gold files for bom.pyNed Batchelder2018-06-274-30/+265
| |
* | Gold files can be in versioned subdirectoriesNed Batchelder2018-06-271-2/+30
| |
* | Updated html gold filesNed Batchelder2018-06-2734-283/+293
| |
* | Compare HTML more strictlyNed Batchelder2018-06-271-13/+25
| |
* | Add a header to make diffs more readableNed Batchelder2018-06-271-0/+2
| |
* | .hgignore is gone, no need to check it.Ned Batchelder2018-06-271-1/+0
| |
* | some minor improvements for the farm testsNed Batchelder2018-06-261-5/+9
|\ \
| * | tests: some minor improvements for the farm testsDaniel Hahler2018-05-061-5/+9
| | |
* | | Explain the lab directoryNed Batchelder2018-06-261-0/+4
| | |
* | | Merge pull request #670 from cclauss/print_functionNed Batchelder2018-06-253-16/+16
|\ \ \ | | | | | | | | print() is a function in Python 3
| * | | print() is a function in Python 3cclauss2018-06-253-16/+16
| | | |
* | | | I guess it's travis.com now?Ned Batchelder2018-06-251-2/+2
|/ / /
* | | Try Appveyor without --userNed Batchelder2018-06-241-2/+2
| | |
* | | Try forcing an explicit pip versionNed Batchelder2018-06-241-1/+1
| | |
* | | Simplify a formatNed Batchelder2018-06-241-1/+1
| | |
* | | 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
|/ / /