summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Latest howto tweakscoverage-4.5.3Ned Batchelder2019-03-101-3/+3
|
* Latest sample HTMLNed Batchelder2019-03-1011-4616/+4640
|
* Paperwork for 4.5.3Ned Batchelder2019-03-096-10/+12
|
* doc8 merged my -q optionNed Batchelder2019-03-091-3/+1
|
* Fix a test that still thought we were on bitbucketNed Batchelder2019-03-091-1/+1
|
* Use a full URL for the Tidelift logoNed Batchelder2018-11-301-1/+1
| | | | (cherry picked from commit e2b5716dbca0cd3fa55f641844a56aac0373f586)
* Fix a few last Bitbucket references #731Ned Batchelder2018-11-132-3/+2
|
* Oops, had tidelift twiceNed Batchelder2018-11-121-5/+0
|
* Correct a linkNed Batchelder2018-11-121-1/+1
|
* Bump versionNed Batchelder2018-11-122-1/+7
|
* Might as well keep this accurateNed Batchelder2018-11-121-1/+1
|
* Latest sample HTMLcoverage-4.5.2Ned Batchelder2018-11-1211-1777/+1777
|
* Making 4.5.2Ned Batchelder2018-11-126-10/+13
|
* Python 3.8 passes all testsNed Batchelder2018-11-121-2/+2
| | | | (cherry picked from commit 3c1005ad004b5cf21e23d05854e82adc858de8d9)
* One last decorator test change for 3.8Ned Batchelder2018-11-121-2/+10
| | | | (cherry picked from commit ef6db13296f8450e30601490ee33a9643c9db0cf)
* Update an HTML gold test due to new peephole optimizations (adapted from master)Ned Batchelder2018-11-124-54/+50
|
* Python 3.8 will optimize away "while True:"Ned Batchelder2018-11-124-10/+52
| | | | (cherry picked from commit e5dcb933ab791206040a849eacd726ffe40c348a)
* Canonicalize the XML outputNed Batchelder2018-11-121-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. #700Ned Batchelder2018-11-031-2/+6
|
* More useful pytest outputNed Batchelder2018-11-031-1/+1
|
* Keep 2.6 workingNed Batchelder2018-11-031-2/+2
|
* Adapt to 3.8's way of tracing decorated functionsNed Batchelder2018-11-034-14/+56
| | | | (cherry picked from commit d8f1d925dc0aa4908f3f5a1b965f671bcf1b5ba6)
* More correctNed Batchelder2018-11-011-1/+1
|
* Move fiddly fnmatch logic into its own testable functionNed Batchelder2018-11-012-26/+87
| | | | (cherry picked from commit 56b9c7e4db40df6515d4ca5d913cb4678da2b753)
* Use a new event loopNed Batchelder2018-10-311-2/+2
| | | | (cherry picked from commit 85a878e76bad95c01d50e2533a7653b8e7699770)
* Get a fix for pip changesNed Batchelder2018-10-312-1/+4
|
* Appveyor improvements from masterNed Batchelder2018-10-311-20/+44
|
* Update/fix help for --rcfileDaniel Hahler2018-10-311-1/+4
| | | | (cherry picked from commit ef5e1e4ba8200a9ff0656ece40e11ed3be67ac92)
* Bump the version numberNed Batchelder2018-10-061-1/+1
|
* Add Tidelift logo to README.rstNed Batchelder2018-10-062-2/+13
| | | | (cherry picked from commit a508264b7c8becad25a5c2dda1a034222658716f)
* Add Tidelift linksNed Batchelder2018-10-062-1/+14
| | | | (cherry picked from commit bd36f540f4ab9a7155da3993f5d7d48b10112900)
* Add repology badgeNed Batchelder2018-10-061-1/+5
| | | | (cherry picked from commit bbf251638cb5c324fd3e3567372711c63d2cae78)
* Add words about 3.8Ned Batchelder2018-10-063-2/+16
| | | | (cherry picked from commit d62fbd378dde67612546076c8c804dfdb595a15e)
* Finally jumps back to exiting linesNed Batchelder2018-10-064-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 ASTNed Batchelder2018-10-061-1/+1
| | | | (cherry picked from commit cf7e8717d73e638d92838f8534712351dda9e0f1)
* Python 3.6 changed lnotab to signed bytesNed Batchelder2018-10-061-0/+2
| | | | (cherry picked from commit 5aca5af02423f37ec7f4a3a02849e74c54b5ccf1)
* Add 3.8 to toxNed Batchelder2018-10-061-3/+6
| | | | (cherry picked from commit 3d8dd2ab07cc6d3149e7308e1e3be194a21364f6)
* In 3.7, testing libs are issuing warnings. We don't want them to count ↵Ned Batchelder2018-10-041-0/+5
| | | | | | against us (cherry picked from commit 232db5d57c53384162e5704ff405671acd9fe27b)
* Jython isn't working, don't test it by defaultNed Batchelder2018-10-041-1/+1
| | | | (cherry picked from commit 9472d24cc695ef67e37a96224b8c37818e164ea3)
* ResourceWarning isn't in py2?Ned Batchelder2018-10-041-1/+1
| | | | (cherry picked from commit ef21d19ca4fe3fc0c88a1135721f2dfbc60506f3)
* Pin pip and virtualenvNed Batchelder2018-10-041-0/+4
|
* Suppress needless warnings during testsNed Batchelder2018-10-041-0/+14
| | | | (cherry picked from commit 9e783c683cf2013730a84c6f5e2e7f4439d7a352)
* Adapt to a recent 3.7 change in how functions with only docstrings get ↵Ned Batchelder2018-10-041-2/+8
| | | | | | line-numbered (cherry picked from commit 637851fcc659b92ad493c3edc87f9f2fc9b1c313)
* In 3.7, namespace modules can have: mod.__file__ is NoneNed Batchelder2018-10-042-8/+17
| | | | Backport of c9f4f661ccb7decb55055d80a1e9a1cbb825b27f
* Adapt to the 3.7.0b3 change in -m sys.path[0] behaviorNed Batchelder2018-10-041-1/+9
| | | | (cherry picked from commit fec75c18a87e8acf8a0d4f978b2ef4e1cea755de)
* Undo some 3.7b4 ast tweaksNed Batchelder2018-10-042-16/+3
| | | | (cherry picked from commit 3be75d375c82003ea7ca9d3bc9502a46ff3a5822)
* A Tidelift logoNed Batchelder2018-09-263-1/+15
|
* Mention TideliftNed Batchelder2018-09-261-0/+8
|
* So I can switch to this branch without seeing this file each timeNed Batchelder2018-09-261-0/+1
|
* Make it easy to get the latest manylinuxNed Batchelder2018-07-191-0/+3
|