summaryrefslogtreecommitdiff
path: root/CHANGES.rst
Commit message (Expand)AuthorAgeFilesLines
* Correct inaccuracies in CHANGESNed Batchelder2016-05-101-2/+2
* Update words for 4.1b3coverage-4.1b3Ned Batchelder2016-05-101-2/+2
* Correct the defaults for coverage.report(show_missing=None, skip_covered=None)Ned Batchelder2016-05-081-0/+8
* Return the Coverage instance from process_startupNed Batchelder2016-05-081-0/+4
* Don't get confused by namespace packages #456Ned Batchelder2016-05-081-0/+5
* A thread tweak suggested in #245Ned Batchelder2016-05-071-0/+4
* Mark a few more bugs as fixedNed Batchelder2016-05-071-1/+4
* Test on PyPy 5.1, and note the supportNed Batchelder2016-05-031-0/+3
* Use ->exit for missed branches in the textual report. #469Ned Batchelder2016-04-181-0/+5
* Add mentions to the docs about the need for the C extensionNed Batchelder2016-03-291-1/+2
* Show the tracer class in help output. #479Ned Batchelder2016-03-281-0/+4
* #475 is fixed, say soNed Batchelder2016-03-281-0/+5
* Use whitespace:pre to avoid having to convert spaces in the HTML report. Fixe...Ned Batchelder2016-02-011-2/+4
* Clean ups and docstringsNed Batchelder2016-01-311-3/+5
* Yield statements that are not resumed shouldn't be marked as missing. #440Ned Batchelder2016-01-311-0/+5
* Use Consolas in the HTML reportNed Batchelder2016-01-311-0/+3
* Give credit to Dmitry Shishov for the html scroll markers in the previous commitNed Batchelder2016-01-311-0/+4
* Don't track unhandled exception branchesNed Batchelder2016-01-291-0/+8
* Formatting of changesNed Batchelder2016-01-241-8/+8
* Doc file changes for 4.1b2coverage-4.1b2Ned Batchelder2016-01-231-4/+4
* Finish #465Ned Batchelder2016-01-231-1/+4
* Trailing whitespaceNed Batchelder2016-01-231-2/+2
* Fix #466: multi-line statements first in decorated functionsNed Batchelder2016-01-181-7/+14
* Plain-text output no longer includes trailing spacesNed Batchelder2016-01-171-0/+2
* Stop treating yield-from and await as function returnsNed Batchelder2016-01-161-2/+7
* Class docstrings shouldn't be considered executable. Not sure what happened ...Ned Batchelder2016-01-111-0/+7
* Fix quotes in changelogcoverage-4.1b1Ned Batchelder2016-01-101-2/+2
* Prep for 4.1b1Ned Batchelder2016-01-101-5/+5
* No changeNed Batchelder2016-01-071-1/+0
* Branch analysis is now done with AST instead of bytecodeNed Batchelder2016-01-071-0/+5
|\
| * Fix another form-feed problem, #461Ned Batchelder2016-01-051-0/+4
| * No changeNed Batchelder2016-01-021-0/+1
* | Four branch bugs fixed\!Ned Batchelder2016-01-021-1/+21
* | Remove unused importsNed Batchelder2016-01-021-1/+1
* | Merge in the default branchNed Batchelder2016-01-021-0/+11
|\ \ | |/
| * Non-ascii characters work again in config regexes. Fixes #455.Ned Batchelder2015-12-241-0/+3
| * Finish up Max Linke's fix for double encoding declarations. Fixes #453Ned Batchelder2015-12-241-0/+5
| * Changes and Authors for Rodrigue Cloutier's multiprocessing on Windows fix.Ned Batchelder2015-12-241-0/+3
* | Start the changelog entry for ast branch measurement.Ned Batchelder2016-01-021-0/+11
|/
* Use ISO format for dates in the changelogNed Batchelder2015-12-111-114/+114
* Pragmas on decorators apply to the entire function or class. #131Ned Batchelder2015-11-281-0/+10
* Update version numbers, etc, for 4.0.3Ned Batchelder2015-11-241-2/+2
* XML <source> element properly reflects --source= option. #439Ned Batchelder2015-11-221-0/+5
* Changelog for #420 and #445.Ned Batchelder2015-11-211-1/+7
* Oops, i meant 3Ned Batchelder2015-11-201-1/+1
* Cleanups for style, docs, etc from #438Ned Batchelder2015-11-141-0/+5
* Another edge case of encoding detection. #443Ned Batchelder2015-11-141-0/+9
* Update files for 4.0.2Ned Batchelder2015-11-041-2/+2
* Fix settrace(py_func). #436.Ned Batchelder2015-11-011-0/+4
* Clarify the pypy 4.0 supportNed Batchelder2015-11-011-1/+2