Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make multiprocessing support work with spawned processes, which is what ↵ | Ned Batchelder | 2016-01-10 | 1 | -9/+21 |
| | | | | Windows uses. | ||||
* | Removed unnecessary setup in MultiprocessingTest class | Rodrigue Cloutier | 2015-12-15 | 1 | -3/+0 |
| | | | | | --HG-- branch : windows_multiprocessing_support | ||||
* | Fix Windows support for multiprocessing monkey patch | Rodrigue Cloutier | 2015-12-10 | 1 | -4/+0 |
| | | | | | --HG-- branch : windows_multiprocessing_support | ||||
* | gevent and eventlet are available on py3, so test them there | Ned Batchelder | 2015-09-12 | 1 | -1/+1 |
| | |||||
* | Greenlet is always availble, remove conditionalization. | Ned Batchelder | 2015-08-30 | 1 | -4/+1 |
| | |||||
* | Oops, left behind unused imports | Ned Batchelder | 2015-07-27 | 1 | -2/+0 |
| | |||||
* | Windows fixes due to data changes | Ned Batchelder | 2015-07-26 | 1 | -1/+2 |
| | |||||
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -0/+3 |
| | |||||
* | Change CoverageData.summary() to CoverageData.line_counts() | Ned Batchelder | 2015-07-16 | 1 | -1/+1 |
| | |||||
* | is better than | Ned Batchelder | 2015-07-14 | 1 | -1/+1 |
| | |||||
* | More simplification of the data api | Ned Batchelder | 2015-07-12 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | | Also, no test is conditionally defined. They call self.skip if they should be skippped. | ||||
* | 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 |
--HG-- rename : tests/test_coroutine.py => tests/test_concurrency.py |