summaryrefslogtreecommitdiff
path: root/CHANGES.txt
Commit message (Expand)AuthorAgeFilesLines
* Data files are now JSON instead of pickles. Fixes #236.Ned Batchelder2015-07-211-2/+7
* Coverage._harvest_data is now Coverage.get_dataNed Batchelder2015-07-111-0/+4
* The use_cache method is no longer supported.Ned Batchelder2015-07-111-0/+2
* If __file__ disagrees with the frame, use the frame info. Fixes #380.Ned Batchelder2015-07-111-1/+5
* 40 issues closed in 4.0 so far.Ned Batchelder2015-07-111-0/+3
* Change how plugins are initialized. No more Plugin. Now coverage_init.Ned Batchelder2015-07-051-0/+3
* Paperwork for last mergeNed Batchelder2015-06-281-0/+8
* Add a note for Ionel's drive letter fix.Ned Batchelder2015-06-221-0/+3
* Update the changes docs for 4.0a6Ned Batchelder2015-06-211-2/+2
* Be more careful about reading bytecodes. #375Ned Batchelder2015-06-161-2/+3
* Be more disciplined about the values in should_trace_cache. #374.Ned Batchelder2015-06-141-0/+4
* COVERAGE_DEBUG can set the debug configuration optionsNed Batchelder2015-06-141-0/+3
* And say soNed Batchelder2015-06-091-1/+1
* Python 3.5b2 is supported.Ned Batchelder2015-06-031-0/+2
* Remove the module-level singleton functions.Ned Batchelder2015-05-271-0/+4
* Files with incorrect encoding declarations are no longer ignored. #351Ned Batchelder2015-05-171-0/+4
* A better description of issue 361.Ned Batchelder2015-05-031-2/+2
* Add an old change to CHANGESNed Batchelder2015-04-261-0/+6
* Fix a test, and finish the paperwork for #363.Ned Batchelder2015-04-241-0/+4
* Finish up clytwynec's pull request to implement combining directories. #354.Ned Batchelder2015-04-241-0/+6
* More work on #299Ned Batchelder2015-04-211-0/+4
* Update CHANGESNed Batchelder2015-04-201-0/+6
* Update CHANGES for #361.Ned Batchelder2015-04-151-0/+6
* Fix bug with \f in HTML report. #360.Ned Batchelder2015-02-281-0/+5
* 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