1. 6fcb69d Fix trivial typo in multiprocessing documentation (GH-2930) by Yuval Langer · 7 years ago
  2. ba75af7 bpo-30794: added kill() method to multiprocessing.Process (#2528) by Vitor Pereira · 7 years ago
  3. 13e96cc Fix bpo-30596: Add close() method to multiprocessing.Process (#2010) by Antoine Pitrou · 7 years ago
  4. 5619ab2 doc: Fix small typos in library/multiprocessing (GH-698) by Sylvain Bellemare · 8 years ago
  5. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  6. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  7. de10dbe Issue #10673: Merge from 3.5 by Berker Peksag · 8 years ago
  8. a24d2d8 Issue #10673: Document that Process.exitcode can be used to determine timeout by Berker Peksag · 8 years ago
  9. 86a7668 Fixes issue #6766: Updated multiprocessing Proxy Objects to support nesting by Davin Potts · 8 years ago
  10. 89f27e5 Merge from 3.5 by Berker Peksag · 8 years ago
  11. 00eaa8a Use exc role for ValueError in multiprocessing.rst by Berker Peksag · 8 years ago
  12. db287b5 Issue #27221: Merge from 3.5 by Berker Peksag · 8 years ago
  13. 0b19e1e Issue #27221: Delete an outdated paragraph about pickle support of Process by Berker Peksag · 8 years ago
  14. 4da945f Merge Issue #22558. by Terry Jan Reedy · 8 years ago
  15. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  16. e501a93 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  17. 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 8 years ago
  18. 4ecfa45 Expand abbreviations FIFO and LIFO. by Serhiy Storchaka · 8 years ago
  19. c499f30 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  20. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  21. a6d865c Issue #25654: by Victor Stinner · 9 years ago
  22. 2e15d60 Issue #18620: Improve Pool examples in multiprocessing documentation by Berker Peksag · 9 years ago
  23. 7405c16 Issue #18620: Improve Pool examples in multiprocessing documentation by Berker Peksag · 9 years ago
  24. 316fcc8 merge from 3.5 by Senthil Kumaran · 9 years ago
  25. 6a0514e issue25982 - Add a class definition for managers.Namespace in the multiprocessing docs. by Senthil Kumaran · 9 years ago
  26. d56e67e Issue #5501: Clarify that invoking freeze_support() on non-Windows platforms has no effect by Berker Peksag · 9 years ago
  27. 94541f4 Issue #5501: Clarify that invoking freeze_support() on non-Windows platforms has no effect by Berker Peksag · 9 years ago
  28. e56a919 Issue #25523: Merge a-to-an corrections from 3.5 by Martin Panter · 9 years ago
  29. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  30. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  31. 430f657 Issue #25161: Merge full stops from 3.5 by Martin Panter · 9 years ago
  32. 84835ab Issue #25161: Merge full stops from 3.4 into 3.5 by Martin Panter · 9 years ago
  33. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
  34. 33ffc05 Issue #23484: Document differences between synchronization primitives of by Berker Peksag · 9 years ago
  35. 64c8bef Issue #23484: Document differences between synchronization primitives of by Berker Peksag · 9 years ago
  36. 407c497 Issue #23484: Document differences between synchronization primitives of by Berker Peksag · 9 years ago
  37. ad8dcb7 Issue #25169: os.getppid() is available on Windows since Python 3.2. by Berker Peksag · 9 years ago
  38. b216896 Issue #25169: os.getppid() is available on Windows since Python 3.2. by Berker Peksag · 9 years ago
  39. 44e4b11 Issue #25169: os.getppid() is available on Windows since Python 3.2. by Berker Peksag · 9 years ago
  40. 233cdb3 Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  41. 153627c Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  42. 0424eaf Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  43. dc87e4b Issue #23530: Improve os.cpu_count() description. Patch by Julian Taylor. by Charles-François Natali · 9 years ago
  44. 291d7b0 Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available. by Berker Peksag · 10 years ago
  45. 7ecfc82 Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available. by Berker Peksag · 10 years ago
  46. b2c2dc3 Regenerated pydoc topics and minor doc fixes for 3.5.0a3. by Larry Hastings · 10 years ago
  47. a60c2fe Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 10 years ago
  48. c2ccce7 Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 10 years ago
  49. 2cae11e Issue #22952: improve multiprocessing doc introduction and defer notes until appropriate. by Antoine Pitrou · 10 years ago
  50. 73dd030 Issue #22952: improve multiprocessing doc introduction and defer notes until appropriate. by Antoine Pitrou · 10 years ago
  51. 93a56cd Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
  52. 4d2aba3 Merge with 3.4 by Zachary Ware · 10 years ago
  53. 7280561 Fix a few typo/grammar issues in the multiprocessing docs. by Zachary Ware · 10 years ago
  54. 131caba Revert #22251 by Berker Peksag · 10 years ago
  55. 9c1dba2 Revert #22251 by Berker Peksag · 10 years ago
  56. f7fee33 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 10 years ago
  57. 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 10 years ago
  58. 6b4c847 Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
  59. dd6507e Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 10 years ago
  60. 1486799 Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 10 years ago
  61. ed82613 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  62. 9f5388f Fix doc example bug reported on python-list by Akshay Verma. by Terry Jan Reedy · 10 years ago
  63. 09db75f Merge 3.4 by Andrew Svetlov · 10 years ago
  64. ee750d8 Use try-finally idiom in example for locks in multiprocessing by Andrew Svetlov · 10 years ago
  65. a924fc7 Issue #21565: multiprocessing: use contex-manager protocol for synchronization by Charles-François Natali · 10 years ago
  66. df48b97 Fix a few scoping issues with versionadded/versionchanged directives. by Georg Brandl · 11 years ago
  67. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  68. ac18622 Add links to discussion of multiprocessing spawn/forkserver feature. by R David Murray · 11 years ago
  69. cfac518 Merge. by Richard Oudkerk · 11 years ago
  70. edcf8da Issue 16998: Clarify that += on a shared value is not atomic. by Richard Oudkerk · 11 years ago
  71. 325a1c2 Fix markup errors in the docs and amend suspicious ignores. by Georg Brandl · 11 years ago
  72. 186729e merge with 3.3 by Georg Brandl · 11 years ago
  73. b1694cf Issue #18999: Make multiprocessing use context objects. by Richard Oudkerk · 11 years ago
  74. 213ef6e Closes #19200: small grammar fix in multiprocessing docs. Thanks to Elazar Gershuni. by Georg Brandl · 11 years ago
  75. 96d5c54 Issue #18757: Improved cross-references in the concurrent package. by Serhiy Storchaka · 11 years ago
  76. 9e0ae53 Issue #18757: Improved cross-references in the concurrent package. by Serhiy Storchaka · 11 years ago
  77. 84ed9a6 Issue #8713: Support alternative start methods in multiprocessing on Unix. by Richard Oudkerk · 11 years ago
  78. 771b961 Issue #14206: Clarify docs for Queue.join_cancel_thread(). by Richard Oudkerk · 11 years ago
  79. d7d3f37 Issue #14206: Clarify docs for Queue.join_cancel_thread(). by Richard Oudkerk · 11 years ago
  80. b0be624 Issue #17273: Clarify that pool methods can only be used by parent process. by Richard Oudkerk · 11 years ago
  81. b3c4b98 Issue #17273: Clarify that pool methods can only be used by parent process. by Richard Oudkerk · 11 years ago
  82. 37cfb0a Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() where by Charles-François Natali · 11 years ago
  83. 9d89ae6 Merge. by Richard Oudkerk · 11 years ago
  84. 2b310dd Fix typo. by Richard Oudkerk · 11 years ago
  85. 93b736e Merge. by Richard Oudkerk · 11 years ago
  86. 7b69da7 Clarify note and fix typo. by Richard Oudkerk · 11 years ago
  87. 71e7dbd Issue #15818: Merge. by Richard Oudkerk · 11 years ago
  88. 64c25b4 Issue #15818: Typo in docs. by Richard Oudkerk · 11 years ago
  89. 35d0553 Issue #18277: Merge. by Richard Oudkerk · 11 years ago
  90. 95fe1a7 Issue #18277: Document quirks of multiprocessing queue. by Richard Oudkerk · 11 years ago
  91. 44feda3 Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an by Charles-Francois Natali · 11 years ago
  92. c228e96 #16518: use "bytes-like object" throughout the docs. by Ezio Melotti · 11 years ago
  93. c09959a #17635: fix wrong function name in multiprocessing docs. by Ezio Melotti · 12 years ago
  94. 20d1924 #17364: merge with 3.2. by Ezio Melotti · 12 years ago
  95. 33e20d1 #17364: remove documentation for a function that does not exist. by Ezio Melotti · 12 years ago
  96. 23089ab Fix typo in multiprocessing documentation, thanks to Dmitry Tolstoy from docs@ by Andrew Svetlov · 12 years ago
  97. ace5162 starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup. by R David Murray · 12 years ago
  98. ef4d286 #10968: commit threading doc changes and corresponding whatsnew entry. by R David Murray · 12 years ago
  99. 8429b67 #15831: merge with 3.2 by Ezio Melotti · 12 years ago
  100. e0add76 #15831: document multiple signatures on different lines. Patch by Chris Jerdonek. by Ezio Melotti · 12 years ago