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