summaryrefslogtreecommitdiff
path: root/CHANGES.txt
Commit message (Expand)AuthorAgeFilesLines
* With --source=dir, dir/__init__.py need not exist any longer, but dir/sub/__i...Ned Batchelder2012-07-041-0/+4
* Clean up the setup.py hack to detect not being able to build the C extension....Ned Batchelder2012-06-111-0/+4
* Properly deal with files encoded as UTF-8 with BOM. Fixes #179.Ned Batchelder2012-05-141-0/+9
* Prepare for 3.5.2Ned Batchelder2012-05-031-0/+6
* Making a beta todayNed Batchelder2012-04-291-2/+2
* PaperworkNed Batchelder2012-04-281-0/+3
* The [html]extra_css configuration value is a file path to a CSS file that get...Ned Batchelder2012-04-201-0/+3
* Add show_missing to the config file. #173.Ned Batchelder2012-04-181-1/+6
* Don't complain about files that can't be parsed as Python if they didn't seem...Ned Batchelder2012-04-181-0/+5
* When looking for python files, don't take suspicious ones. Fixes #168.Ned Batchelder2012-03-241-0/+4
* If a source file has an encoding declaration, use it when producing the HTML....Ned Batchelder2012-03-211-0/+5
* Don't try to compile the C extension under pypy. #166.Ned Batchelder2012-03-171-0/+4
* Use exit status properly with 'python -m coverage'Ned Batchelder2012-02-151-0/+3
* Some doc clarification from George PaciNed Batchelder2012-01-191-1/+1
* #155 is fixed.Ned Batchelder2011-10-311-0/+11
* Update to 3.5.1Ned Batchelder2011-09-231-0/+3
* Fix the [paths] feature to actually work for reporting.Ned Batchelder2011-09-031-0/+6
* Forgot to include the closed ticket.Ned Batchelder2011-08-301-1/+2
* Bump version to 3.5.1b1Ned Batchelder2011-08-281-2/+2
* Document the [paths] section in the config file.Ned Batchelder2011-08-271-0/+5
* Properly handle Unicode characters in Python source when creating the HTML re...Ned Batchelder2011-08-171-3/+9
* The for-else fix also fixed 'with' statements, and therefore, issue #128.Ned Batchelder2011-08-101-0/+3
* A fullcoverage tracer that works. Events are stashed, then replayed when cov...Ned Batchelder2011-08-081-0/+5
* You can include files in the Python installation, and they will be measured.Ned Batchelder2011-08-031-0/+6
* Fix whitespaceNed Batchelder2011-08-031-1/+1
* Fix the CHANGES mergeNed Batchelder2011-08-021-2/+3
* Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2011-08-021-0/+4
|\
| * for-else constructs are handled properly, avoiding bogus partial branch warni...Ned Batchelder2011-07-041-0/+4
* | The number of missed branches reported on the HTML summary page didn't match ...Ned Batchelder2011-08-021-0/+3
|/
* Bump the version numberNed Batchelder2011-07-041-0/+5
* Bump version number to 3.5Ned Batchelder2011-06-291-2/+2
* HTML report hotkeys work differently if the current chunk is off-screen. A c...Ned Batchelder2011-06-261-0/+8
* It's happening today.Ned Batchelder2011-06-051-2/+2
* Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2011-05-311-0/+7
|\
| * Start getting docs ready for 3.5b1Ned Batchelder2011-05-311-2/+10
* | Minor cleanupsNed Batchelder2011-05-281-6/+9
|/
* The current directory auto-inserted into sys.path is now absolute, to better ...Ned Batchelder2011-05-211-0/+4
* Merge bug_123 work into default.Ned Batchelder2011-04-271-6/+9
|\
| * Someday, I'll internalize the ReST syntax. Fix broken bug report references.Ned Batchelder2011-04-261-6/+6
| * Since people make this mistake, and it's mysterious: accept a single string f...Ned Batchelder2011-04-251-0/+3
* | C trace function now roundtrips properly. Fixes #123 and #125.Ned Batchelder2011-04-271-1/+6
|/
* Update the docs for running coverage as a module.Ned Batchelder2011-04-151-0/+3
* Update CHANGES.Ned Batchelder2011-04-101-0/+4
* Record a bug fix.Ned Batchelder2011-04-101-0/+4
* HTML hotkeys for jumping to next/prev highlighted source section.Ned Batchelder2011-03-271-1/+4
* Incremental HTML generation. Some cleanup would be good.Ned Batchelder2011-03-241-0/+4
* --omit and --include now interpret their values more usefully. Fixes #121.Ned Batchelder2011-03-211-0/+6
* Clean-upsNed Batchelder2011-03-161-1/+1
* 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