Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The right way to communicate with a subprocess. | Ned Batchelder | 2011-05-25 | 1 | -2/+2 |
| | |||||
* | Pylint 0.23.0 'deprecated' disable-msg. | Ned Batchelder | 2011-02-01 | 1 | -1/+1 |
| | |||||
* | Move the warnings to get them in more cases, and test one of those cases. | Ned Batchelder | 2010-06-23 | 1 | -1/+1 |
| | |||||
* | If the user's code calls sys.exit(), honor the request and exit with that ↵ | Ned Batchelder | 2010-02-28 | 1 | -7/+7 |
| | | | | status. Fixes issue #50. | ||||
* | Add more tests of omitting files during HTML reporting, and a better way to ↵ | Ned Batchelder | 2009-12-27 | 1 | -6/+0 |
| | | | | enable re-importing modules during test_farm tests. | ||||
* | The reload builtin moved in Py3k. | Ned Batchelder | 2009-12-27 | 1 | -0/+6 |
| | |||||
* | Clean-ups | Ned Batchelder | 2009-12-05 | 1 | -1/+1 |
| | |||||
* | When we installed on py3k using Distribute, we no longer needed the ↵ | Ned Batchelder | 2009-12-05 | 1 | -5/+0 |
| | | | | | | | no-script hack in this file. --HG-- branch : 3.2_branch | ||||
* | Massive eol whitespace clean-up. | Ned Batchelder | 2009-12-02 | 1 | -6/+6 |
| | |||||
* | The best way to get py3k support: same source runs on both, with some ↵ | Ned Batchelder | 2009-09-22 | 1 | -0/+54 |
contortions. |