Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Keep gevent at a version that works for now | Ned Batchelder | 2018-06-05 | 1 | -1/+2 | |
| | | | ||||||
* | | | Pankaj Pandey did the recent HTML speed-ups | Ned Batchelder | 2018-06-05 | 1 | -1/+1 | |
| | | | ||||||
* | | | Undo some 3.7b4 ast tweaks | Ned Batchelder | 2018-06-02 | 2 | -16/+3 | |
| | | | ||||||
* | | | Update requirements | Ned Batchelder | 2018-06-01 | 5 | -8/+8 | |
| | | | ||||||
* | | | A few cleanups | Ned Batchelder | 2018-05-31 | 3 | -2/+2 | |
| | | | ||||||
* | | | Not sure why pip is failing on appveyor. Try this. | Ned Batchelder | 2018-05-29 | 1 | -2/+2 | |
| | | | ||||||
* | | | Updates for 5.0a1 | Ned Batchelder | 2018-05-28 | 7 | -13/+22 | |
| | | | ||||||
* | | | Clean up | Ned Batchelder | 2018-05-28 | 3 | -1/+6 | |
| | | | ||||||
* | | | Merged in pankajp/coveragepy/pankajp/faster-html-report-ui (pull request #141) | Ned Batchelder | 2018-05-28 | 2 | -3/+7 | |
|\ \ \ | | | | | | | | | | | | | Faster html report ui in browser | |||||
| * | | | Html report marker div style in its own css layer. | pankajp | 2018-05-24 | 1 | -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 js | pankajp | 2018-05-24 | 1 | -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-ui | pankajp | 2018-05-24 | 0 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | | | --HG-- branch : pankajp/faster-html-report-ui | |||||
* | | | | Back to pypy | Ned Batchelder | 2018-05-27 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Maybe pypy2 works? | Ned Batchelder | 2018-05-27 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | PyPy on travis? | Ned Batchelder | 2018-05-27 | 1 | -1/+2 | |
|/ / / | ||||||
* | | | readme_renderer checks that the README.rst is valid | Ned Batchelder | 2018-05-24 | 2 | -0/+2 | |
| | | | ||||||
* | | | Use check-manifest to check the manifest | Ned Batchelder | 2018-05-14 | 3 | -1/+4 | |
| | | | ||||||
* | | | Add a note about the lstat cache | Ned Batchelder | 2018-05-14 | 1 | -0/+4 | |
| | | | ||||||
* | | | Add collector local cache of abs_file | "David R. MacIver" | 2018-05-14 | 1 | -1/+9 | |
| |/ |/| | ||||||
* | | Big changes should be mentioned in the changelog | Ned Batchelder | 2018-05-06 | 1 | -0/+2 | |
| | | ||||||
* | | Clean the pytest cache | Ned Batchelder | 2018-05-05 | 1 | -0/+1 | |
| | | ||||||
* | | Newer pytest changed the name of its cache | Ned Batchelder | 2018-05-05 | 2 | -0/+2 | |
| | | ||||||
* | | Remove CI things we aren't using | Ned Batchelder | 2018-05-05 | 2 | -71/+0 | |
| | | ||||||
* | | Upgrade most dependencies | Ned Batchelder | 2018-05-05 | 6 | -21/+10 | |
| | | ||||||
* | | No more support for 2.6 or 3.3 | Ned Batchelder | 2018-05-05 | 10 | -52/+11 | |
| | | ||||||
* | | Going to drop support for 2.6 and 3.3, so bump the version | Ned Batchelder | 2018-05-05 | 2 | -2/+2 | |
| | | ||||||
* | | Update some deps | Ned Batchelder | 2018-04-22 | 3 | -4/+4 | |
| | | ||||||
* | | Now with COVERAGE_RCFILE, no need for multiprocessing to do its own env thing | Ned Batchelder | 2018-04-19 | 1 | -6/+2 | |
| | | ||||||
* | | Document COVERAGE_RCFILE | Ned Batchelder | 2018-04-19 | 3 | -7/+9 | |
| | | ||||||
* | | COVERAGE_RCFILE can specify the config file location. #650 | Ned Batchelder | 2018-04-19 | 3 | -1/+27 | |
| | | ||||||
* | | It helps me to remember what's going on if I put the next version number here | Ned Batchelder | 2018-04-19 | 1 | -3/+2 | |
| | | ||||||
* | | Update all pypi.python.org URLs to pypi.org | Jon Dufresne | 2018-04-18 | 7 | -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 --rcfile | Daniel Hahler | 2018-04-11 | 1 | -1/+4 | |
| | | ||||||
* | | Use tox 3.0.0 | Ned Batchelder | 2018-04-03 | 2 | -1/+5 | |
| | | ||||||
* | | A different way to group builtins, because it's fun, why not? | Ned Batchelder | 2018-03-31 | 1 | -3/+8 | |
| | | ||||||
* | | Adapt to the 3.7.0b3 change in -m sys.path[0] behavior | Ned Batchelder | 2018-03-31 | 1 | -1/+9 | |
| | | ||||||
* | | New pylint, now we're pylint-clean | Ned Batchelder | 2018-03-24 | 1 | -1/+1 | |
| | | ||||||
* | | Pip 9.0.3 restores py26 support | Ned Batchelder | 2018-03-24 | 1 | -1/+1 | |
| | | ||||||
* | | Pip 9.0.2 | Ned Batchelder | 2018-03-19 | 1 | -1/+1 | |
| | | ||||||
* | | Slight refactor of how we look for configuration files | Ned Batchelder | 2018-03-19 | 3 | -31/+49 | |
| | | ||||||
* | | Private attributes should be indicated (debug) | Ned Batchelder | 2018-03-13 | 2 | -20/+20 | |
| | | ||||||
* | | Private attributes should be indicated (plugins) | Ned Batchelder | 2018-03-13 | 1 | -11/+11 | |
| | | ||||||
* | | Private attributes should be indicated, and same-named things should be ↵ | Ned Batchelder | 2018-03-13 | 1 | -12/+12 | |
| | | | | | | | | separated | |||||
* | | Private attributes should be indicated | Ned Batchelder | 2018-03-13 | 4 | -20/+20 | |
| | | ||||||
* | | Private attributes should be indicated | Ned Batchelder | 2018-03-13 | 1 | -2/+2 | |
| | | ||||||
* | | Finish up the inorout docstrings | Ned Batchelder | 2018-03-13 | 1 | -2/+17 | |
| | | ||||||
* | | check_preimported=True controls whether coverage checks pre-imported files ↵ | Ned Batchelder | 2018-03-06 | 5 | -12/+15 | |
| | | | | | | | | when starting | |||||
* | | In 3.7, testing libs are issuing warnings. We don't want them to count ↵ | Ned Batchelder | 2018-03-06 | 1 | -0/+5 | |
| | | | | | | | | against us | |||||
* | | In 3.7, namespace modules can have: mod.__file__ is None | Ned Batchelder | 2018-03-05 | 2 | -8/+17 | |
| | | ||||||
* | | Merge inorout | Ned Batchelder | 2018-03-05 | 4 | -442/+500 | |
|\ \ |