Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | (cherry picked from commit e2b5716dbca0cd3fa55f641844a56aac0373f586) | ||||
* | 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 |
| | | | | (cherry picked from commit 3c1005ad004b5cf21e23d05854e82adc858de8d9) | ||||
* | One last decorator test change for 3.8 | Ned Batchelder | 2018-11-12 | 1 | -2/+10 |
| | | | | (cherry picked from commit ef6db13296f8450e30601490ee33a9643c9db0cf) | ||||
* | 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 |
| | | | | (cherry picked from commit e5dcb933ab791206040a849eacd726ffe40c348a) | ||||
* | Canonicalize the XML output | Ned Batchelder | 2018-11-12 | 1 | -5/+24 |
| | | | | | | | | | | | | https://bugs.python.org/issue34160 added retaining the user's attribute order to the XML output, which removed the sorting that used to happen. This broke our XML tests, which compare against saved gold files. This adds in a rough-and-ready canonicalization to avoid the problem. Maybe the core devs will eventually support a sort_attributes option, and I can get rid of this. (cherry picked from commit c376209f35331b358e59c79ed3537a2ed920d677) | ||||
* | 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 |
| | | | | (cherry picked from commit d8f1d925dc0aa4908f3f5a1b965f671bcf1b5ba6) | ||||
* | 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 |
| | | | | (cherry picked from commit 56b9c7e4db40df6515d4ca5d913cb4678da2b753) | ||||
* | Use a new event loop | Ned Batchelder | 2018-10-31 | 1 | -2/+2 |
| | | | | (cherry picked from commit 85a878e76bad95c01d50e2533a7653b8e7699770) | ||||
* | 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 |
| | | | | (cherry picked from commit ef5e1e4ba8200a9ff0656ece40e11ed3be67ac92) | ||||
* | 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 |
| | | | | (cherry picked from commit a508264b7c8becad25a5c2dda1a034222658716f) | ||||
* | Add Tidelift links | Ned Batchelder | 2018-10-06 | 2 | -1/+14 |
| | | | | (cherry picked from commit bd36f540f4ab9a7155da3993f5d7d48b10112900) | ||||
* | Add repology badge | Ned Batchelder | 2018-10-06 | 1 | -1/+5 |
| | | | | (cherry picked from commit bbf251638cb5c324fd3e3567372711c63d2cae78) | ||||
* | Add words about 3.8 | Ned Batchelder | 2018-10-06 | 3 | -2/+16 |
| | | | | (cherry picked from commit d62fbd378dde67612546076c8c804dfdb595a15e) | ||||
* | Finally jumps back to exiting lines | Ned Batchelder | 2018-10-06 | 4 | -45/+151 |
| | | | | | | | | In Python 3.8, when a finally clause is run because a line in the try block is exiting the block, the exiting line is visited again after the finally block. (cherry picked from commit 04ff188349df84f73167108314e9698059830279) | ||||
* | Python 3.8 uses Constant nodes in the AST | Ned Batchelder | 2018-10-06 | 1 | -1/+1 |
| | | | | (cherry picked from commit cf7e8717d73e638d92838f8534712351dda9e0f1) | ||||
* | Python 3.6 changed lnotab to signed bytes | Ned Batchelder | 2018-10-06 | 1 | -0/+2 |
| | | | | (cherry picked from commit 5aca5af02423f37ec7f4a3a02849e74c54b5ccf1) | ||||
* | Add 3.8 to tox | Ned Batchelder | 2018-10-06 | 1 | -3/+6 |
| | | | | (cherry picked from commit 3d8dd2ab07cc6d3149e7308e1e3be194a21364f6) | ||||
* | In 3.7, testing libs are issuing warnings. We don't want them to count ↵ | Ned Batchelder | 2018-10-04 | 1 | -0/+5 |
| | | | | | | against us (cherry picked from commit 232db5d57c53384162e5704ff405671acd9fe27b) | ||||
* | Jython isn't working, don't test it by default | Ned Batchelder | 2018-10-04 | 1 | -1/+1 |
| | | | | (cherry picked from commit 9472d24cc695ef67e37a96224b8c37818e164ea3) | ||||
* | ResourceWarning isn't in py2? | Ned Batchelder | 2018-10-04 | 1 | -1/+1 |
| | | | | (cherry picked from commit ef21d19ca4fe3fc0c88a1135721f2dfbc60506f3) | ||||
* | Pin pip and virtualenv | Ned Batchelder | 2018-10-04 | 1 | -0/+4 |
| | |||||
* | Suppress needless warnings during tests | Ned Batchelder | 2018-10-04 | 1 | -0/+14 |
| | | | | (cherry picked from commit 9e783c683cf2013730a84c6f5e2e7f4439d7a352) | ||||
* | Adapt to a recent 3.7 change in how functions with only docstrings get ↵ | Ned Batchelder | 2018-10-04 | 1 | -2/+8 |
| | | | | | | line-numbered (cherry picked from commit 637851fcc659b92ad493c3edc87f9f2fc9b1c313) | ||||
* | In 3.7, namespace modules can have: mod.__file__ is None | Ned Batchelder | 2018-10-04 | 2 | -8/+17 |
| | | | | Backport of c9f4f661ccb7decb55055d80a1e9a1cbb825b27f | ||||
* | Adapt to the 3.7.0b3 change in -m sys.path[0] behavior | Ned Batchelder | 2018-10-04 | 1 | -1/+9 |
| | | | | (cherry picked from commit fec75c18a87e8acf8a0d4f978b2ef4e1cea755de) | ||||
* | Undo some 3.7b4 ast tweaks | Ned Batchelder | 2018-10-04 | 2 | -16/+3 |
| | | | | (cherry picked from commit 3be75d375c82003ea7ca9d3bc9502a46ff3a5822) | ||||
* | A Tidelift logo | Ned Batchelder | 2018-09-26 | 3 | -1/+15 |
| | |||||
* | Mention Tidelift | Ned Batchelder | 2018-09-26 | 1 | -0/+8 |
| | |||||
* | So I can switch to this branch without seeing this file each time | Ned Batchelder | 2018-09-26 | 1 | -0/+1 |
| | |||||
* | Make it easy to get the latest manylinux | Ned Batchelder | 2018-07-19 | 1 | -0/+3 |
| |