Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor. | Ross Lagerwall | 2012-01-08 | 1 | -6/+1 |
| | |||||
* | Close the call queue in concurrent.futures.ProcessPoolExecutor when | Antoine Pitrou | 2011-07-16 | 1 | -0/+1 |
| | | | | shutdown() is called, without waiting for the garbage collector to kick in. | ||||
* | Fix typo in name of private function | Antoine Pitrou | 2011-05-03 | 1 | -7/+7 |
| | |||||
* | Issue #11815: Remove dead code in concurrent.futures (since a blocking Queue | Antoine Pitrou | 2011-04-12 | 2 | -52/+29 |
| | | | | cannot raise queue.Empty). | ||||
* | Issue #11635: Don't use polling in worker threads and processes launched by | Antoine Pitrou | 2011-03-26 | 2 | -79/+93 |
| | | | | concurrent.futures. | ||||
* | Issue #10798: Reject supporting concurrent.futures if the system has | Martin v. Löwis | 2011-01-03 | 1 | -0/+26 |
| | | | | too few POSIX semaphores. | ||||
* | Does not install a logging handler. Fixes issue 10626. | Brian Quinlan | 2010-12-28 | 1 | -2/+0 |
| | |||||
* | Fix "seperate". | Georg Brandl | 2010-12-09 | 1 | -1/+1 |
| | |||||
* | 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 | 5 | -0/+1033 |