| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Upgradesnedbat/upgrade | Ned Batchelder | 2020-11-29 | 4 | -6/+8 |
| * | 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 |
| * | Scooch | Ned Batchelder | 2020-07-24 | 2 | -1/+5 |
| * | Should wait to push until sample html is donecoverage-5.2.1 | Ned Batchelder | 2020-07-24 | 1 | -2/+2 |
| * | Latest sample HTML | Ned Batchelder | 2020-07-23 | 12 | -23/+33 |
| * | Prep for 5.2.1 | Ned Batchelder | 2020-07-23 | 5 | -11/+13 |
| * | Displaying timezone information in HTML report (#960) | Xie Yanbo | 2020-07-23 | 43 | -40/+64 |
| * | CmdLineStdoutTest::test_cmd_help: test for at least 20 lines (#1013) | latricewilgus | 2020-07-19 | 1 | -1/+1 |
| * | Oops, Vince, not Victor | Ned Batchelder | 2020-07-13 | 2 | -2/+2 |
| * | Fix dark mode for context listing. #1009 | Ned Batchelder | 2020-07-09 | 4 | -12/+40 |
| * | More howto.txt | Ned Batchelder | 2020-07-06 | 1 | -9/+10 |
