Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Persistent Index Sorting | Chris Adams | 2009-11-24 | 1 | -9/+59 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Now the index page will remember its sort options across page loads, which means you can click on an item, view its report and return without the index resetting to its default order | |||||
* | | | | When partial lines are hidden and run lines are shown, then partial lines ↵ | Ned Batchelder | 2009-11-24 | 3 | -13/+20 | |
| | | | | | | | | | | | | | | | | are shown as run. | |||||
* | | | | Docstrings for lint | Ned Batchelder | 2009-11-24 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Don't annotate partial branches with -1, use 'exit' instead. | Ned Batchelder | 2009-11-24 | 1 | -1/+7 | |
|/ / / | ||||||
* | | | Bump the version number. | Ned Batchelder | 2009-11-24 | 1 | -1/+1 | |
| | | | ||||||
* | | | Update CHANGES for 3.2b3 | Ned Batchelder | 2009-11-23 | 1 | -0/+1 | |
| | | | ||||||
* | | | ByteParser now recognizes synthetic 'return None' blocks and treats them ↵ | Ned Batchelder | 2009-11-23 | 1 | -0/+27 | |
| | | | | | | | | | | | | correctly. | |||||
* | | | One more fine point of error handling in the C extension. | Ned Batchelder | 2009-11-23 | 1 | -0/+2 | |
| | | | ||||||
* | | | Missed some error handling in the C code. | Ned Batchelder | 2009-11-22 | 1 | -3/+19 | |
| | | | ||||||
* | | | Fix a memory leak in the C tracer. Thanks to Yann Malet for reporting it. | Ned Batchelder | 2009-11-22 | 1 | -1/+3 | |
| | | | ||||||
* | | | Add statistics gathering to help find a problem in the C tracer. | Ned Batchelder | 2009-11-22 | 2 | -7/+94 | |
| | | | ||||||
* | | | I don't like accidental pragmas in the code. | Ned Batchelder | 2009-11-21 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merged rozza's fix | Ned Batchelder | 2009-11-21 | 1 | -2/+4 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Ensuring that Class definitions exit counts are correct when you use ↵ | rozza@x103086.gcapmedia.com | 2009-11-20 | 1 | -2/+4 | |
| | | | | | | | | | | | | #pragma: no cover for the class | |||||
* | | | In 'debug sys' data, don't call it 'data_file', since it doesn't find out ↵ | Ned Batchelder | 2009-11-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | anything about the file, it's just the path to the file. | |||||
* | | | Don't count branches to excluded code. Tests don't pass yet. | Ned Batchelder | 2009-11-21 | 1 | -1/+6 | |
| | | | ||||||
* | | | Handle one more bizarro edge case in tokenizing source: I couldn't look at ↵ | Ned Batchelder | 2009-11-21 | 1 | -1/+7 | |
| | | | | | | | | | | | | my own phystokens.py file properly! | |||||
* | | | Turns out <tfoot> is supposed to come before <tbody>. HTML validates again. | Ned Batchelder | 2009-11-21 | 1 | -13/+14 | |
| | | | ||||||
* | | | There doesn't seem to be a way to raise an exception with an old traceback ↵ | Ned Batchelder | 2009-11-21 | 1 | -2/+2 | |
| | | | | | | | | | | | | that works on both 2.x and 3.x, so lose the traceback. | |||||
* | | | Increase templite test coverage, and use the new branch awesomeness when ↵ | Ned Batchelder | 2009-11-21 | 1 | -2/+2 | |
| | | | | | | | | | | | | coverage testing ourselves. | |||||
* | | | Add nicer exception reporting inside Templite so when a template goes wrong ↵ | Ned Batchelder | 2009-11-21 | 1 | -2/+8 | |
| | | | | | | | | | | | | we have some hope of figuring out why. | |||||
* | | | Denis Otkidach puts a fine point on it. | Ned Batchelder | 2009-11-20 | 1 | -1/+3 | |
| |/ |/| | ||||||
* | | Polish up the sortable report: indication of sort column and sortability | Ned Batchelder | 2009-11-20 | 3 | -44/+53 | |
| | | ||||||
* | | Odd indentation, fix it. | Ned Batchelder | 2009-11-20 | 1 | -3/+3 | |
| | | ||||||
* | | Merged Chris Adams' sortable HTML changes. | Ned Batchelder | 2009-11-20 | 2 | -2/+2 | |
|\ \ | ||||||
| * | | Bump the version number. | Ned Batchelder | 2009-11-20 | 1 | -1/+1 | |
| |/ | ||||||
| * | The --omit option was checking name instead of filename. This is much ↵ | Ned Batchelder | 2009-11-19 | 1 | -1/+1 | |
| | | | | | | | | better! Fixes #33. Thanks, Danek Duvall | |||||
* | | Better HTML reporting | Chris Adams | 2009-11-19 | 3 | -62/+89 | |
|/ | | | | imported patch TweakedReports | |||||
* | Ignore the branch of an except clause testing its type, since these aren't ↵ | Ned Batchelder | 2009-11-17 | 1 | -3/+17 | |
| | | | | conceptually branches. Fixes #35. | |||||
* | Classes shouldn't be marked as branches. Fixes #32. | Ned Batchelder | 2009-11-16 | 1 | -7/+21 | |
| | ||||||
* | Tabs are 8 spaces, as the Python docs dictate. Fixes issue #31. | Ned Batchelder | 2009-11-15 | 2 | -2/+2 | |
| | ||||||
* | More readable comment | Ned Batchelder | 2009-11-15 | 1 | -2/+2 | |
| | ||||||
* | Fix a problem with syntax coloring continued lines, and refactor for ↵ | Ned Batchelder | 2009-11-15 | 2 | -86/+136 | |
| | | | | testability, and add tests. Fixes issue #30. | |||||
* | Bump the version number | Ned Batchelder | 2009-11-12 | 1 | -1/+1 | |
| | ||||||
* | Nearing 3.2b1 | Ned Batchelder | 2009-11-10 | 1 | -1/+1 | |
| | ||||||
* | Some per-instance caching to speed code parsing and analysis. | Ned Batchelder | 2009-11-10 | 2 | -1/+17 | |
| | ||||||
* | Keep showing excluded lines by default. | Ned Batchelder | 2009-11-09 | 1 | -1/+1 | |
| | ||||||
* | Annotations on yellow HTML lines with the line numbers not visited. | Ned Batchelder | 2009-11-08 | 3 | -2/+16 | |
| | ||||||
* | Clean up. | Ned Batchelder | 2009-11-08 | 5 | -11/+35 | |
| | ||||||
* | Don't include excluded lines when reporting exit counts. | Ned Batchelder | 2009-11-08 | 1 | -1/+8 | |
| | ||||||
* | Dict literals shouldn't count as many different exits. | Ned Batchelder | 2009-11-08 | 2 | -21/+28 | |
| | ||||||
* | Show branches and executed branches in HTML reports. | Ned Batchelder | 2009-11-08 | 1 | -3/+6 | |
| | ||||||
* | Shouldn't count multiple (-1,x) arcs as branches. | Ned Batchelder | 2009-11-08 | 1 | -0/+4 | |
| | ||||||
* | Added branch stats to results, and the summary report includes them. | Ned Batchelder | 2009-11-08 | 2 | -17/+54 | |
| | ||||||
* | Use the patch from <<issue 23>> to get Cobertura to find source files. | Ned Batchelder | 2009-11-07 | 1 | -1/+2 | |
| | ||||||
* | Make the naming of Results attributes more consistent. | Ned Batchelder | 2009-11-03 | 4 | -18/+19 | |
| | ||||||
* | Touch-ups in an ancient function. | Ned Batchelder | 2009-11-02 | 1 | -3/+2 | |
| | ||||||
* | Test and refactor Numbers. | Ned Batchelder | 2009-11-02 | 1 | -10/+11 | |
| | ||||||
* | HTML reporting makes use of Numbers to simplify and centralize the code. | Ned Batchelder | 2009-11-02 | 4 | -40/+35 | |
| | ||||||
* | Factor out Analysis and Numbers into their own file: imports were getting ↵ | Ned Batchelder | 2009-11-02 | 3 | -144/+148 | |
| | | | | circular. |