Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Testing multiprocessing occasionally failed, due to randomness. Try harder. | Ned Batchelder | 2015-02-22 | 1 | -4/+3 |
* | Fully embrace SkipTest with our own method. | Ned Batchelder | 2015-02-07 | 1 | -3/+1 |
* | Make sure all tests use super().setUp properly. | Ned Batchelder | 2015-02-07 | 1 | -1/+1 |
* | Multiprocess support doesn't work yet on Windows. | Ned Batchelder | 2015-01-31 | 1 | -4/+15 |
* | Wildly experimental multiprocessing support. Covers most of #117. | Ned Batchelder | 2015-01-30 | 1 | -0/+45 |
* | Collect all the nudgy environment checks into coverage.env | Ned Batchelder | 2015-01-18 | 1 | -6/+6 |
* | Upgraded pylint to 1.4, removed useless suppressions | Ned Batchelder | 2014-11-23 | 1 | -3/+3 |
* | Use a WeakKeyDictionary to track coroutine objects to prevent leaks. Fixes #330. | Ned Batchelder | 2014-11-08 | 1 | -0/+18 |
* | "concurrency" is a better name that "coroutine" | Ned Batchelder | 2014-09-24 | 1 | -0/+208 |