summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add a test to confirm #880 was a bugv4.5.xNed Batchelder2019-12-171-4/+14
|
* Pin a transitive dependencyNed Batchelder2019-11-301-0/+2
|
* Updated Tidelift badgeNed Batchelder2019-09-011-1/+1
| | | | (cherry picked from commit 4042ce713e373f19ca81948eefcfab83d8dd0bbc)
* Better wording from TideliftNed Batchelder2019-08-262-2/+2
|
* Enterprise in tocNed Batchelder2019-08-251-0/+1
|
* Tidelift enterprise in docs and readmeNed Batchelder2019-08-252-22/+34
|
* Oops, missed a version number updateNed Batchelder2019-08-251-2/+2
|
* Use latest twinecoverage-4.5.44.5.4Ned Batchelder2019-07-292-2/+5
|
* Build wheels for 3.8Ned Batchelder2019-07-291-2/+5
|
* Prep for 4.5.4Ned Batchelder2019-07-293-2/+13
|
* Pin pyparsing to avoid warningsNed Batchelder2019-07-291-0/+2
|
* Tidelift security contact, and non-transparent logo.Ned Batchelder2019-07-161-1/+10
| | | | (cherry picked from commit e07ae475a53cbde6d26a5b1428b880afe0181e96)
* 4.5.x works on 3.8.0b1Ned Batchelder2019-06-092-2/+2
|
* Adapt to optimization tweak in CPython 3.8.0b1Ned Batchelder2019-06-092-1/+7
| | | | (cherry picked from commit 94920c01e81048f9167cd4a2225cdee00659ad16)
* Silence a silly pylint warningNed Batchelder2019-06-091-1/+1
| | | | (cherry picked from commit 62f3b540ec1253fdadc0343fc7a357333ace921a)
* Python 3.8 added an argument to _bootstrap. It should have been like this ↵Ned Batchelder2019-06-091-2/+2
| | | | | | anyway. (cherry picked from commit d469d9429ccf9feb6ebc6b25a9c68afd6570b9f4)
* Not sure how I went for so long without one of these creeping inNed Batchelder2019-05-191-0/+3
| | | | (cherry picked from commit 6ec04a713879a30add3f4e44b4d091ff37443a9a)
* Give the Tidelift logo a linkNed Batchelder2019-05-183-1/+3
| | | | (cherry picked from commit 7fb7e9dac6f4fcb470368336ce99eb16b71e42c0)
* Bump versionNed Batchelder2019-03-101-1/+1
|
* Howto changes from masterNed Batchelder2019-03-101-13/+14
|
* 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)