| Commit message (Expand) | Author | Age | Files | Lines |
* | The gold files for the test for #179. | Ned Batchelder | 2012-05-14 | 2 | -0/+194 |
* | Add a test case for bug #179. | Ned Batchelder | 2012-05-11 | 3 | -1/+33 |
* | The [html]extra_css configuration value is a file path to a CSS file that get... | Ned Batchelder | 2012-04-20 | 6 | -0/+489 |
* | Don't need these files, they aren't part of the comparison. | Ned Batchelder | 2012-03-22 | 9 | -1034/+0 |
* | If a source file has an encoding declaration, use it when producing the HTML.... | Ned Batchelder | 2012-03-21 | 4 | -0/+206 |
* | All the tests pass under PyPy: sys has a bogus __file__, Unicode is 4-byte, a... | Ned Batchelder | 2012-03-20 | 1 | -1/+11 |
* | Change the name of the C tracer from Tracer to CTracer, as it always should h... | Ned Batchelder | 2011-09-03 | 1 | -1/+1 |
* | Properly handle Unicode characters in Python source when creating the HTML re... | Ned Batchelder | 2011-08-17 | 14 | -1/+1240 |
* | for-else constructs are handled properly, avoiding bogus partial branch warni... | Ned Batchelder | 2011-07-04 | 2 | -12/+13 |
* | Update the gold files for HTML since the index file now has keyboard help. | Ned Batchelder | 2011-06-26 | 9 | -0/+150 |
* | Fix a test involving optimized-away constant if statements, and add a test ab... | Ned Batchelder | 2011-06-03 | 1 | -1/+6 |
* | Better handling of the partial-branch exclusion regexes. Finishes issue #113. | Ned Batchelder | 2011-05-31 | 4 | -0/+249 |
* | C trace function now roundtrips properly. Fixes #123 and #125. | Ned Batchelder | 2011-04-27 | 2 | -5/+9 |
* | Changing the HTML report means updating gold files. | Ned Batchelder | 2011-04-21 | 26 | -1897/+2373 |
* | Fix the url canonicalizer to also deal with release urls. | Ned Batchelder | 2010-09-08 | 3 | -3/+3 |
* | Format numbers with %g in xmlreport, since py3.2 uses more digits in str() th... | Ned Batchelder | 2010-09-06 | 2 | -5/+5 |
* | The XML report was missing an attribute Cobertura needed. Fixes #65 and #81. | Ned Batchelder | 2010-09-04 | 1 | -1/+1 |
* | Unify formatting of coverage percentages, and don't show zero or 100 as a res... | Ned Batchelder | 2010-08-22 | 1 | -1/+1 |
* | Get ready to have version-specific doc URLs. | Ned Batchelder | 2010-08-20 | 5 | -2/+5 |
* | Omit and include are now filename patterns rather than prefixes. BACKWARD IN... | Ned Batchelder | 2010-05-23 | 4 | -5/+5 |
* | The tweaks to HTML today mean the gold files need updating. | Ned Batchelder | 2010-03-14 | 26 | -246/+498 |
* | Reports now emphasize missed lines over executed lines, since those are more ... | Ned Batchelder | 2010-03-13 | 1 | -1/+1 |
* | XML output file is configurable in .rc file. | Ned Batchelder | 2010-01-09 | 4 | -6/+49 |
* | HTML output directory is now settable in the .rc file. | Ned Batchelder | 2010-01-06 | 2 | -1/+4 |
* | Omit prefixes can be specified in the config file. | Ned Batchelder | 2009-12-28 | 14 | -9/+459 |
* | Fix crlfs | Ned Batchelder | 2009-12-27 | 4 | -16/+16 |
* | Add more tests of omitting files during HTML reporting, and a better way to e... | Ned Batchelder | 2009-12-27 | 21 | -2/+784 |
* | Remove some redundancy in the farm tests. | Ned Batchelder | 2009-12-27 | 4 | -10/+5 |
* | Make the two html templates more similar in style. | Ned Batchelder | 2009-12-06 | 7 | -416/+371 |
* | Clean-ups | Ned Batchelder | 2009-12-05 | 4 | -4/+4 |
* | A little explanation of the partial branch annotations in the HTML report. | Ned Batchelder | 2009-11-30 | 3 | -19/+56 |
* | XML report now includes branch information. | Ned Batchelder | 2009-11-26 | 3 | -0/+51 |
* | Move the javascript code for click-to-sort columns into its own file. It hel... | Ned Batchelder | 2009-11-25 | 20 | -815/+102 |
* | Don't annotate partial branches with -1, use 'exit' instead. | Ned Batchelder | 2009-11-24 | 7 | -0/+448 |
* | Update the HTML gold files so all the tests pass. | Ned Batchelder | 2009-11-21 | 9 | -177/+272 |
* | Tabs are 8 spaces, as the Python docs dictate. Fixes issue #31. | Ned Batchelder | 2009-11-15 | 2 | -6/+8 |
* | Annotations on yellow HTML lines with the line numbers not visited. | Ned Batchelder | 2009-11-08 | 1 | -10/+27 |
* | Updated gold files due to the hover change in the index.html file | Ned Batchelder | 2009-11-02 | 2 | -9/+18 |
* | Stupid simplistic not working yet branch reporting in HTML | Ned Batchelder | 2009-10-25 | 1 | -2/+25 |
* | Try to make this test impervious to platform differences. | Ned Batchelder | 2009-09-27 | 2 | -0/+6 |
* | HTML report includes non-relative code units also. Fixes issue #11, though t... | Ned Batchelder | 2009-09-26 | 8 | -0/+415 |
* | XML report: now validates against the Cobertura dtd. | Ned Batchelder | 2009-09-26 | 2 | -7/+11 |
* | XML command writes to coverage.xml, and takes a -o argument to write it somew... | Ned Batchelder | 2009-09-25 | 1 | -1/+1 |
* | Fix the gold file: need to do this differently, or I'll have to touch this wi... | Ned Batchelder | 2009-09-25 | 1 | -0/+1 |
* | Get the test working properly, including adding a usable diff comparison when... | Ned Batchelder | 2009-09-23 | 4 | -6/+13 |
* | Some XML report fixes, and a very basic test. | Ned Batchelder | 2009-09-23 | 2 | -0/+35 |
* | Syntax coloring in the HTML reports. | Ned Batchelder | 2009-09-23 | 4 | -12/+16 |
* | The best way to get py3k support: same source runs on both, with some contort... | Ned Batchelder | 2009-09-22 | 2 | -7/+10 |
* | Change how run_timid checks the name of the Tracer class, so that 2.x and 3.x... | Ned Batchelder | 2009-09-17 | 2 | -5/+5 |
* | Capture the full path to the data file when execution starts. Fixes issue 24. | Ned Batchelder | 2009-09-14 | 3 | -0/+17 |