summaryrefslogtreecommitdiff
path: root/CHANGES.txt
Commit message (Collapse)AuthorAgeFilesLines
* XML report now includes branch information.Ned Batchelder2009-11-261-0/+4
|
* Make the first column look sorted by default, and a little clean-up.Ned Batchelder2009-11-251-1/+3
|
* Bump the version number.Ned Batchelder2009-11-241-0/+6
|
* Update CHANGES for 3.2b3Ned Batchelder2009-11-231-4/+8
|
* Fix a memory leak in the C tracer. Thanks to Yann Malet for reporting it.Ned Batchelder2009-11-221-0/+2
|
* Polish up the sortable report: indication of sort column and sortabilityNed Batchelder2009-11-201-1/+4
|
* rozza == Ross LawleyNed Batchelder2009-11-201-1/+2
|
* Bump the version number.Ned Batchelder2009-11-201-0/+6
|
* Polish up CHANGES.coverage-3.2b2Ned Batchelder2009-11-191-7/+9
|
* That last change fixed two bugs.Ned Batchelder2009-11-191-2/+3
|
* The --omit option was checking name instead of filename. This is much ↵Ned Batchelder2009-11-191-0/+4
| | | | better! Fixes #33. Thanks, Danek Duvall
* Ignore the branch of an except clause testing its type, since these aren't ↵Ned Batchelder2009-11-171-0/+4
| | | | conceptually branches. Fixes #35.
* Classes shouldn't be marked as branches. Fixes #32.Ned Batchelder2009-11-161-1/+4
|
* Tabs are 8 spaces, as the Python docs dictate. Fixes issue #31.Ned Batchelder2009-11-151-2/+3
|
* PaperworkNed Batchelder2009-11-151-1/+4
|
* Bump the version numberNed Batchelder2009-11-121-0/+6
|
* Nearing 3.2b1Ned Batchelder2009-11-101-6/+6
|
* Dict literals shouldn't count as many different exits.Ned Batchelder2009-11-081-0/+4
|
* Keep track of changes as we go.Ned Batchelder2009-10-271-0/+5
|
* changesNed Batchelder2009-10-111-0/+5
|
* Update all the metadata for version 3.1Ned Batchelder2009-10-041-2/+3
|
* Documentation polishing for a 3.1 release.Ned Batchelder2009-10-041-2/+2
|
* Last clean up on the egg-reading code. Fixes issue #25.Ned Batchelder2009-09-301-0/+8
|
* XML creditNed Batchelder2009-09-291-1/+1
|
* Updated CHANGES for the 3.1b1 release.Ned Batchelder2009-09-271-3/+3
|
* Added a 'coverage debug' command to get internal information for diagnosing ↵Ned Batchelder2009-09-271-1/+4
| | | | problems. Also, all commands should at least take -h.
* Edits to CHANGESNed Batchelder2009-09-271-12/+16
|
* A little more info in CHANGESNed Batchelder2009-09-261-1/+1
|
* Syntax coloring in the HTML reports.Ned Batchelder2009-09-231-0/+2
|
* Forgot to update the CHANGES file for Py3kNed Batchelder2009-09-221-0/+2
|
* Annotate CHANGES with some issues fixed.Ned Batchelder2009-09-151-7/+17
|
* Try to use modern terminology..Ned Batchelder2009-09-141-1/+1
|
* Capture the full path to the data file when execution starts. Fixes issue 24.Ned Batchelder2009-09-141-0/+5
|
* Bump version number to 3.1b1.Ned Batchelder2009-09-131-2/+5
|
* Docs updated for the new command-line syntax.Ned Batchelder2009-09-131-0/+4
|
* Keep changes up-to-date.Ned Batchelder2009-08-091-0/+6
|
* Get ready to release coverage.py 3.0.1Ned Batchelder2009-07-061-8/+8
|
* A better way to fix the missing-return-after-exception problem in the trace ↵Ned Batchelder2009-07-061-2/+1
| | | | function: no pyexpat specifics, and py 2.3 still uses C trace function.
* Fix Python 2.3's exception tracing by always using a dumbed-down Python ↵Ned Batchelder2009-07-041-0/+4
| | | | tracer there.
* Merged weekend workNed Batchelder2009-06-291-0/+7
|\
| * Epic bug: pyexpat fiddles incorrectly with the systrace function. This is a ↵Ned Batchelder2009-06-281-0/+3
| | | | | | | | hack to make it behave correctly with coverage.py. Fixes bug #10.
| * Ch-ch-ch-ch-changesNed Batchelder2009-06-271-0/+4
| |
* | More details.Ned Batchelder2009-06-251-1/+2
| |
* | Someday I'll remember to update CHANGES when I make the changes.Ned Batchelder2009-06-251-3/+6
|/
* More info on the recursion limit change.Ned Batchelder2009-06-231-1/+2
|
* Bump the version number so it isn't 3.0 anymore, and keep CHANGES up to date.Ned Batchelder2009-06-231-0/+6
|
* Bump version number to 3.0Ned Batchelder2009-06-131-2/+2
|
* Get the flat_rootname right for nested CodeUnits. Thanks, Christian Heimes.Ned Batchelder2009-06-121-0/+2
|
* Keep changes up-to-date.Ned Batchelder2009-06-101-0/+10
|
* An improvement to a CHANGE notice.Ned Batchelder2009-05-211-2/+2
|