1. dc19c24 Silence spurious "broken pipe" tracebacks when shutting down a ProcessPoolExecutor. by Antoine Pitrou · 13 years ago
  2. d06a065 Fix potential resource leaks in concurrent.futures.ProcessPoolExecutor by Antoine Pitrou · 13 years ago
  3. 1c405b3 Followup to 51c1f2cedb96 (and issue #12456): by Antoine Pitrou · 13 years ago
  4. 020436b Issue #12456: fix a possible hang on shutdown of a concurrent.futures.ProcessPoolExecutor. by Antoine Pitrou · 13 years ago
  5. dd69649 Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed by Antoine Pitrou · 13 years ago
  6. 441f935 Fix typo in name of private function by Antoine Pitrou · 13 years ago
  7. b87a56a Fix typo in name of private function by Antoine Pitrou · 13 years ago
  8. b7877f2 Issue #11815: Use a light-weight SimpleQueue for the result queue in concurrent.futures.ProcessPoolExecutor. by Antoine Pitrou · 13 years ago
  9. 3fdd9b6 Issue #11815: Remove dead code in concurrent.futures (since a blocking Queue by Antoine Pitrou · 13 years ago
  10. 27be5da Issue #11815: Remove dead code in concurrent.futures (since a blocking Queue by Antoine Pitrou · 13 years ago
  11. f007876 Issue #11777: Executor.map does not submit futures until iter.next() is called by Brian Quinlan · 13 years ago
  12. c13d454 Issue #11635: Don't use polling in worker threads and processes launched by by Antoine Pitrou · 13 years ago
  13. 9f6d48b Issue #10798: Reject supporting concurrent.futures if the system has by Martin v. Löwis · 14 years ago
  14. 251cc84 Does not install a logging handler. Fixes issue 10626. by Brian Quinlan · 14 years ago
  15. fb1720b Fix "seperate". by Georg Brandl · 14 years ago
  16. 3ec6018 Removes an inefficient spin loop in as_completed by Brian Quinlan · 14 years ago
  17. 1e2ae4f Fixes 9903: test_concurrent_futures writes on stderr by Brian Quinlan · 14 years ago
  18. 81c4d36 Initial implementation of PEP 3148 by Brian Quinlan · 14 years ago