1. cfd4661 Closes #21527: Add default number of workers to ThreadPoolExecutor. (Claudiu Popa.) by Guido van Rossum · 10 years ago
  2. 20efceb Issue #21362: concurrent.futures does not validate that max_workers is proper by Brian Quinlan · 10 years ago
  3. 6b97374 Issue #16284: Prevent keeping unnecessary references to worker functions in concurrent.futures ThreadPoolExecutor. by Andrew Svetlov · 12 years ago
  4. 04842a8 Remove unused or redundant imports in concurrent.futures and multiprocessing. by Florent Xicluna · 13 years ago
  5. 27be5da Issue #11815: Remove dead code in concurrent.futures (since a blocking Queue by Antoine Pitrou · 13 years ago
  6. c13d454 Issue #11635: Don't use polling in worker threads and processes launched by by Antoine Pitrou · 13 years ago
  7. 81c4d36 Initial implementation of PEP 3148 by Brian Quinlan · 14 years ago