summaryrefslogtreecommitdiff
path: root/CHANGES.txt
Commit message (Expand)AuthorAgeFilesLines
...
* setup.py now succeeds even if there is no C compiler. Fixes issue #80.Ned Batchelder2011-02-131-0/+4
* Add tests and doc for Brandon's -m flag.Ned Batchelder2011-02-061-0/+4
* A couple more places to use open_source instead of open(fname, 'rU')Ned Batchelder2011-01-301-0/+5
* Keep CHANGES up to dateNed Batchelder2011-01-301-0/+4
* WhitespaceNed Batchelder2010-11-071-1/+1
* Hotkeys for the HTML report.Ned Batchelder2010-11-071-0/+5
* Detect when our trace function is yanked out from under us, and warn the user...Ned Batchelder2010-11-061-0/+7
* Credit where credit is due.Ned Batchelder2010-10-131-1/+1
* Jython reports $py.class files in the trace function, so adapt to find the so...Ned Batchelder2010-10-131-1/+2
* Bump the version number.Ned Batchelder2010-10-031-0/+6
* Tweaks for the 3.4 release.Ned Batchelder2010-09-191-2/+2
* If you called sys.exit() with no argument, coverage.py got tangled. Thanks, ...Ned Batchelder2010-09-181-0/+3
* Forgot to update changes for the xml package ordering fix.Ned Batchelder2010-09-121-0/+8
* Doc tweaks for 3.4b2Ned Batchelder2010-09-061-4/+3
* The XML report was missing an attribute Cobertura needed. Fixes #65 and #81.Ned Batchelder2010-09-041-7/+13
* Now completely unexecuted source files can be included in reporting. Specify...Ned Batchelder2010-09-031-0/+4
* Clean up lint.Ned Batchelder2010-08-261-1/+1
* The thread-startup dance caused Thread.run() to not be measured. This fixes ...Ned Batchelder2010-08-261-0/+5
* New config setting: [report]precision lets you specify the number of digits a...Ned Batchelder2010-08-241-0/+5
* Unify formatting of coverage percentages, and don't show zero or 100 as a res...Ned Batchelder2010-08-221-0/+11
* Don't trace code if the reported filename is *.html. Fixes issue #82.Ned Batchelder2010-08-201-0/+5
* Bump the version number to 3.4b1Ned Batchelder2010-08-201-2/+2
* Lots of doc updates, more to come.Ned Batchelder2010-07-251-2/+2
* Update changesNed Batchelder2010-07-121-6/+2
* Empty python files (like __init__.py) are shown as having zero statements, no...Ned Batchelder2010-06-271-0/+4
* Warnings during measurement.Ned Batchelder2010-06-181-0/+4
* Update the CHANGES.txt fileNed Batchelder2010-06-131-1/+9
* If there are no files to report, show a nice exception rather than fall into ...Ned Batchelder2010-06-031-0/+4
* Make the headers in change histories nicer.Ned Batchelder2010-06-021-62/+62
* The next version will be 3.4Ned Batchelder2010-05-311-3/+9
* Make coverage.py properly exclude all stdlib modules under virtualenv's dual-...Ned Batchelder2010-05-291-0/+3
* PaperworkNed Batchelder2010-05-231-6/+9
* Omit and include are now filename patterns rather than prefixes. BACKWARD IN...Ned Batchelder2010-05-231-0/+7
* CleanerNed Batchelder2010-05-211-1/+1
* Tell people what happened.Ned Batchelder2010-05-161-0/+8
* Don't trace any files with names starting with less-than. They are all fake,...Ned Batchelder2010-05-081-0/+4
* Properly record multiple exits separately. Fixes #62.Ned Batchelder2010-04-271-0/+4
* Calculate the pid suffix for data files at the end of the process so that pro...Ned Batchelder2010-03-201-1/+6
* Unhealthy whitespace obsession.Ned Batchelder2010-03-151-1/+1
* Source files can have more than one dot in them. Fixes issue #46.Ned Batchelder2010-03-141-0/+4
* Added a link back to the index page at the bottom of HTML source pages. Close...Ned Batchelder2010-03-141-1/+2
* HTML line numbers are clickable, and highlight the line on arrival. Also, no...Ned Batchelder2010-03-141-0/+3
* Reports now emphasize missed lines over executed lines, since those are more ...Ned Batchelder2010-03-131-0/+5
* Deal properly with dos-ended source files while tokenizing. Fixes issue #53.Ned Batchelder2010-03-131-0/+10
* ReST syntax is confusing...Ned Batchelder2010-03-061-3/+3
* Make a real 3.3.1 releaseNed Batchelder2010-03-061-2/+2
* Don't let parallel=True prevent reporting. Fixes #49.Ned Batchelder2010-03-061-1/+5
* We'll call this 3.3.1Ned Batchelder2010-02-281-0/+8
* Move the version number to 3.3Ned Batchelder2010-02-241-2/+2
* Python source files that don't end with a newline can now be executed, fixing...Ned Batchelder2010-02-221-0/+4