1. dc19c24 Silence spurious "broken pipe" tracebacks when shutting down a ProcessPoolExecutor. by Antoine Pitrou · 14 years ago
  2. d06a065 Fix potential resource leaks in concurrent.futures.ProcessPoolExecutor by Antoine Pitrou · 14 years ago
  3. 1c405b3 Followup to 51c1f2cedb96 (and issue #12456): by Antoine Pitrou · 14 years ago
  4. 020436b Issue #12456: fix a possible hang on shutdown of a concurrent.futures.ProcessPoolExecutor. by Antoine Pitrou · 14 years ago
  5. dd69649 Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed by Antoine Pitrou · 14 years ago
  6. 441f935 Fix typo in name of private function by Antoine Pitrou · 14 years ago
  7. b87a56a Fix typo in name of private function by Antoine Pitrou · 14 years ago
  8. b7877f2 Issue #11815: Use a light-weight SimpleQueue for the result queue in concurrent.futures.ProcessPoolExecutor. by Antoine Pitrou · 14 years ago
  9. 27be5da Issue #11815: Remove dead code in concurrent.futures (since a blocking Queue by Antoine Pitrou · 14 years ago
  10. c13d454 Issue #11635: Don't use polling in worker threads and processes launched by by Antoine Pitrou · 14 years ago
  11. 9f6d48b Issue #10798: Reject supporting concurrent.futures if the system has by Martin v. Löwis · 14 years ago
  12. fb1720b Fix "seperate". by Georg Brandl · 15 years ago
  13. 81c4d36 Initial implementation of PEP 3148 by Brian Quinlan · 15 years ago