| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Coverage actionnedbat/coverage-action | Ned Batchelder | 2020-12-03 | 1 | -0/+61 |
| * | Run actions on any pull request, not just those going to master | Ned Batchelder | 2020-11-30 | 2 | -2/+0 |
| * | Upgrades | Ned Batchelder | 2020-11-29 | 4 | -6/+8 |
| * | Silence previously unreported pylint warnings | Ned Batchelder | 2020-11-29 | 1 | -7/+7 |
| * | Run lint etc in GitHub Actions | Ned Batchelder | 2020-11-29 | 2 | -3/+68 |
| * | Use --force-flaky to decrease the need for tox re-runsnedbat/tweak-actions | Ned Batchelder | 2020-11-29 | 1 | -1/+1 |
| * | Give every step a human name | Ned Batchelder | 2020-11-29 | 1 | -2/+5 |
| * | Use bash for everything | Ned Batchelder | 2020-11-29 | 1 | -2/+4 |
| * | Only install Windows 2.7 support for 2.7 | Ned Batchelder | 2020-11-29 | 1 | -2/+2 |
| * | Small tweaks to GHA syntax | Ned Batchelder | 2020-11-29 | 1 | -6/+9 |
| * | Kits are built on demand only | Ned Batchelder | 2020-11-28 | 1 | -4/+0 |
| * | Mention the CI changes | Ned Batchelder | 2020-11-28 | 1 | -0/+2 |
| * | Remove unneeded CI and kitting support | Ned Batchelder | 2020-11-28 | 12 | -734/+11 |
| * | Keep version pins in .pip files | Ned Batchelder | 2020-11-28 | 4 | -3/+10 |
| * | Building kits with GitHub Actions | Ned Batchelder | 2020-11-28 | 2 | -0/+109 |
| * | Retry tox if it fails, to avoid flaky failures | Ned Batchelder | 2020-11-28 | 1 | -1/+20 |
| * | This test is picky about platforms | Ned Batchelder | 2020-11-28 | 1 | -1/+1 |
| * | Fix tests for GitHub windows platform | Ned Batchelder | 2020-11-28 | 4 | -9/+11 |
| * | GitHub Action for running tests | Ned Batchelder | 2020-11-28 | 3 | -4/+55 |
| * | Fix --source performance regression. #1037 | Ned Batchelder | 2020-10-11 | 3 | -11/+29 |
| * | PyPy 3.7 doesn't act exactly like CPython 3.7 | Ned Batchelder | 2020-10-10 | 3 | -3/+3 |
| * | More-recent versions of Python | Ned Batchelder | 2020-10-10 | 2 | -11/+12 |
| * | Python 3.10 | Ned Batchelder | 2020-10-10 | 3 | -5/+7 |
| * | More about optional | Ned Batchelder | 2020-09-27 | 1 | -0/+8 |
| * | dependencies | Ned Batchelder | 2020-09-23 | 1 | -1/+2 |
| * | Build all the doc formats | Ned Batchelder | 2020-09-23 | 1 | -2/+5 |
| * | Sphinx 3 changed versionadded. Go back while I figure out what to do | Ned Batchelder | 2020-09-13 | 1 | -1/+1 |
| * | Bump | Ned Batchelder | 2020-09-13 | 2 | -1/+6 |
| * | Making a releasecoverage-5.3 | Ned Batchelder | 2020-09-13 | 16 | -29/+31 |
| * | If a plugin is disabled, don't try to record its file tracers. #1011 | Ned Batchelder | 2020-09-13 | 4 | -1/+53 |
| * | Move disable_plugin to Python | Ned Batchelder | 2020-09-13 | 3 | -47/+21 |
| * | Fix a missed exception handling for bad plugins | Ned Batchelder | 2020-09-13 | 2 | -1/+24 |
| * | ambigious -> ambiguous | Ned Batchelder | 2020-09-12 | 5 | -10/+10 |
| * | Docs and cleanup for source_pkgs | Ned Batchelder | 2020-09-12 | 8 | -9/+31 |
| * | Create Way to force package even if filepath exists (#1026) | Thomas Grainger | 2020-09-12 | 8 | -2/+29 |
| * | Thomas Grainger's first commit | Ned Batchelder | 2020-09-12 | 1 | -0/+1 |
| * | replace confusing comment with assertion (#1028) | Thomas Grainger | 2020-09-12 | 1 | -3/+12 |
| * | Explain a mystery | Ned Batchelder | 2020-09-02 | 1 | -0/+4 |
| * | Remove a noisy command from the outputnedbat/bug959 | Ned Batchelder | 2020-08-18 | 1 | -1/+1 |
| * | Fix two problems with docs | Ned Batchelder | 2020-08-18 | 2 | -3/+3 |
| * | Don't complain about trivial problems in doc/help | Ned Batchelder | 2020-08-18 | 1 | -0/+1 |
| * | Update requirements | Ned Batchelder | 2020-08-18 | 4 | -6/+6 |
| * | More bitbucket->github urls | Ned Batchelder | 2020-08-18 | 15 | -58/+55 |
| * | A better way to fix sphinx-tabs | Ned Batchelder | 2020-08-18 | 2 | -2/+4 |
| * | Bitbucket hg repos are gone | Ned Batchelder | 2020-08-18 | 4 | -261/+261 |
| * | Prevent trailing whitespace in doc/help/* files | Ned Batchelder | 2020-08-18 | 10 | -28/+28 |
| * | Don't build the help includes into HTML | Ned Batchelder | 2020-08-16 | 1 | -1/+1 |
| * | Correct the indentation | Ned Batchelder | 2020-08-09 | 1 | -6/+6 |
| * | Help in docs didn't work with tmp | Ned Batchelder | 2020-07-24 | 11 | -15/+274 |
| * | Doc process tweaks | Ned Batchelder | 2020-07-24 | 1 | -1/+1 |
