1. b991597 Issue #20367: Fix behavior of concurrent.futures.as_completed() for duplicate by Victor Stinner · 11 years ago
  2. b5bc353 #18741: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  3. 98472b8 Merge 3.2, issue #17047: remove doubled words found in 2.7 to by Terry Jan Reedy · 12 years ago
  4. c30b7b1 Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 12 years ago
  5. c9d504f Fix docstring typo in concurrent.futures.Future by Eli Bendersky · 12 years ago
  6. a26ad5a #15015: Fix accessing an non-existing attribute. by Brian Quinlan · 12 years ago
  7. 8b34b53 Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when=ALL_COMPLETED)`. by Antoine Pitrou · 13 years ago
  8. f70401e Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when=ALL_COMPLETED)`. by Antoine Pitrou · 13 years ago
  9. bdb1cf1 Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. by Antoine Pitrou · 13 years ago
  10. 66e2fb6 Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor. by Ross Lagerwall · 13 years ago
  11. 69f39a5 Merge with 3.2 for #12364. by Ross Lagerwall · 13 years ago
  12. 04842a8 Remove unused or redundant imports in concurrent.futures and multiprocessing. by Florent Xicluna · 13 years ago
  13. 0b44795 Close the call queue in concurrent.futures.ProcessPoolExecutor when by Antoine Pitrou · 13 years ago
  14. dc19c24 Silence spurious "broken pipe" tracebacks when shutting down a ProcessPoolExecutor. by Antoine Pitrou · 13 years ago
  15. d06a065 Fix potential resource leaks in concurrent.futures.ProcessPoolExecutor by Antoine Pitrou · 13 years ago
  16. 1c405b3 Followup to 51c1f2cedb96 (and issue #12456): by Antoine Pitrou · 13 years ago
  17. 020436b Issue #12456: fix a possible hang on shutdown of a concurrent.futures.ProcessPoolExecutor. by Antoine Pitrou · 13 years ago
  18. dd69649 Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed by Antoine Pitrou · 13 years ago
  19. 441f935 Fix typo in name of private function by Antoine Pitrou · 14 years ago
  20. b87a56a Fix typo in name of private function by Antoine Pitrou · 14 years ago
  21. b7877f2 Issue #11815: Use a light-weight SimpleQueue for the result queue in concurrent.futures.ProcessPoolExecutor. by Antoine Pitrou · 14 years ago
  22. 3fdd9b6 Issue #11815: Remove dead code in concurrent.futures (since a blocking Queue by Antoine Pitrou · 14 years ago
  23. 27be5da Issue #11815: Remove dead code in concurrent.futures (since a blocking Queue by Antoine Pitrou · 14 years ago
  24. f007876 Issue #11777: Executor.map does not submit futures until iter.next() is called by Brian Quinlan · 14 years ago
  25. c13d454 Issue #11635: Don't use polling in worker threads and processes launched by by Antoine Pitrou · 14 years ago
  26. 9f6d48b Issue #10798: Reject supporting concurrent.futures if the system has by Martin v. Löwis · 14 years ago
  27. 251cc84 Does not install a logging handler. Fixes issue 10626. by Brian Quinlan · 14 years ago
  28. fb1720b Fix "seperate". by Georg Brandl · 14 years ago
  29. 3ec6018 Removes an inefficient spin loop in as_completed by Brian Quinlan · 14 years ago
  30. 1e2ae4f Fixes 9903: test_concurrent_futures writes on stderr by Brian Quinlan · 14 years ago
  31. 81c4d36 Initial implementation of PEP 3148 by Brian Quinlan · 14 years ago