summaryrefslogtreecommitdiff
path: root/CHANGES.txt
Commit message (Expand)AuthorAgeFilesLines
* Update version number to 3.5.3Ned Batchelder2012-09-291-3/+4
* Fix #197: more decimal places on a CSS fraction eliminates rounding errors in...Ned Batchelder2012-09-261-0/+4
* Fix #194: a file path could have its prefix twice.Ned Batchelder2012-09-081-0/+4
* Where we deal with .pyc files, also deal with .pyo files. Fixes #195.Ned Batchelder2012-09-061-0/+5
* Forgot to thank Marc for toxNed Batchelder2012-09-021-1/+1
* Thank Brett for the py3 memory leak fixes.Ned Batchelder2012-09-021-0/+2
* Finish the paperwork on Julian's patch.Ned Batchelder2012-07-311-0/+5
* UghNed Batchelder2012-07-211-1/+1
* Link toxNed Batchelder2012-07-211-1/+2
* Fix some of the howto, and note the new prominence of tox.Ned Batchelder2012-07-211-0/+2
* 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/+3
|\
| * The number of missed branches reported on the HTML summary page didn't match ...Ned Batchelder2011-08-021-0/+3
* | for-else constructs are handled properly, avoiding bogus partial branch warni...Ned Batchelder2011-07-041-0/+4
|/
* 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-4/+6
|\
| * Minor cleanupsNed Batchelder2011-05-281-6/+9
* | Start getting docs ready for 3.5b1Ned Batchelder2011-05-311-2/+10
|/
* 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-1/+6
|\
| * C trace function now roundtrips properly. Fixes #123 and #125.Ned Batchelder2011-04-271-1/+6
* | Someday, I'll internalize the ReST syntax. Fix broken bug report references.Ned Batchelder2011-04-261-6/+6