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. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  4. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  5. 1285c9b Issue #21817: When an exception is raised in a task submitted to a ProcessPoolExecutor, the remote traceback is now displayed in the parent process. by Antoine Pitrou · 10 years ago
  6. 4aae276 Issue #11271: concurrent.futures.Executor.map() now takes a *chunksize* by Antoine Pitrou · 10 years ago
  7. cfd4661 Closes #21527: Add default number of workers to ThreadPoolExecutor. (Claudiu Popa.) by Guido van Rossum · 10 years ago
  8. 475a476 Eliminate DeprecationWarning in test_concurrent_futures. by R David Murray · 10 years ago
  9. 20efceb Issue #21362: concurrent.futures does not validate that max_workers is proper by Brian Quinlan · 10 years ago
  10. e6994ff Fix issue #20367: concurrent.futures.as_completed() for duplicate arguments. by Guido van Rossum · 11 years ago
  11. 355dda8 Issue #14407: Fix unittest test discovery in test_concurrent_futures. by Antoine Pitrou · 11 years ago
  12. 9816a1e Issue #14407: Fix unittest test discovery in test_concurrent_futures. by Antoine Pitrou · 11 years ago
  13. 6b97374 Issue #16284: Prevent keeping unnecessary references to worker functions in concurrent.futures ThreadPoolExecutor. by Andrew Svetlov · 12 years ago
  14. 8b34b53 Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when=ALL_COMPLETED)`. by Antoine Pitrou · 12 years ago
  15. f70401e Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when=ALL_COMPLETED)`. by Antoine Pitrou · 12 years ago
  16. 66e2fb6 Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor. by Ross Lagerwall · 13 years ago
  17. 69f39a5 Merge with 3.2 for #12364. by Ross Lagerwall · 13 years ago
  18. 6b4883d PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. by Antoine Pitrou · 13 years ago
  19. d06a065 Fix potential resource leaks in concurrent.futures.ProcessPoolExecutor by Antoine Pitrou · 13 years ago
  20. 8f62905 Make sure to reap worker threads and processes at the end of test_concurrent_futures by Antoine Pitrou · 13 years ago
  21. 9470ab4 Make sure to reap worker threads and processes at the end of test_concurrent_futures by Antoine Pitrou · 13 years ago
  22. 020436b Issue #12456: fix a possible hang on shutdown of a concurrent.futures.ProcessPoolExecutor. by Antoine Pitrou · 13 years ago
  23. dd69649 Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed by Antoine Pitrou · 13 years ago
  24. 1ae2998 Increases some test timeouts to fix issue 11864. by Brian Quinlan · 13 years ago
  25. f007876 Issue #11777: Executor.map does not submit futures until iter.next() is called by Brian Quinlan · 13 years ago
  26. aebac0b Add tests for the atexit hook in concurrent.futures (part of #11635) by Antoine Pitrou · 14 years ago
  27. 8e5e942 Use shorter timings in test_concurrent_futures to make it a bit faster by Antoine Pitrou · 14 years ago
  28. 1d1df82 Removes the 'Call' class which is used to control execution order and is unreliable on Windows by Brian Quinlan · 14 years ago
  29. 23eaa70 Skip hanging test. by Martin v. Löwis · 14 years ago
  30. 9f6d48b Issue #10798: Reject supporting concurrent.futures if the system has by Martin v. Löwis · 14 years ago
  31. 251cc84 Does not install a logging handler. Fixes issue 10626. by Brian Quinlan · 14 years ago
  32. 291151b Assign closed handles to None to make errors more obvious if they are used. by Brian Quinlan · 14 years ago
  33. a3015a6 Better reporting of test failures on Windows. by Brian Quinlan · 14 years ago
  34. ed3a7d2 #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. by Ezio Melotti · 14 years ago
  35. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  36. b304d0b Fixes a timing-related failure on Windows (issue 10183) by Brian Quinlan · 14 years ago
  37. 2e598fa test_concurrent_futures: remove temporary hack by Victor Stinner · 14 years ago
  38. 7322fcf test_concurrent_futures: dump ulimit -a to check a failure on x86 FreeBSD 7.2 3.x, buildbot by Victor Stinner · 14 years ago
  39. 1e2ae4f Fixes 9903: test_concurrent_futures writes on stderr by Brian Quinlan · 14 years ago
  40. 81c4d36 Initial implementation of PEP 3148 by Brian Quinlan · 14 years ago