summaryrefslogtreecommitdiff
path: root/CHANGES.txt
Commit message (Expand)AuthorAgeFilesLines
* Properly handle crazy-long code objects. #359Ned Batchelder2015-02-171-0/+9
* Ship 4.0a5coverage-4.0a5Ned Batchelder2015-02-161-5/+5
* Always make the current directory importable. #358Ned Batchelder2015-02-131-0/+4
* CHANGES tweaksNed Batchelder2015-02-121-2/+2
* Treat config_file=".coveragerc" the same as config_file=True. #357Ned Batchelder2015-02-111-0/+5
* Plugin support is now only in the CTracer, not in the PyTracer.Ned Batchelder2015-02-091-1/+2
* CPython 3.5.0a1 was announced 40 minutes ago. Isn't it time coverage.py suppo...Ned Batchelder2015-02-081-0/+2
* Plugin support is in C tracer as well as Python tracerNed Batchelder2015-02-081-0/+2
* Trailing whitespace.Ned Batchelder2015-02-021-1/+1
* Make process_startup idempotent, to fix #340.Ned Batchelder2015-02-011-0/+5
* Multiprocess support doesn't work yet on Windows.Ned Batchelder2015-01-311-2/+2
* Wildly experimental multiprocessing support. Covers most of #117.Ned Batchelder2015-01-301-1/+7
* Give a reasonable warning for a previous assert. Closes #353.Ned Batchelder2015-01-261-0/+9
* Prepare for 4.0a4coverage-4.0a4Ned Batchelder2015-01-251-0/+12
* Update the changes.rst file in the docsNed Batchelder2015-01-241-1/+1
* Issue #315 was fixedNed Batchelder2015-01-211-1/+3
* An official 4.0a3coverage-4.0a3Ned Batchelder2015-01-201-3/+4
* XML package_depth configuration option. Thanks, Lex BerezhnyNed Batchelder2015-01-191-0/+5
* Fix bad regression: XML report now reports packages again. #235Ned Batchelder2015-01-191-0/+5
* Issue #69 was fixed yesterdayNed Batchelder2015-01-181-1/+2
* Issue #290 was fixed with the filename cleanup today.Ned Batchelder2015-01-181-1/+3
* Clean up the module->file logicNed Batchelder2015-01-171-0/+3
* Use file names with extensions in reports.Ned Batchelder2015-01-171-2/+6
* Provide early error messages for bad regexes in config. #349Ned Batchelder2015-01-161-0/+4
* Report empty files as 100% instead of 0%, fixes #345Ned Batchelder2015-01-161-0/+9
* Update for 4.0a2Ned Batchelder2015-01-141-2/+2
* Another bug had been fixedNed Batchelder2014-12-281-1/+2
* Keep support for only the latest PyPy's.Ned Batchelder2014-12-131-2/+4
* Drop support for CPython 3.2. Now I can use u'' unicode literals freely.Ned Batchelder2014-12-131-1/+2
* Fix spelling errors in the docs.Ned Batchelder2014-11-291-3/+3
* Better wordingNed Batchelder2014-11-291-1/+1
* Don't be confused by files with missing final newlines. #293Ned Batchelder2014-11-291-0/+4
* --fail-under can now be specified in the rcfile. #314Ned Batchelder2014-11-271-0/+4
* Try out pylint spelling. Kinda noisy, but fixed some stuff.Ned Batchelder2014-11-271-2/+2
* Accept more kinds of whitespace in pragmas. #334Ned Batchelder2014-11-271-0/+4
* Give error messages if an explicitly provided rcfile can't be read.Ned Batchelder2014-11-271-0/+4
* Hadn't updated CHANGES with the fix for the BrPart column in the text report....Ned Batchelder2014-11-271-0/+6
* Cleanups from pull request 42Ned Batchelder2014-11-241-0/+5
* Clean up the --skip-covered pull request.Ned Batchelder2014-11-231-0/+4
* Fix a weird PyPy3 problem with a weird PyPy3 fix.Ned Batchelder2014-10-281-1/+1
* Allow the --debug switch on any commandNed Batchelder2014-10-261-0/+2
* Credit where credit is dueNed Batchelder2014-10-201-0/+4
* Update the support statementNed Batchelder2014-10-111-0/+2
* Can change config after construction.Ned Batchelder2014-10-111-0/+3
* Remove the original command-line syntax.Ned Batchelder2014-10-081-0/+3
* ConsistencyNed Batchelder2014-10-041-7/+7
* Trailing spacesNed Batchelder2014-10-011-1/+1
* Add comment and cleanups to Alex's PyPy change.Ned Batchelder2014-10-011-0/+3
* Remove support for COVERAGE_OPTIONS environment variable.Ned Batchelder2014-09-281-0/+7
* Update version and docs for 4.0a1Ned Batchelder2014-09-271-5/+7