summaryrefslogtreecommitdiff
path: root/CHANGES.rst
Commit message (Expand)AuthorAgeFilesLines
* feat: xml and json say what they are doing, and -q quiets everything. #1254nedbat/dashqNed Batchelder2021-10-261-1/+9
* fix: changes for PyPy3.8Ned Batchelder2021-10-251-0/+2
* docs: thanks, Nils K for the vanilla JS conversion!Ned Batchelder2021-10-231-1/+2
* fix: avoid measuring generated code. #1160Ned Batchelder2021-10-181-0/+8
* feat(html): sticky header on pyfileNed Batchelder2021-10-171-0/+3
* build: jQuery 3.6.0Ned Batchelder2021-10-161-1/+4
* feat: `coverage run` now sets the COVERAGE_RUN environment variableNed Batchelder2021-10-161-5/+11
* perf: reduce the overhead of recording branchesNed Batchelder2021-10-141-0/+3
* fix: use human sorting on human-readable thingsNed Batchelder2021-10-121-1/+3
* docs: use real emdashes for better renderingnedbat/split-changesNed Batchelder2021-10-111-20/+20
* docs: keep CHANGES small, full list is in the docsNed Batchelder2021-10-111-2779/+5
* build: bump versionNed Batchelder2021-10-111-0/+6
* build: prep for 6.0.26.0.2Ned Batchelder2021-10-111-2/+5
* fix: source modules need to be re-imported. #1232Ned Batchelder2021-10-111-0/+9
* fix: make third-party detection work with namespace packages. #1231Ned Batchelder2021-10-101-0/+7
* fix: contexts_by_lineno now returns a true dictNed Batchelder2021-10-091-1/+3
* build: bump versionNed Batchelder2021-10-061-0/+6
* build: prep for 6.0.16.0.1Ned Batchelder2021-10-061-2/+4
* fix: make exceptions importable from coverage.misc again. #1226Ned Batchelder2021-10-061-1/+8
* docs: note #1210 in the changelogNed Batchelder2021-10-061-0/+5
* fix: pretend we didn't import third-party packages we use. #1228Ned Batchelder2021-10-061-1/+4
* docs: the 5.0 change summary shouldn't be so prominent anymoreNed Batchelder2021-10-041-3/+4
* build: bump versionNed Batchelder2021-10-021-0/+6
* build: prep for 6.0 releaseNed Batchelder2021-10-021-2/+4
* docs: update the link to shining pandaNed Batchelder2021-10-021-1/+1
* docs: thanks, Clément Pit-ClaudelNed Batchelder2021-09-021-0/+5
* fix: missing exceptions through with statements in 3.10 aren't considered mis...Ned Batchelder2021-08-141-0/+5
* feat: mention skipped file counts in the HTML report. #1163Ned Batchelder2021-08-061-0/+4
* feat: `coverage combine` now prints messages naming the files being combined....Ned Batchelder2021-08-051-0/+4
* feat: HTML report now says where the report is. #1195 (#1207)Ned Batchelder2021-08-051-0/+4
* feat: unrecognized options are now a warning rather than error. #1035 (#1206)Ned Batchelder2021-08-051-0/+6
* docs: add more detail to a confusing changelog entryNed Batchelder2021-08-021-1/+5
* fix: retry immediately on a failure inside executemany. #1010Ned Batchelder2021-07-211-1/+2
* build: bump version6.0b1Ned Batchelder2021-07-181-0/+6
* docs: prep for 6.0b1Ned Batchelder2021-07-181-2/+4
* docs: fix two links sphinx thinks are brokenNed Batchelder2021-07-181-1/+1
* fix: generate flat file names differentlyNed Batchelder2021-07-151-2/+11
* fix: use a modern hash when fingerprinting. #1189Ned Batchelder2021-07-131-0/+4
* doc: update CHANGES.rstNed Batchelder2021-07-131-0/+7
* fix: --fail-under=100 could report 100 is less than 100.Ned Batchelder2021-05-311-0/+5
* feat: warnings are now real warningsNed Batchelder2021-05-301-0/+2
* COVERAGE_DEBUG_FILE accepts "stdout" and "stderr"Ned Batchelder2021-05-231-0/+3
* fix: make data collection operations thread-safeNed Batchelder2021-05-031-0/+3
* docs: update Python versions supportedNed Batchelder2021-05-021-0/+2
* fix: don't warn that dynamic plugins already imported their source files. #1150Ned Batchelder2021-05-011-1/+6
* build: bump version to 5.6b2Ned Batchelder2021-04-121-0/+6
* build: version 5.6b1coverage-5.6b1v5.xNed Batchelder2021-04-121-2/+4
* fix: restore html report selection highlightingNed Batchelder2021-04-111-0/+4
* fix: don't measure third-party packagesNed Batchelder2021-04-101-0/+13
* feat: percent_covered_display in the JSON reportnedbat/tweak-metacovNed Batchelder2021-03-021-1/+3