Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |