summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Simplify a URL so that docs can build pre-releaseNed Batchelder2018-07-071-27/+10
|
* CHANGES polishingNed Batchelder2018-07-071-3/+3
|
* Don't need the v3->v4 data converter in v5Ned Batchelder2018-07-014-108/+2
|
* No need to prune things we never includedNed Batchelder2018-06-301-2/+0
|
* Quiet a pylint warningNed Batchelder2018-06-301-0/+2
|
* Run pylint on travisNed Batchelder2018-06-302-1/+10
|
* Spelling in pylint isn't worth the difficulty of installing enchantNed Batchelder2018-06-303-14/+0
|
* ResourceWarning isn't in py2?Ned Batchelder2018-06-291-1/+1
|
* Jython isn't working, don't test it by defaultNed Batchelder2018-06-291-1/+1
|
* Suppress needless warnings during testsNed Batchelder2018-06-291-0/+14
|
* Fix a too-long lineNed Batchelder2018-06-291-1/+2
|
* New gold files with trimmed whitespaceNed Batchelder2018-06-2938-796/+76
|
* Trim unneeded whitespace from HTML outputNed Batchelder2018-06-292-0/+4
|
* Fix the indentation of closing triple quotesNed Batchelder2018-06-281-12/+12
|
* Update requirementsNed Batchelder2018-06-284-8/+8
|
* Exclude site-packages so vendored code doesn't pollute test resultsNed Batchelder2018-06-282-1/+16
|
* Mention the move to GitHub in CHANGESNed Batchelder2018-06-281-0/+5
|
* Windows file paths in the HTML have to be canonicalizedNed Batchelder2018-06-271-0/+4
|
* Need to escape when using Windows paths as regexesNed Batchelder2018-06-271-1/+1
|
* Lose a little less information when scrubbing HTMLNed Batchelder2018-06-272-4/+4
|
* Absolute paths in the HTML report have to be scrubbedNed Batchelder2018-06-271-2/+8
|
* Exclude a failure-only lineNed Batchelder2018-06-271-1/+1
|
* Updated gold files for bom.pyNed Batchelder2018-06-274-30/+265
|
* Gold files can be in versioned subdirectoriesNed Batchelder2018-06-271-2/+30
|
* Updated html gold filesNed Batchelder2018-06-2734-283/+293
|
* Compare HTML more strictlyNed Batchelder2018-06-271-13/+25
|
* Add a header to make diffs more readableNed Batchelder2018-06-271-0/+2
|
* .hgignore is gone, no need to check it.Ned Batchelder2018-06-271-1/+0
|
* some minor improvements for the farm testsNed Batchelder2018-06-261-5/+9
|\
| * tests: some minor improvements for the farm testsDaniel Hahler2018-05-061-5/+9
| |
* | Explain the lab directoryNed Batchelder2018-06-261-0/+4
| |
* | Merge pull request #670 from cclauss/print_functionNed Batchelder2018-06-253-16/+16
|\ \ | | | | | | print() is a function in Python 3
| * | print() is a function in Python 3cclauss2018-06-253-16/+16
| | |
* | | I guess it's travis.com now?Ned Batchelder2018-06-251-2/+2
|/ /
* | Try Appveyor without --userNed Batchelder2018-06-241-2/+2
| |
* | Try forcing an explicit pip versionNed Batchelder2018-06-241-1/+1
| |
* | Simplify a formatNed Batchelder2018-06-241-1/+1
| |
* | Explain some testing environment variablesNed Batchelder2018-06-241-0/+15
| |
* | bom.py lost its BOM. Fix it.Ned Batchelder2018-06-241-0/+6
| |
* | Change url in the distribution to GitHubNed Batchelder2018-06-242-2/+2
| |
* | Don't need .hg* filesNed Batchelder2018-06-242-112/+0
| |
* | Update README for GitHubNed Batchelder2018-06-241-3/+2
| |
* | Update NOTICE link to GitHub.Ned Batchelder2018-06-24218-218/+218
| |
* | Pull in 4.5.1a changes to update docs for GitHub migration.Ned Batchelder2018-06-234-21/+13
|\ \
| * | Update docs to point to GitHubcoverage-4.5.1aNed Batchelder2018-06-234-21/+13
| | |
* | | I like to give credit where credit is dueNed Batchelder2018-06-191-0/+1
| | |
* | | Drop support for EOL 2.5, 2.6 and 3.3Hugo2018-06-193-13/+3
| | |
* | | Make version checking more uniformNed Batchelder2018-06-136-13/+14
| | |
* | | Adapt to a recent 3.7 change in how functions with only docstrings get ↵Ned Batchelder2018-06-131-2/+8
| | | | | | | | | | | | line-numbered
* | | Fix a nameNed Batchelder2018-06-111-1/+1
| | |