Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused or redundant imports in concurrent.futures and multiprocessing. | Florent Xicluna | 2011-11-11 | 1 | -1/+0 |
* | Issue #11777: Executor.map does not submit futures until iter.next() is called | Brian Quinlan | 2011-04-07 | 1 | -9/+13 |
* | Does not install a logging handler. Fixes issue 10626. | Brian Quinlan | 2010-12-28 | 1 | -2/+0 |
* | Removes an inefficient spin loop in as_completed | Brian Quinlan | 2010-11-17 | 1 | -6/+35 |
* | Fixes 9903: test_concurrent_futures writes on stderr | Brian Quinlan | 2010-10-06 | 1 | -3/+2 |
* | Initial implementation of PEP 3148 | Brian Quinlan | 2010-09-18 | 1 | -0/+541 |