| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the tests pass on 3.3.0a1 | Ned Batchelder | 2012-03-25 | 1 | -1/+4 |
* | All the tests pass under PyPy: sys has a bogus __file__, Unicode is 4-byte, a... | Ned Batchelder | 2012-03-20 | 1 | -0/+4 |
* | Make stuff work in other Python versions. Some stuff isn't *quite* right <2.... | Ned Batchelder | 2011-10-30 | 1 | -5/+6 |
* | Make execution with -m match Python more closely. | Ned Batchelder | 2011-10-30 | 1 | -0/+6 |
* | 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 | 1 | -0/+46 |
* | Control the test better; don't use os when cleaning up the path | Ned Batchelder | 2011-08-08 | 1 | -20/+25 |
* | A fullcoverage tracer that works. Events are stashed, then replayed when cov... | Ned Batchelder | 2011-08-08 | 1 | -0/+20 |
* | Minor tweak to a warning. | Ned Batchelder | 2011-06-04 | 1 | -1/+1 |
* | The current directory auto-inserted into sys.path is now absolute, to better ... | Ned Batchelder | 2011-05-21 | 1 | -0/+7 |
* | Add a test helper for checking on the existence of files. | Ned Batchelder | 2011-03-22 | 1 | -13/+13 |
* | A different (better) way to avoid warnings when no code has been run. | Ned Batchelder | 2011-02-12 | 1 | -1/+1 |
* | Don't warn about not collecting data if we never ran any code in the first pl... | Ned Batchelder | 2011-02-07 | 1 | -0/+10 |
* | Make this message simpler and clearer. | Ned Batchelder | 2011-02-07 | 1 | -2/+2 |
* | Make sure we can get multiple warnings of the same kind. | Ned Batchelder | 2010-11-06 | 1 | -1/+2 |
* | If you called sys.exit() with no argument, coverage.py got tangled. Thanks, ... | Ned Batchelder | 2010-09-18 | 1 | -0/+17 |
* | Fix this test: can't guarantee the order of stdout and stderr in the output. | Ned Batchelder | 2010-07-12 | 1 | -6/+3 |
* | Move the warnings to get them in more cases, and test one of those cases. | Ned Batchelder | 2010-06-23 | 1 | -0/+17 |
* | All tests now use underscore names instead of some having camelCase names. | Ned Batchelder | 2010-06-18 | 1 | -3/+3 |
* | Calculate the pid suffix for data files at the end of the process so that pro... | Ned Batchelder | 2010-03-20 | 1 | -1/+1 |
* | A successful fork.py will have 9 lines executed. | Ned Batchelder | 2010-03-18 | 1 | -1/+1 |
* | A test for issue #56. | Ned Batchelder | 2010-03-18 | 1 | -0/+40 |
* | Reports now emphasize missed lines over executed lines, since those are more ... | Ned Batchelder | 2010-03-13 | 1 | -2/+2 |
* | Don't let parallel=True prevent reporting. Fixes #49. | Ned Batchelder | 2010-03-06 | 1 | -7/+8 |
* | If the user's code calls sys.exit(), honor the request and exit with that sta... | Ned Batchelder | 2010-02-28 | 1 | -5/+18 |
* | Spaces | Ned Batchelder | 2010-02-24 | 1 | -1/+1 |
* | Clarify a comment | Ned Batchelder | 2010-02-24 | 1 | -2/+2 |
* | When emulating the Python interpreter, don't print SystemExits tracebacks. | Ned Batchelder | 2010-02-24 | 1 | -0/+19 |
* | Lint cleanups | Ned Batchelder | 2010-02-20 | 1 | -1/+1 |
* | A better way to test for correct handling of tracebacks during product code e... | Ned Batchelder | 2010-02-20 | 1 | -14/+9 |
* | If the product code throws an exception, 'coverage run' now produces the same... | Ned Batchelder | 2010-02-19 | 1 | -1/+28 |
* | Split out the tests that really run a subprocess. | Ned Batchelder | 2010-01-10 | 1 | -0/+150 |