| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use latest twinecoverage-4.5.44.5.4 | Ned Batchelder | 2019-07-29 | 2 | -2/+5 |
| * | Build wheels for 3.8 | Ned Batchelder | 2019-07-29 | 1 | -2/+5 |
| * | Prep for 4.5.4 | Ned Batchelder | 2019-07-29 | 3 | -2/+13 |
| * | Pin pyparsing to avoid warnings | Ned Batchelder | 2019-07-29 | 1 | -0/+2 |
| * | Tidelift security contact, and non-transparent logo. | Ned Batchelder | 2019-07-16 | 1 | -1/+10 |
| * | 4.5.x works on 3.8.0b1 | Ned Batchelder | 2019-06-09 | 2 | -2/+2 |
| * | Adapt to optimization tweak in CPython 3.8.0b1 | Ned Batchelder | 2019-06-09 | 2 | -1/+7 |
| * | Silence a silly pylint warning | Ned Batchelder | 2019-06-09 | 1 | -1/+1 |
| * | Python 3.8 added an argument to _bootstrap. It should have been like this any... | Ned Batchelder | 2019-06-09 | 1 | -2/+2 |
| * | Not sure how I went for so long without one of these creeping in | Ned Batchelder | 2019-05-19 | 1 | -0/+3 |
| * | Give the Tidelift logo a link | Ned Batchelder | 2019-05-18 | 3 | -1/+3 |
| * | Bump version | Ned Batchelder | 2019-03-10 | 1 | -1/+1 |
| * | Howto changes from master | Ned Batchelder | 2019-03-10 | 1 | -13/+14 |
| * | Latest howto tweakscoverage-4.5.3 | Ned Batchelder | 2019-03-10 | 1 | -3/+3 |
| * | Latest sample HTML | Ned Batchelder | 2019-03-10 | 11 | -4616/+4640 |
| * | Paperwork for 4.5.3 | Ned Batchelder | 2019-03-09 | 6 | -10/+12 |
| * | doc8 merged my -q option | Ned Batchelder | 2019-03-09 | 1 | -3/+1 |
| * | Fix a test that still thought we were on bitbucket | Ned Batchelder | 2019-03-09 | 1 | -1/+1 |
| * | Use a full URL for the Tidelift logo | Ned Batchelder | 2018-11-30 | 1 | -1/+1 |
| * | Fix a few last Bitbucket references #731 | Ned Batchelder | 2018-11-13 | 2 | -3/+2 |
| * | Oops, had tidelift twice | Ned Batchelder | 2018-11-12 | 1 | -5/+0 |
| * | Correct a link | Ned Batchelder | 2018-11-12 | 1 | -1/+1 |
| * | Bump version | Ned Batchelder | 2018-11-12 | 2 | -1/+7 |
| * | Might as well keep this accurate | Ned Batchelder | 2018-11-12 | 1 | -1/+1 |
| * | Latest sample HTMLcoverage-4.5.2 | Ned Batchelder | 2018-11-12 | 11 | -1777/+1777 |
| * | Making 4.5.2 | Ned Batchelder | 2018-11-12 | 6 | -10/+13 |
| * | Python 3.8 passes all tests | Ned Batchelder | 2018-11-12 | 1 | -2/+2 |
| * | One last decorator test change for 3.8 | Ned Batchelder | 2018-11-12 | 1 | -2/+10 |
| * | Update an HTML gold test due to new peephole optimizations (adapted from master) | Ned Batchelder | 2018-11-12 | 4 | -54/+50 |
| * | Python 3.8 will optimize away "while True:" | Ned Batchelder | 2018-11-12 | 4 | -10/+52 |
| * | Canonicalize the XML output | Ned Batchelder | 2018-11-12 | 1 | -5/+24 |
| * | Record that a bug was fixed. #700 | Ned Batchelder | 2018-11-03 | 1 | -2/+6 |
| * | More useful pytest output | Ned Batchelder | 2018-11-03 | 1 | -1/+1 |
| * | Keep 2.6 working | Ned Batchelder | 2018-11-03 | 1 | -2/+2 |
| * | Adapt to 3.8's way of tracing decorated functions | Ned Batchelder | 2018-11-03 | 4 | -14/+56 |
| * | More correct | Ned Batchelder | 2018-11-01 | 1 | -1/+1 |
| * | Move fiddly fnmatch logic into its own testable function | Ned Batchelder | 2018-11-01 | 2 | -26/+87 |
| * | Use a new event loop | Ned Batchelder | 2018-10-31 | 1 | -2/+2 |
| * | Get a fix for pip changes | Ned Batchelder | 2018-10-31 | 2 | -1/+4 |
| * | Appveyor improvements from master | Ned Batchelder | 2018-10-31 | 1 | -20/+44 |
| * | Update/fix help for --rcfile | Daniel Hahler | 2018-10-31 | 1 | -1/+4 |
| * | Bump the version number | Ned Batchelder | 2018-10-06 | 1 | -1/+1 |
| * | Add Tidelift logo to README.rst | Ned Batchelder | 2018-10-06 | 2 | -2/+13 |
| * | Add Tidelift links | Ned Batchelder | 2018-10-06 | 2 | -1/+14 |
| * | Add repology badge | Ned Batchelder | 2018-10-06 | 1 | -1/+5 |
| * | Add words about 3.8 | Ned Batchelder | 2018-10-06 | 3 | -2/+16 |
| * | Finally jumps back to exiting lines | Ned Batchelder | 2018-10-06 | 4 | -45/+151 |
| * | Python 3.8 uses Constant nodes in the AST | Ned Batchelder | 2018-10-06 | 1 | -1/+1 |
| * | Python 3.6 changed lnotab to signed bytes | Ned Batchelder | 2018-10-06 | 1 | -0/+2 |
| * | Add 3.8 to tox | Ned Batchelder | 2018-10-06 | 1 | -3/+6 |
