| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #20319: concurrent.futures.wait() can block forever even if Futures ↵ | Brian Quinlan | 2014-02-01 | 1 | -2/+4 |
| | | | | | have completed | ||||
| * | Fix issue #20367: concurrent.futures.as_completed() for duplicate arguments. | Guido van Rossum | 2014-01-26 | 1 | -2/+4 |
| | | | | | Patch by Glenn Langford. | ||||
| * | Merge 3.3, issue #17047: remove doubled words found in 2.7 to | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 |
| |\ | | | | | | | 3.4 Lib/*, as reported by Serhiy Storchaka and Matthew Barnett. | ||||
| | * | Merge 3.2, issue #17047: remove doubled words found in 2.7 to | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 |
| | |\ | | | | | | | | | | 3.4 Lib/*, as reported by Serhiy Storchaka and Matthew Barnett. | ||||
| | | * | Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | as reported by Serhiy Storchaka and Matthew Barnett. | ||||
| | * | | Fix docstring typo in concurrent.futures.Future | Eli Bendersky | 2013-01-17 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix docstring typo in concurrent.futures.Future | Eli Bendersky | 2013-01-17 | 1 | -1/+1 |
| | | | | |||||
| * | | | utilize yield from | Philip Jenvey | 2012-10-01 | 1 | -2/+1 |
| |/ / | |||||
| * | | #15015: Fix accessing an non-existing attribute. | Brian Quinlan | 2012-06-11 | 1 | -2/+2 |
| | | | |||||
| * | | Issue #14406: Fix a race condition when using ↵ | Antoine Pitrou | 2012-03-31 | 1 | -3/+5 |
| |\ \ | |/ | | | | | | | | | `concurrent.futures.wait(return_when=ALL_COMPLETED)`. Patch by Matt Joiner. | ||||
| | * | Issue #14406: Fix a race condition when using ↵ | Antoine Pitrou | 2012-03-31 | 1 | -3/+5 |
| | | | | | | | | | | | | | `concurrent.futures.wait(return_when=ALL_COMPLETED)`. Patch by Matt Joiner. | ||||
| * | | 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 |
