| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix this test on windows. | Ned Batchelder | 2012-09-29 | 1 | -1/+5 |
| * | Fix #194: a file path could have its prefix twice. | Ned Batchelder | 2012-09-08 | 1 | -0/+7 |
| * | Add a positive assertion to the recent cant-parse-html test | Ned Batchelder | 2012-08-01 | 1 | -0/+1 |
| * | Make the new test also run in Py3 | Ned Batchelder | 2012-07-31 | 1 | -1/+4 |
| * | Finish the paperwork on Julian's patch. | Ned Batchelder | 2012-07-31 | 1 | -1/+0 |
| * | Don't report coverage for non-Python source files even if __file__ says they ... | Julian Berman | 2012-07-31 | 1 | -0/+18 |
| * | If the C tracer is missing during testing, make the problem immediately appar... | Ned Batchelder | 2012-07-07 | 1 | -1/+1 |
| * | Add a note to MemoryLeakTest about its difficulties. | Ned Batchelder | 2012-07-04 | 1 | -1/+7 |
| * | With --source=dir, dir/__init__.py need not exist any longer, but dir/sub/__i... | Ned Batchelder | 2012-07-04 | 1 | -2/+1 |
| * | 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 | 7 | -1/+491 |
| * | Test (and fix) the not-python errors in base Reporter. | Ned Batchelder | 2012-04-20 | 2 | -4/+46 |
| * | Test (and fix) the summary reporting failures due to not being able to parse ... | Ned Batchelder | 2012-04-20 | 1 | -0/+52 |
| * | Add show_missing to the config file. #173. | Ned Batchelder | 2012-04-18 | 1 | -0/+3 |
| * | Make the tests pass on 3.3.0a1 | Ned Batchelder | 2012-03-25 | 1 | -1/+4 |
| * | When looking for python files, don't take suspicious ones. Fixes #168. | Ned Batchelder | 2012-03-24 | 1 | -0/+1 |
| * | 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 | 2 | -1/+15 |
| * | Make tests run on PyPy, and make test_farm more comprehensible. | Ned Batchelder | 2012-03-18 | 1 | -4/+14 |
| * | Make stuff work in other Python versions. Some stuff isn't *quite* right <2.... | Ned Batchelder | 2011-10-30 | 2 | -6/+12 |
| * | Make execution with -m match Python more closely. | Ned Batchelder | 2011-10-30 | 2 | -2/+9 |
| * | Change the name of the C tracer from Tracer to CTracer, as it always should h... | Ned Batchelder | 2011-09-03 | 1 | -1/+1 |
| * | Fix the [paths] feature to actually work for reporting. | Ned Batchelder | 2011-09-03 | 1 | -1/+3 |
| * | And also keep Py3.x happy... | Ned Batchelder | 2011-08-23 | 1 | -2/+2 |
| * | More windows tweaking. | Ned Batchelder | 2011-08-23 | 1 | -1/+4 |
| * | Finished implementation of path aliases for combining data files. #17. | Ned Batchelder | 2011-08-23 | 2 | -0/+59 |
| * | PathAliases munges the fnmatch pattern, and could have accidentally borked th... | Ned Batchelder | 2011-08-22 | 1 | -0/+7 |
| * | Cleanups for lint and older Pythons | Ned Batchelder | 2011-08-21 | 2 | -15/+21 |
| * | The machinery to map paths through aliases for merging coverage data from dis... | Ned Batchelder | 2011-08-21 | 2 | -3/+86 |
| * | Cleanup | Ned Batchelder | 2011-08-17 | 1 | -4/+4 |
| * | Properly handle Unicode characters in Python source when creating the HTML re... | Ned Batchelder | 2011-08-17 | 14 | -1/+1240 |
| * | Oh, can't test 'with' in Pythons that don't have it. | Ned Batchelder | 2011-08-11 | 1 | -13/+14 |
| * | Merge | Ned Batchelder | 2011-08-11 | 1 | -0/+16 |
| |\ |
|
| | * | The for-else fix also fixed 'with' statements, and therefore, issue #128. | Ned Batchelder | 2011-08-10 | 1 | -0/+16 |
| * | | Control the test better; don't use os when cleaning up the path | Ned Batchelder | 2011-08-08 | 2 | -21/+26 |
| |/ |
|
| * | A fullcoverage tracer that works. Events are stashed, then replayed when cov... | Ned Batchelder | 2011-08-08 | 2 | -1/+21 |
| * | You can include files in the Python installation, and they will be measured. | Ned Batchelder | 2011-08-03 | 1 | -5/+22 |
| * | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2011-08-02 | 2 | -2/+36 |
| |\ |
|
| | * | The number of missed branches reported on the HTML summary page didn't match ... | Ned Batchelder | 2011-08-02 | 1 | -0/+33 |
| | * | Shorten a line | Ned Batchelder | 2011-08-02 | 1 | -2/+3 |
| * | | for-else constructs are handled properly, avoiding bogus partial branch warni... | Ned Batchelder | 2011-07-04 | 3 | -14/+15 |
| |/ |
|
| * | A test and a fix for issue #122, maybe? | Ned Batchelder | 2011-07-04 | 1 | -0/+15 |
| * | 2.7's unittest is more helpful with long messages. | Ned Batchelder | 2011-07-04 | 1 | -0/+3 |
| * | Update the gold files for HTML since the index file now has keyboard help. | Ned Batchelder | 2011-06-26 | 9 | -0/+150 |
| * | HTML report hotkeys work differently if the current chunk is off-screen. A c... | Ned Batchelder | 2011-06-26 | 1 | -2/+43 |
| * | Un-tab | Ned Batchelder | 2011-06-23 | 1 | -9/+9 |
| * | Latest qunit code, seems to fix the crazy scrolling behavior in qunit results... | Ned Batchelder | 2011-06-23 | 2 | -83/+99 |
| * | Minor tweak to a warning. | Ned Batchelder | 2011-06-04 | 1 | -1/+1 |