1. 687af44 Fix typo in Lib/concurrent/futures/thread.py (GH-13953) by Miss Islington (bot) · 5 years ago
  2. 9a7e5b1 bpo-35279: reduce default max_workers of ThreadPoolExecutor (GH-13618) by Inada Naoki · 5 years ago
  3. 904e34d bpo-24882: Let ThreadPoolExecutor reuse idle threads before creating new thread (#6375) by Sean · 5 years ago
  4. 2a3a2ec bpo-33110: Catch errors raised when running add_done_callback on already completed futures (GH-13141) by Sam Martin · 5 years ago
  5. 3988986 bpo-26903: Limit ProcessPoolExecutor to 61 workers on Windows (GH-13132) by Brian Quinlan · 5 years ago
  6. f7bda5c Don't import wait from connection, it shadows a name (GH-13112) by Brian Quinlan · 5 years ago
  7. d53cf99 bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705) by Serhiy Storchaka · 5 years ago
  8. f938d8b Correct grammar in concurrent/futures/process.py docstring (GH-12761) by Thomas Grainger · 5 years ago
  9. 42a139e bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637) by Serhiy Storchaka · 5 years ago
  10. 962bdea bpo-35715: Liberate return value of _process_worker (GH-11514) by Dave Chevell · 5 years ago
  11. 34fd4c2 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) by Serhiy Storchaka · 6 years ago
  12. a94ee12 bpo-34819: Use a monotonic clock to compute timeouts in concurrent.futures (GH-9599) by orlnub123 · 6 years ago
  13. 0a28c0d bpo-33238: Add InvalidStateError to concurrent.futures. (GH-7056) by jhaydaman · 6 years ago
  14. c4b695f bpo-33097: Fix submit accepting callable after executor shutdown by interpreter exit (GH-6144) by Mark Nemec · 6 years ago
  15. 095ee41 bpo-33056 FIX leaking fd in concurrent.futures.ProcessPoolExecutor (#6084) by Thomas Moreau · 6 years ago
  16. 4666ec5 bpo-32596: Make lazy-load portable (GH-5316) by INADA Naoki · 7 years ago
  17. 6690bb9 bpo-32596: Lazy import concurrent.futures.process and thread (GH-5241) by INADA Naoki · 7 years ago
  18. ab74504 bpo-32576: use queue.SimpleQueue in critical places (#5216) by Antoine Pitrou · 7 years ago
  19. 94459fd bpo-31699 Deadlocks in `concurrent.futures.ProcessPoolExecutor` with pickling error (#3895) by Thomas Moreau · 7 years ago
  20. 63ff413 bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor (#4241) by Antoine Pitrou · 7 years ago
  21. e8c368d bpo-31540: Allow passing multiprocessing context to ProcessPoolExecutor (#3682) by Thomas Moreau · 7 years ago
  22. 574562c bpo-31641: Allow arbitrary iterables in `concurrent.futures.as_completed()` (#3830) by Łukasz Langa · 7 years ago
  23. 2ef3760 Fix a c.f.as_completed() refleak previously introduced in bpo-27144 (#3270) by Antoine Pitrou · 7 years ago
  24. b713adf bpo-31326: ProcessPoolExecutor waits for the call queue thread (#3265) by Victor Stinner · 7 years ago
  25. 97e1b1c bpo-27144: concurrent.futures as_complete and map iterators do not keep reference to returned object (#1560) by Grzegorz Grzywacz · 7 years ago
  26. bc61315 bpo-31249: Fix ref cycle in ThreadPoolExecutor (#3178) by Victor Stinner · 7 years ago
  27. a3d91b4 bpo-29212: Fix the ugly repr() ThreadPoolExecutor thread name. (#2315) by Gregory P. Smith · 7 years ago
  28. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  29. 50abe87 Issue #27664: Add to concurrent.futures.thread.ThreadPoolExecutor() by Gregory P. Smith · 8 years ago
  30. d2ad571 Issue #25523: Further a-to-an corrections new in 3.5 by Martin Panter · 9 years ago
  31. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  32. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  33. 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
  34. 4aae276 Issue #11271: concurrent.futures.Executor.map() now takes a *chunksize* by Antoine Pitrou · 10 years ago
  35. cfd4661 Closes #21527: Add default number of workers to ThreadPoolExecutor. (Claudiu Popa.) by Guido van Rossum · 10 years ago
  36. 465e60e Issue #22033: Reprs of most Python implemened classes now contain actual by Serhiy Storchaka · 10 years ago
  37. 20efceb Issue #21362: concurrent.futures does not validate that max_workers is proper by Brian Quinlan · 10 years ago
  38. 2b754f4 Issue #20319: concurrent.futures.wait() can block forever even if Futures have completed by Brian Quinlan · 10 years ago
  39. e6994ff Fix issue #20367: concurrent.futures.as_completed() for duplicate arguments. by Guido van Rossum · 11 years ago
  40. 1f2eaa9 Fix import of SimpleQueue. by Richard Oudkerk · 11 years ago
  41. e0c6916 #18741: merge with 3.3. by Ezio Melotti · 11 years ago
  42. b5bc353 #18741: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  43. 37cfb0a Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() where by Charles-François Natali · 11 years ago
  44. 16b5c13 Merge 3.3, issue #17047: remove doubled words found in 2.7 to by Terry Jan Reedy · 11 years ago
  45. 98472b8 Merge 3.2, issue #17047: remove doubled words found in 2.7 to by Terry Jan Reedy · 11 years ago
  46. c30b7b1 Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 11 years ago
  47. c9d504f Fix docstring typo in concurrent.futures.Future by Eli Bendersky · 12 years ago
  48. 6a56b8a Fix docstring typo in concurrent.futures.Future by Eli Bendersky · 12 years ago
  49. 6b97374 Issue #16284: Prevent keeping unnecessary references to worker functions in concurrent.futures ThreadPoolExecutor. by Andrew Svetlov · 12 years ago
  50. 5ee2404 Fix concurrent.futures docstring typo: "Request Q" -> "Result Q". by Mark Dickinson · 12 years ago
  51. 4993cc0 utilize yield from by Philip Jenvey · 12 years ago
  52. a26ad5a #15015: Fix accessing an non-existing attribute. by Brian Quinlan · 12 years ago
  53. 8b34b53 Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when=ALL_COMPLETED)`. by Antoine Pitrou · 12 years ago
  54. f70401e Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when=ALL_COMPLETED)`. by Antoine Pitrou · 12 years ago
  55. bdb1cf1 Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. by Antoine Pitrou · 12 years ago
  56. 66e2fb6 Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor. by Ross Lagerwall · 13 years ago
  57. 69f39a5 Merge with 3.2 for #12364. by Ross Lagerwall · 13 years ago
  58. 04842a8 Remove unused or redundant imports in concurrent.futures and multiprocessing. by Florent Xicluna · 13 years ago
  59. 0b44795 Close the call queue in concurrent.futures.ProcessPoolExecutor when by Antoine Pitrou · 13 years ago
  60. dc19c24 Silence spurious "broken pipe" tracebacks when shutting down a ProcessPoolExecutor. by Antoine Pitrou · 13 years ago
  61. d06a065 Fix potential resource leaks in concurrent.futures.ProcessPoolExecutor by Antoine Pitrou · 13 years ago
  62. 1c405b3 Followup to 51c1f2cedb96 (and issue #12456): by Antoine Pitrou · 13 years ago
  63. 020436b Issue #12456: fix a possible hang on shutdown of a concurrent.futures.ProcessPoolExecutor. by Antoine Pitrou · 13 years ago
  64. dd69649 Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed by Antoine Pitrou · 13 years ago
  65. 441f935 Fix typo in name of private function by Antoine Pitrou · 13 years ago
  66. b87a56a Fix typo in name of private function by Antoine Pitrou · 13 years ago
  67. b7877f2 Issue #11815: Use a light-weight SimpleQueue for the result queue in concurrent.futures.ProcessPoolExecutor. by Antoine Pitrou · 13 years ago
  68. 3fdd9b6 Issue #11815: Remove dead code in concurrent.futures (since a blocking Queue by Antoine Pitrou · 13 years ago
  69. 27be5da Issue #11815: Remove dead code in concurrent.futures (since a blocking Queue by Antoine Pitrou · 13 years ago
  70. f007876 Issue #11777: Executor.map does not submit futures until iter.next() is called by Brian Quinlan · 13 years ago
  71. c13d454 Issue #11635: Don't use polling in worker threads and processes launched by by Antoine Pitrou · 13 years ago
  72. 9f6d48b Issue #10798: Reject supporting concurrent.futures if the system has by Martin v. Löwis · 14 years ago
  73. 251cc84 Does not install a logging handler. Fixes issue 10626. by Brian Quinlan · 14 years ago
  74. fb1720b Fix "seperate". by Georg Brandl · 14 years ago
  75. 3ec6018 Removes an inefficient spin loop in as_completed by Brian Quinlan · 14 years ago
  76. 1e2ae4f Fixes 9903: test_concurrent_futures writes on stderr by Brian Quinlan · 14 years ago
  77. 81c4d36 Initial implementation of PEP 3148 by Brian Quinlan · 14 years ago