| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | XML report now includes branch information. | Ned Batchelder | 2009-11-26 | 1 | -0/+4 |
| | | |||||
| * | Make the first column look sorted by default, and a little clean-up. | Ned Batchelder | 2009-11-25 | 1 | -1/+3 |
| | | |||||
| * | Bump the version number. | Ned Batchelder | 2009-11-24 | 1 | -0/+6 |
| | | |||||
| * | Update CHANGES for 3.2b3 | Ned Batchelder | 2009-11-23 | 1 | -4/+8 |
| | | |||||
| * | Fix a memory leak in the C tracer. Thanks to Yann Malet for reporting it. | Ned Batchelder | 2009-11-22 | 1 | -0/+2 |
| | | |||||
| * | Polish up the sortable report: indication of sort column and sortability | Ned Batchelder | 2009-11-20 | 1 | -1/+4 |
| | | |||||
| * | rozza == Ross Lawley | Ned Batchelder | 2009-11-20 | 1 | -1/+2 |
| | | |||||
| * | Bump the version number. | Ned Batchelder | 2009-11-20 | 1 | -0/+6 |
| | | |||||
| * | Polish up CHANGES.coverage-3.2b2 | Ned Batchelder | 2009-11-19 | 1 | -7/+9 |
| | | |||||
| * | That last change fixed two bugs. | Ned Batchelder | 2009-11-19 | 1 | -2/+3 |
| | | |||||
| * | The --omit option was checking name instead of filename. This is much ↵ | Ned Batchelder | 2009-11-19 | 1 | -0/+4 |
| | | | | | better! Fixes #33. Thanks, Danek Duvall | ||||
| * | Ignore the branch of an except clause testing its type, since these aren't ↵ | Ned Batchelder | 2009-11-17 | 1 | -0/+4 |
| | | | | | conceptually branches. Fixes #35. | ||||
| * | Classes shouldn't be marked as branches. Fixes #32. | Ned Batchelder | 2009-11-16 | 1 | -1/+4 |
| | | |||||
| * | Tabs are 8 spaces, as the Python docs dictate. Fixes issue #31. | Ned Batchelder | 2009-11-15 | 1 | -2/+3 |
| | | |||||
| * | Paperwork | Ned Batchelder | 2009-11-15 | 1 | -1/+4 |
| | | |||||
| * | Bump the version number | Ned Batchelder | 2009-11-12 | 1 | -0/+6 |
| | | |||||
| * | Nearing 3.2b1 | Ned Batchelder | 2009-11-10 | 1 | -6/+6 |
| | | |||||
| * | Dict literals shouldn't count as many different exits. | Ned Batchelder | 2009-11-08 | 1 | -0/+4 |
| | | |||||
| * | Keep track of changes as we go. | Ned Batchelder | 2009-10-27 | 1 | -0/+5 |
| | | |||||
| * | changes | Ned Batchelder | 2009-10-11 | 1 | -0/+5 |
| | | |||||
| * | Update all the metadata for version 3.1 | Ned Batchelder | 2009-10-04 | 1 | -2/+3 |
| | | |||||
| * | Documentation polishing for a 3.1 release. | Ned Batchelder | 2009-10-04 | 1 | -2/+2 |
| | | |||||
| * | Last clean up on the egg-reading code. Fixes issue #25. | Ned Batchelder | 2009-09-30 | 1 | -0/+8 |
| | | |||||
| * | XML credit | Ned Batchelder | 2009-09-29 | 1 | -1/+1 |
| | | |||||
| * | Updated CHANGES for the 3.1b1 release. | Ned Batchelder | 2009-09-27 | 1 | -3/+3 |
| | | |||||
| * | Added a 'coverage debug' command to get internal information for diagnosing ↵ | Ned Batchelder | 2009-09-27 | 1 | -1/+4 |
| | | | | | problems. Also, all commands should at least take -h. | ||||
| * | Edits to CHANGES | Ned Batchelder | 2009-09-27 | 1 | -12/+16 |
| | | |||||
| * | A little more info in CHANGES | Ned Batchelder | 2009-09-26 | 1 | -1/+1 |
| | | |||||
| * | Syntax coloring in the HTML reports. | Ned Batchelder | 2009-09-23 | 1 | -0/+2 |
| | | |||||
| * | Forgot to update the CHANGES file for Py3k | Ned Batchelder | 2009-09-22 | 1 | -0/+2 |
| | | |||||
| * | Annotate CHANGES with some issues fixed. | Ned Batchelder | 2009-09-15 | 1 | -7/+17 |
| | | |||||
| * | Try to use modern terminology.. | Ned Batchelder | 2009-09-14 | 1 | -1/+1 |
| | | |||||
| * | Capture the full path to the data file when execution starts. Fixes issue 24. | Ned Batchelder | 2009-09-14 | 1 | -0/+5 |
| | | |||||
| * | Bump version number to 3.1b1. | Ned Batchelder | 2009-09-13 | 1 | -2/+5 |
| | | |||||
| * | Docs updated for the new command-line syntax. | Ned Batchelder | 2009-09-13 | 1 | -0/+4 |
| | | |||||
| * | Keep changes up-to-date. | Ned Batchelder | 2009-08-09 | 1 | -0/+6 |
| | | |||||
| * | Get ready to release coverage.py 3.0.1 | Ned Batchelder | 2009-07-06 | 1 | -8/+8 |
| | | |||||
| * | A better way to fix the missing-return-after-exception problem in the trace ↵ | Ned Batchelder | 2009-07-06 | 1 | -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 Batchelder | 2009-07-04 | 1 | -0/+4 |
| | | | | | tracer there. | ||||
| * | Merged weekend work | Ned Batchelder | 2009-06-29 | 1 | -0/+7 |
| |\ | |||||
| | * | Epic bug: pyexpat fiddles incorrectly with the systrace function. This is a ↵ | Ned Batchelder | 2009-06-28 | 1 | -0/+3 |
| | | | | | | | | | hack to make it behave correctly with coverage.py. Fixes bug #10. | ||||
| | * | Ch-ch-ch-ch-changes | Ned Batchelder | 2009-06-27 | 1 | -0/+4 |
| | | | |||||
| * | | More details. | Ned Batchelder | 2009-06-25 | 1 | -1/+2 |
| | | | |||||
| * | | Someday I'll remember to update CHANGES when I make the changes. | Ned Batchelder | 2009-06-25 | 1 | -3/+6 |
| |/ | |||||
| * | More info on the recursion limit change. | Ned Batchelder | 2009-06-23 | 1 | -1/+2 |
| | | |||||
| * | Bump the version number so it isn't 3.0 anymore, and keep CHANGES up to date. | Ned Batchelder | 2009-06-23 | 1 | -0/+6 |
| | | |||||
| * | Bump version number to 3.0 | Ned Batchelder | 2009-06-13 | 1 | -2/+2 |
| | | |||||
| * | Get the flat_rootname right for nested CodeUnits. Thanks, Christian Heimes. | Ned Batchelder | 2009-06-12 | 1 | -0/+2 |
| | | |||||
| * | Keep changes up-to-date. | Ned Batchelder | 2009-06-10 | 1 | -0/+10 |
| | | |||||
| * | An improvement to a CHANGE notice. | Ned Batchelder | 2009-05-21 | 1 | -2/+2 |
| | | |||||
