summaryrefslogtreecommitdiff
path: root/CHANGES.txt
Commit message (Expand)AuthorAgeFilesLines
* Use sets as much as possible to speed HTML reports. Seems to be a 10% speedup.Ned Batchelder2013-10-231-0/+2
* Say what we've done.Ned Batchelder2013-10-121-0/+7
* Not sure what happened here, but fix it.Ned Batchelder2013-10-061-2/+2
* Go to 3.7Ned Batchelder2013-10-051-4/+4
* Don't divide by zero if nothing to report. #250.Ned Batchelder2013-09-301-0/+4
* Properly report .pyw files. #261.Ned Batchelder2013-09-291-2/+5
* Search a list of places to find HTML report static files. #259.Ned Batchelder2013-09-281-0/+4
* Now we can run .pyc files directly. Closes #264.Ned Batchelder2013-09-281-0/+3
* Allow relative paths in the [paths] aliases. #267.Ned Batchelder2013-09-261-0/+8
* Improve and more fully test the first-blank-line decoding fix. Thanks, Roger...Ned Batchelder2013-09-161-0/+3
* More --debug options, split code into separate objects.Ned Batchelder2013-09-081-9/+8
* Make debug=trace trace all the yes/no tracing decisions.Ned Batchelder2013-09-061-2/+2
* New flag for run: --debug, can trace why files aren't being traced.Ned Batchelder2013-09-041-0/+4
* Include __main__.py in the source kit. Fixes #255.Ned Batchelder2013-08-151-0/+4
* Branch coverage improvement, fixes #90. Bug #212 fixed on py2, but not py3.Ned Batchelder2013-06-091-1/+2
* Keep the paperwork up to date.Ned Batchelder2013-04-271-1/+1
* Turns out issue #142 was fixed a long time ago.Ned Batchelder2013-04-221-1/+2
* Don't touch files as unexecuted if they were omitted. Fixes #218.Ned Batchelder2013-04-211-1/+7
* Get sys.path right when running modules with -m, fixes #207 and #242.Ned Batchelder2013-04-201-1/+5
* Don't issue spurious warnings about the trace function changing. Fixes #164Ned Batchelder2013-03-101-0/+5
* Bump the version.Ned Batchelder2013-01-231-2/+2
* Better understanding of how the trace function is invoked as byte codes are e...Ned Batchelder2013-01-111-0/+8
* Update docs etc for official version 3.6.Ned Batchelder2013-01-051-6/+16
* Preparing for 3.6b3coverage-3.6b3Ned Batchelder2012-12-291-2/+2
* Bump to 3.6b3Ned Batchelder2012-12-281-0/+8
* Mark stuff as 3.6b2Ned Batchelder2012-12-231-4/+4
* Retro-fit onto 2.3 and 2.4 again.Ned Batchelder2012-12-191-0/+2
* Clean up the mergeNed Batchelder2012-12-171-3/+1
* Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2012-12-171-0/+6
|\
| * pyratemp somehow claims code came from ''. Fixes #221.Ned Batchelder2012-12-131-0/+6
* | Another attempt to install with optional C extension. #80.Ned Batchelder2012-12-171-0/+6
|/
* Clean up from today's workNed Batchelder2012-12-091-0/+3
* debug sys now shows the path to the config file.Ned Batchelder2012-12-021-0/+6
* Add the latest changes to the docs.Ned Batchelder2012-11-291-1/+1
* Doc tweaks for 3.6b1Ned Batchelder2012-11-281-2/+2
* Clean up the changes doc. ReST syntax is weird.Ned Batchelder2012-11-271-13/+18
* Config files now can use environment variables. #97.Ned Batchelder2012-11-251-0/+4
* If a file is missing, don't show an error message with the wrong path. #60.Ned Batchelder2012-11-231-0/+5
* Note the fix for #214 in the change history.Ned Batchelder2012-11-231-0/+6
* Credit where credit is due.Ned Batchelder2012-11-211-0/+1
* Another bug on the changes list. #67Ned Batchelder2012-11-211-0/+4
* Fix IndentationErrors when parsing non-Python files. #82.Ned Batchelder2012-11-211-0/+4
* Tweak the wording.Ned Batchelder2012-11-191-4/+5
* Branch coverage is computed more accurately, #156.Ned Batchelder2012-11-191-0/+6
* Add tests and docs to the kit, though they are not installed. #137Ned Batchelder2012-11-171-0/+3
* This release is not a 3.5.4, it's at least 3.6Ned Batchelder2012-11-171-2/+2
* No longer try to bootstrap setuptools. It is a pre-req. Closes #202Ned Batchelder2012-11-171-0/+5
* Create coverage-X.Y aliases also. Closes #111.Ned Batchelder2012-11-171-3/+6
* Merged in JulianB/coverage.py/coverage3 (pull request #12), and added docs an...Ned Batchelder2012-11-161-0/+4
|\
* | A Contributing page in the docs. #171Ned Batchelder2012-11-121-0/+4