1. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  2. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
  3. 407c497 Issue #23484: Document differences between synchronization primitives of by Berker Peksag · 9 years ago
  4. 44e4b11 Issue #25169: os.getppid() is available on Windows since Python 3.2. by Berker Peksag · 9 years ago
  5. 0424eaf Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  6. 7ecfc82 Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available. by Berker Peksag · 9 years ago
  7. a60c2fe Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 9 years ago
  8. 73dd030 Issue #22952: improve multiprocessing doc introduction and defer notes until appropriate. by Antoine Pitrou · 10 years ago
  9. 6b4c847 Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
  10. 7280561 Fix a few typo/grammar issues in the multiprocessing docs. by Zachary Ware · 10 years ago
  11. 9c1dba2 Revert #22251 by Berker Peksag · 10 years ago
  12. 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 10 years ago
  13. 1486799 Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 10 years ago
  14. 9f5388f Fix doc example bug reported on python-list by Akshay Verma. by Terry Jan Reedy · 10 years ago
  15. ee750d8 Use try-finally idiom in example for locks in multiprocessing by Andrew Svetlov · 10 years ago
  16. df48b97 Fix a few scoping issues with versionadded/versionchanged directives. by Georg Brandl · 10 years ago
  17. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  18. ac18622 Add links to discussion of multiprocessing spawn/forkserver feature. by R David Murray · 11 years ago
  19. cfac518 Merge. by Richard Oudkerk · 11 years ago
  20. edcf8da Issue 16998: Clarify that += on a shared value is not atomic. by Richard Oudkerk · 11 years ago
  21. 325a1c2 Fix markup errors in the docs and amend suspicious ignores. by Georg Brandl · 11 years ago
  22. 186729e merge with 3.3 by Georg Brandl · 11 years ago
  23. b1694cf Issue #18999: Make multiprocessing use context objects. by Richard Oudkerk · 11 years ago
  24. 213ef6e Closes #19200: small grammar fix in multiprocessing docs. Thanks to Elazar Gershuni. by Georg Brandl · 11 years ago
  25. 96d5c54 Issue #18757: Improved cross-references in the concurrent package. by Serhiy Storchaka · 11 years ago
  26. 9e0ae53 Issue #18757: Improved cross-references in the concurrent package. by Serhiy Storchaka · 11 years ago
  27. 84ed9a6 Issue #8713: Support alternative start methods in multiprocessing on Unix. by Richard Oudkerk · 11 years ago
  28. 771b961 Issue #14206: Clarify docs for Queue.join_cancel_thread(). by Richard Oudkerk · 11 years ago
  29. d7d3f37 Issue #14206: Clarify docs for Queue.join_cancel_thread(). by Richard Oudkerk · 11 years ago
  30. b0be624 Issue #17273: Clarify that pool methods can only be used by parent process. by Richard Oudkerk · 11 years ago
  31. b3c4b98 Issue #17273: Clarify that pool methods can only be used by parent process. by Richard Oudkerk · 11 years ago
  32. 37cfb0a Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() where by Charles-François Natali · 11 years ago
  33. 9d89ae6 Merge. by Richard Oudkerk · 11 years ago
  34. 2b310dd Fix typo. by Richard Oudkerk · 11 years ago
  35. 93b736e Merge. by Richard Oudkerk · 11 years ago
  36. 7b69da7 Clarify note and fix typo. by Richard Oudkerk · 11 years ago
  37. 71e7dbd Issue #15818: Merge. by Richard Oudkerk · 11 years ago
  38. 64c25b4 Issue #15818: Typo in docs. by Richard Oudkerk · 11 years ago
  39. 35d0553 Issue #18277: Merge. by Richard Oudkerk · 11 years ago
  40. 95fe1a7 Issue #18277: Document quirks of multiprocessing queue. by Richard Oudkerk · 11 years ago
  41. 44feda3 Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an by Charles-Francois Natali · 11 years ago
  42. c228e96 #16518: use "bytes-like object" throughout the docs. by Ezio Melotti · 11 years ago
  43. c09959a #17635: fix wrong function name in multiprocessing docs. by Ezio Melotti · 11 years ago
  44. 20d1924 #17364: merge with 3.2. by Ezio Melotti · 11 years ago
  45. 33e20d1 #17364: remove documentation for a function that does not exist. by Ezio Melotti · 11 years ago
  46. 23089ab Fix typo in multiprocessing documentation, thanks to Dmitry Tolstoy from docs@ by Andrew Svetlov · 12 years ago
  47. ace5162 starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup. by R David Murray · 12 years ago
  48. ef4d286 #10968: commit threading doc changes and corresponding whatsnew entry. by R David Murray · 12 years ago
  49. 8429b67 #15831: merge with 3.2 by Ezio Melotti · 12 years ago
  50. e0add76 #15831: document multiple signatures on different lines. Patch by Chris Jerdonek. by Ezio Melotti · 12 years ago
  51. c3a2c59 Merge by Richard Oudkerk · 12 years ago
  52. b517596 Issue #15901: Change example to use byte string instead of string by Richard Oudkerk · 12 years ago
  53. 67a58cc Merge by Richard Oudkerk · 12 years ago
  54. 264e9ac Issue #14501: Clarify that authentication keys are byte strings by Richard Oudkerk · 12 years ago
  55. 78da3bc Additional fixes to multiprocessing docs (for issue #13686) by Eli Bendersky · 12 years ago
  56. b674dcf Some fixes for the documentation of multiprocessing (per issue #13686) by Eli Bendersky · 12 years ago
  57. c9d2fc3 Merge with 3.2. by Georg Brandl · 12 years ago
  58. 29feb1f Make call of os.getppid() conditional: it is not available on Windows. by Georg Brandl · 12 years ago
  59. 633c4d9 Issue #15064: Use with-blocks for some examples in docs. by Richard Oudkerk · 12 years ago
  60. ac38571 Issue #15064: Make BaseManager.__enter__() start server if necessary. by Richard Oudkerk · 12 years ago
  61. d69cfe8 Issue #15064: Implement context manager protocol for multiprocessing types by Richard Oudkerk · 12 years ago
  62. 3730a17 Issue #14059: Implement multiprocessing.Barrier by Richard Oudkerk · 12 years ago
  63. f0604fd Issue #3518: Remove references to non-existent BaseManager.from_address() method by Richard Oudkerk · 12 years ago
  64. 87ea780 Use Python 3.x-style keyword only arg in Array() by Richard Oudkerk · 12 years ago
  65. fc6accc Remove outdated statements about threading and imports. by Antoine Pitrou · 12 years ago
  66. 59d5404 Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2 by Richard Oudkerk · 12 years ago
  67. 5438ed1 Issue #4892: multiprocessing Connections can now be transferred over multiprocessing Connections. by Antoine Pitrou · 12 years ago
  68. c8ce715 Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt. by Charles-François Natali · 12 years ago
  69. 584fbbb #14535: merge with 3.2. by Ezio Melotti · 12 years ago
  70. f86b28e #14535: fix code highlight in multiprocessing examples. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  71. bdb1cf1 Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. by Antoine Pitrou · 12 years ago
  72. cd77815 Issue #11836: document and expose multiprocessing.SimpleQueue by Sandro Tosi · 12 years ago
  73. 5cb522c Issue #11836: document multiprocessing.queues.SimpleQueue by Sandro Tosi · 12 years ago
  74. 94015f1 merge 3.2 by Benjamin Peterson · 12 years ago
  75. f51ebf9 threading primitives now have timeouts by Benjamin Peterson · 12 years ago
  76. b52e7a9 clarify recv* are blocking operations; thanks to Chris Kogelnik from docs@ by Sandro Tosi · 13 years ago
  77. d08effe Some formatting & grammar fixes for the multiprocessing doc by Eli Bendersky · 13 years ago
  78. 5e60857 merge with 3.2 by Sandro Tosi · 13 years ago
  79. ca6b7a1 Some formatting & grammar fixes for the multiprocessing doc by Eli Bendersky · 13 years ago
  80. de911b2 Issue #12708: Add starmap() and starmap_async() methods (similar to itertools.starmap()) to multiprocessing.Pool. by Antoine Pitrou · 13 years ago
  81. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  82. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  83. 62ab10a0 Replace mentions of IOError by Antoine Pitrou · 13 years ago
  84. 74470b5 merge from 3.2. Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace 'item' with 'obj') in the docs. Patch by Westley Martínez. by Senthil Kumaran · 13 years ago
  85. e969a21 Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace 'item' with 'obj') in the docs. Patch by Westley Martínez. by Senthil Kumaran · 13 years ago
  86. 1a41a41 #12709: merge with 3.2 by Sandro Tosi · 13 years ago
  87. db79e95 #12709: add error_callback argument to map_async documentation by Sandro Tosi · 13 years ago
  88. acd9f7c Issue #11784: Improve multiprocessing.Process.join() documentation. Patch by by Charles-François Natali · 13 years ago
  89. 176f07d Issue #12040: Expose a new attribute `sentinel` on instances of by Antoine Pitrou · 13 years ago
  90. 025691a #11952: merge with 3.2. by Ezio Melotti · 13 years ago
  91. 17797a7 #11952: merge with 3.1. by Ezio Melotti · 13 years ago
  92. 2ee8835 #11952: Fix typo in multiprocessing doc. by Ezio Melotti · 13 years ago
  93. 1331263 Merge from 3.1 by Ross Lagerwall · 13 years ago
  94. 8fea2e6 Issue #10885: Fix multiprocessing docs typo by Ross Lagerwall · 13 years ago
  95. 41b1228 Merge with 3.2 by Ross Lagerwall · 13 years ago
  96. 0bd4deb Issue #6064: Add a `daemon` keyword argument to the threading.Thread by Antoine Pitrou · 13 years ago
  97. fa66d58 Merged revisions 87197-87198 via svnmerge from by Antoine Pitrou · 14 years ago
  98. 64a467d Homogenize the "optional OS services" menu by Antoine Pitrou · 14 years ago
  99. f55aa80 Merged revisions 85820,85823,85825,85840,85843-85845,85849-85851,85855,85867,85875,85907-85908,85911,85914 via svnmerge from by Georg Brandl · 14 years ago
  100. d62ecbf Merged revisions 85728,85731,85735,85766-85771,85773,85777 via svnmerge from by Georg Brandl · 14 years ago