1. 84ebcf2 bpo-17140: Document multiprocessing's ThreadPool (GH-23812) by Matt Wozniski · 4 years, 8 months ago
  2. 4b44472 Fix multiprocessing markup (GH-23525) by Andre Delfino · 4 years, 9 months ago
  3. 6edf06b bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400) by ArioA · 4 years, 9 months ago
  4. b260635 Add missing word (GH-21936) by Mason · 5 years ago
  5. bb0b085 bpo-40204: Fix reference to terms in the doc (GH-21865) by Victor Stinner · 5 years ago
  6. f9bf015 Simple Documentation fix: Missing link to return type class. (GH-21291) by Volker-Weissmann · 5 years ago
  7. a355a06 Fix typo in multiprocessing documentation (GH-20016) by Joe DeCapo · 5 years ago
  8. 9adccc1 bpo-30966: Add multiprocessing.SimpleQueue.close() (GH-19735) by Victor Stinner · 5 years ago
  9. 7ec43a7 bpo-38501: Add a warning section to multiprocessing.Pool docs about resource managing (GH-19466) by Pablo Galindo · 5 years ago
  10. dc0284e Fix typo in multiprocessing.pool.AsyncResult.successful doc. (GH-17932) by Antoine · 6 years ago
  11. eb48a45 bpo-27873: Update docstring for multiprocessing.Pool.map (GH-17436) by An Long · 6 years ago
  12. 1e77ab0 bpo-33725, multiprocessing doc: rephase warning against fork on macOS (GH-13841) by Victor Stinner · 6 years ago
  13. d4cf099 Fix documentation (GH-13721) by Benjamin Yeh · 6 years ago
  14. 17a5588 bpo-33725: multiprocessing uses spawn by default on macOS (GH-13603) by Victor Stinner · 6 years ago
  15. c09a9f5 bpo-36888: Add multiprocessing.parent_process() (GH-13247) by Thomas Moreau · 6 years ago
  16. 50466c6 bpo-36867: DOC update multiprocessing.rst (GH-13289) by Pierre Glaser · 6 years ago
  17. d9bd8ec Doc: Fix inconsistency in multiprocessing (GH-12273) by Julien Palard · 6 years ago
  18. 3bab40d bpo-34134: Advise to use imap or imap_unordered when handling long iterables. (gh-8324) by Windson yang · 7 years ago
  19. bab4bbb bpo-32146: Add documentation about frozen executables on Unix (GH-5850) by Bo Bayles · 7 years ago
  20. 7acd50a bpo-35491: Enhance multiprocessing.BaseProcess.__repr__() (GH-11138) by Victor Stinner · 7 years ago
  21. 0461704 bpo-22872: multiprocessing.Queue's put() and get() now raise ValueError if the queue is closed. (GH-9010) by Zackery Spytz · 7 years ago
  22. 859c068 bpo-34962: make doctest in Doc/ now passes, and is enforced in CI (GH-9806) by Stéphane Wirtel · 7 years ago
  23. 5e92265 bpo-34605: Avoid master/slave terms (GH-9101) by Victor Stinner · 7 years ago
  24. 9f3535c bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223) by Bo Bayles · 7 years ago
  25. c172fc5 bpo-32051: Fix name shadowing in multiprocessing docs (GH-4469) by Jason Yang · 8 years ago
  26. 8c663fd Replace KB unit with KiB (#4293) by Victor Stinner · 8 years ago
  27. 1e5d54c bpo-31965: fix doc for multiprocessing.connection.Client and Listener (#4304) by Jelle Zijlstra · 8 years ago
  28. 1122575 bpo-31304: Update starmap_async documentation. (GH-4168) by Pablo Galindo · 8 years ago
  29. 6fcb69d Fix trivial typo in multiprocessing documentation (GH-2930) by Yuval Langer · 8 years ago
  30. ba75af7 bpo-30794: added kill() method to multiprocessing.Process (#2528) by Vitor Pereira · 8 years ago
  31. 13e96cc Fix bpo-30596: Add close() method to multiprocessing.Process (#2010) by Antoine Pitrou · 8 years ago
  32. 5619ab2 doc: Fix small typos in library/multiprocessing (GH-698) by Sylvain Bellemare · 8 years ago
  33. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 9 years ago
  34. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 9 years ago
  35. de10dbe Issue #10673: Merge from 3.5 by Berker Peksag · 9 years ago
  36. a24d2d8 Issue #10673: Document that Process.exitcode can be used to determine timeout by Berker Peksag · 9 years ago
  37. 86a7668 Fixes issue #6766: Updated multiprocessing Proxy Objects to support nesting by Davin Potts · 9 years ago
  38. 89f27e5 Merge from 3.5 by Berker Peksag · 9 years ago
  39. 00eaa8a Use exc role for ValueError in multiprocessing.rst by Berker Peksag · 9 years ago
  40. db287b5 Issue #27221: Merge from 3.5 by Berker Peksag · 9 years ago
  41. 0b19e1e Issue #27221: Delete an outdated paragraph about pickle support of Process by Berker Peksag · 9 years ago
  42. 4da945f Merge Issue #22558. by Terry Jan Reedy · 9 years ago
  43. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 9 years ago
  44. e501a93 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 9 years ago
  45. 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 9 years ago
  46. 4ecfa45 Expand abbreviations FIFO and LIFO. by Serhiy Storchaka · 9 years ago
  47. c499f30 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 9 years ago
  48. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 9 years ago
  49. a6d865c Issue #25654: by Victor Stinner · 9 years ago
  50. 2e15d60 Issue #18620: Improve Pool examples in multiprocessing documentation by Berker Peksag · 10 years ago
  51. 7405c16 Issue #18620: Improve Pool examples in multiprocessing documentation by Berker Peksag · 10 years ago
  52. 316fcc8 merge from 3.5 by Senthil Kumaran · 10 years ago
  53. 6a0514e issue25982 - Add a class definition for managers.Namespace in the multiprocessing docs. by Senthil Kumaran · 10 years ago
  54. d56e67e Issue #5501: Clarify that invoking freeze_support() on non-Windows platforms has no effect by Berker Peksag · 10 years ago
  55. 94541f4 Issue #5501: Clarify that invoking freeze_support() on non-Windows platforms has no effect by Berker Peksag · 10 years ago
  56. e56a919 Issue #25523: Merge a-to-an corrections from 3.5 by Martin Panter · 10 years ago
  57. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 10 years ago
  58. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 10 years ago
  59. 430f657 Issue #25161: Merge full stops from 3.5 by Martin Panter · 10 years ago
  60. 84835ab Issue #25161: Merge full stops from 3.4 into 3.5 by Martin Panter · 10 years ago
  61. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 10 years ago
  62. 33ffc05 Issue #23484: Document differences between synchronization primitives of by Berker Peksag · 10 years ago
  63. 64c8bef Issue #23484: Document differences between synchronization primitives of by Berker Peksag · 10 years ago
  64. 407c497 Issue #23484: Document differences between synchronization primitives of by Berker Peksag · 10 years ago
  65. ad8dcb7 Issue #25169: os.getppid() is available on Windows since Python 3.2. by Berker Peksag · 10 years ago
  66. b216896 Issue #25169: os.getppid() is available on Windows since Python 3.2. by Berker Peksag · 10 years ago
  67. 44e4b11 Issue #25169: os.getppid() is available on Windows since Python 3.2. by Berker Peksag · 10 years ago
  68. 233cdb3 Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 10 years ago
  69. 153627c Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 10 years ago
  70. 0424eaf Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 10 years ago
  71. dc87e4b Issue #23530: Improve os.cpu_count() description. Patch by Julian Taylor. by Charles-François Natali · 10 years ago
  72. 291d7b0 Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available. by Berker Peksag · 10 years ago
  73. 7ecfc82 Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available. by Berker Peksag · 10 years ago
  74. b2c2dc3 Regenerated pydoc topics and minor doc fixes for 3.5.0a3. by Larry Hastings · 10 years ago
  75. a60c2fe Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 10 years ago
  76. c2ccce7 Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 10 years ago
  77. 2cae11e Issue #22952: improve multiprocessing doc introduction and defer notes until appropriate. by Antoine Pitrou · 11 years ago
  78. 73dd030 Issue #22952: improve multiprocessing doc introduction and defer notes until appropriate. by Antoine Pitrou · 11 years ago
  79. 93a56cd Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 11 years ago
  80. 4d2aba3 Merge with 3.4 by Zachary Ware · 11 years ago
  81. 7280561 Fix a few typo/grammar issues in the multiprocessing docs. by Zachary Ware · 11 years ago
  82. 131caba Revert #22251 by Berker Peksag · 11 years ago
  83. 9c1dba2 Revert #22251 by Berker Peksag · 11 years ago
  84. f7fee33 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 11 years ago
  85. 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 11 years ago
  86. 6b4c847 Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 11 years ago
  87. dd6507e Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 11 years ago
  88. 1486799 Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 11 years ago
  89. ed82613 Merge with 3.4 by Terry Jan Reedy · 11 years ago
  90. 9f5388f Fix doc example bug reported on python-list by Akshay Verma. by Terry Jan Reedy · 11 years ago
  91. 09db75f Merge 3.4 by Andrew Svetlov · 11 years ago
  92. ee750d8 Use try-finally idiom in example for locks in multiprocessing by Andrew Svetlov · 11 years ago
  93. a924fc7 Issue #21565: multiprocessing: use contex-manager protocol for synchronization by Charles-François Natali · 11 years ago
  94. df48b97 Fix a few scoping issues with versionadded/versionchanged directives. by Georg Brandl · 11 years ago
  95. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  96. ac18622 Add links to discussion of multiprocessing spawn/forkserver feature. by R David Murray · 12 years ago
  97. cfac518 Merge. by Richard Oudkerk · 12 years ago
  98. edcf8da Issue 16998: Clarify that += on a shared value is not atomic. by Richard Oudkerk · 12 years ago
  99. 325a1c2 Fix markup errors in the docs and amend suspicious ignores. by Georg Brandl · 12 years ago
  100. 186729e merge with 3.3 by Georg Brandl · 12 years ago