1. 0a28c0d bpo-33238: Add InvalidStateError to concurrent.futures. (GH-7056) by jhaydaman · 6 years ago
  2. a7a751d bpo-32306: Clarify c.f.Executor.map() documentation (#4947) by Antoine Pitrou · 7 years ago
  3. 63ff413 bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor (#4241) by Antoine Pitrou · 7 years ago
  4. e8c368d bpo-31540: Allow passing multiprocessing context to ProcessPoolExecutor (#3682) by Thomas Moreau · 7 years ago
  5. 50abe87 Issue #27664: Add to concurrent.futures.thread.ThreadPoolExecutor() by Gregory P. Smith · 8 years ago
  6. fe289c0 Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL by Martin Panter · 8 years ago
  7. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  8. 9e9f850 issue23962 - Reference the correct TimeoutError in concurrent.futures documentation. by Senthil Kumaran · 9 years ago
  9. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  10. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  11. 61ea0aa Issue #25127: Fix typo in concurrent.futures.rst by Berker Peksag · 9 years ago
  12. 0b0c3b6 Issue #25127: Fix typo in concurrent.futures.rst by Berker Peksag · 9 years ago
  13. 556e08e Issue #12955: Change the urlopen() examples to use context managers where appropriate. by Berker Peksag · 9 years ago
  14. 9575e18 Issue #12955: Change the urlopen() examples to use context managers where appropriate. by Berker Peksag · 9 years ago
  15. 9808f73 merge with 3.4 by Georg Brandl · 10 years ago
  16. ce64ced Fix module name. by Georg Brandl · 10 years ago
  17. 4aae276 Issue #11271: concurrent.futures.Executor.map() now takes a *chunksize* by Antoine Pitrou · 10 years ago
  18. cfd4661 Closes #21527: Add default number of workers to ThreadPoolExecutor. (Claudiu Popa.) by Guido van Rossum · 10 years ago
  19. 20efceb Issue #21362: concurrent.futures does not validate that max_workers is proper by Brian Quinlan · 10 years ago
  20. e6994ff Fix issue #20367: concurrent.futures.as_completed() for duplicate arguments. by Guido van Rossum · 11 years ago
  21. 7749cb5 Issue #11161: Update the documentation for ProcessPoolExecutor to note that it will not work in the interactive shell. by bquinlan · 11 years ago
  22. 9e0ae53 Issue #18757: Improved cross-references in the concurrent package. by Serhiy Storchaka · 11 years ago
  23. cca5548 merge with 3.3.1 release clone by Georg Brandl · 11 years ago
  24. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 11 years ago
  25. 0a1bc11 Fix suspicious markup in the docs. by Georg Brandl · 11 years ago
  26. 40c6773 Fix typo in example (pointed out by a couple of people, most recently Ken Rimey) by Nick Coghlan · 12 years ago
  27. d6d5cf3 A dict comprehension is much prettier (thanks Antoine) by Nick Coghlan · 12 years ago
  28. f06ea25 Tweak the threaded example in concurrent.futures by Nick Coghlan · 12 years ago
  29. 143d034 merge 3.2 by Benjamin Peterson · 12 years ago
  30. 7fa8222 Fix links to the __next__ method. by Ezio Melotti · 12 years ago
  31. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  32. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  33. 24d6cc6 Merge 3.2 by Éric Araujo · 13 years ago
  34. 19f9b71 Add a few missing source links from 2.7 and harmonize lib docs headers by Éric Araujo · 13 years ago
  35. dd69649 Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed by Antoine Pitrou · 13 years ago
  36. 7b5011b Wording fix. by Eric Smith · 14 years ago
  37. a199368 More source links. by Raymond Hettinger · 14 years ago
  38. 64a467d Homogenize the "optional OS services" menu by Antoine Pitrou · 14 years ago
  39. fb1720b Fix "seperate". by Georg Brandl · 14 years ago
  40. 916bd38 Fixing some sphinx inline directives - detected using ``make check``. by Senthil Kumaran · 14 years ago
  41. 6faee4e #9911: doc copyedits. by Georg Brandl · 14 years ago
  42. 035cedb Edit concurrent docs, add versionadded and see also reference to the PEP. by Georg Brandl · 14 years ago
  43. c713fc7 edit concurrent.future docs by Benjamin Peterson · 14 years ago
  44. 81c4d36 Initial implementation of PEP 3148 by Brian Quinlan · 14 years ago