1. a9c9b2c #12709: add error_callback argument to map_async documentation by Sandro Tosi · 14 years ago
  2. 6940e61 #11952: Fix typo in multiprocessing doc. by Ezio Melotti · 14 years ago
  3. a3ed3f0 Issue #10885: Fix multiprocessing docs typo by Ross Lagerwall · 14 years ago
  4. 837fbb0 Merged revisions 85731,85735 via svnmerge from by Georg Brandl · 15 years ago
  5. 78f11ed Merged revisions 85530,85534,85538,85540-85542 via svnmerge from by Georg Brandl · 15 years ago
  6. 92e6972 Note that maxtasksperchild is new in 2.7. by Georg Brandl · 15 years ago
  7. 0930228 Merged revisions 84945 via svnmerge from by Georg Brandl · 15 years ago
  8. 21946af Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from by Georg Brandl · 15 years ago
  9. 042d6a4 Correct info for Semaphore.acquire() semantics under OSX. by Georg Brandl · 15 years ago
  10. 1605b33 fixup markup error by Jack Diederich · 15 years ago
  11. 8f48f4c fixes issue #7530, serve_forever() by Jack Diederich · 15 years ago
  12. 654ade3 Issue #6963: Added maxtasksperchild argument to multiprocessing.Pool by Jesse Noller · 16 years ago
  13. 062d2b5 #7388: "python".capitalize() in the Doc by Ezio Melotti · 16 years ago
  14. 6c37674 issue5738: The distribution example was confusing, and out of date. It's too large to include inline in the docs as well. It belongs in an addons module outside the stdlib. Removing. by Jesse Noller · 16 years ago
  15. 8497efe Fix issue 4660: spurious task_done errors in multiprocessing, remove doc note for from_address by Jesse Noller · 16 years ago
  16. d7d4fd7 builtin -> built-in. by Georg Brandl · 16 years ago
  17. 9fa61bb #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. by Georg Brandl · 16 years ago
  18. 321afa8 Make punctuation prettier and break up run-on sentence. by R. David Murray · 16 years ago
  19. 1b90efb Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes in processes by Jesse Noller · 16 years ago
  20. 3411692 Issue 5740: multiprocessing.connection.* authkey fixes by Jesse Noller · 16 years ago
  21. d4792cd Bug 5906: add a documentation note for unix daemons vs. multiprocessing daemons by Jesse Noller · 16 years ago
  22. 636b23a Various small fixups to the multiprocessing docs, mostly fixing and by R. David Murray · 16 years ago
  23. a9feadc fix missing quote by Benjamin Peterson · 16 years ago
  24. 7bedd62 fix extra parenthesis #5774 by Benjamin Peterson · 16 years ago
  25. 9d977b8 #5642: clarify map() compatibility to the builtin. by Georg Brandl · 16 years ago
  26. a178a69 Fix 'the the' duplication by Andrew M. Kuchling · 16 years ago
  27. 7152f6d Add custom initializer argument to multiprocess.Manager*, courtesy of lekma by Jesse Noller · 16 years ago
  28. 5053fbb Issue 3551: Raise ValueError if the size causes ERROR_NO_SYSTEM_RESOURCES by Jesse Noller · 16 years ago
  29. b12e79d Issue 3270: document Listener address restrictions on windows by Jesse Noller · 16 years ago
  30. 02cb0eb Fix multiprocessing.event to match the new threading.Event API by Jesse Noller · 16 years ago
  31. b5a4b0a Properly document multiprocessing's logging support, resolve outstanding issues with the custom levels by Jesse Noller · 17 years ago
  32. 403c663 Issue 4593: apply() documentation is unclear by Jesse Noller · 17 years ago
  33. 6ab2215 Resolve issue 4449: AssertionError in mp_benchmarks.py by Jesse Noller · 17 years ago
  34. dd7e313 Fix two issues found by the suspicious builder. by Georg Brandl · 17 years ago
  35. 7044b11 Remove tabs from the documentation. by Georg Brandl · 17 years ago
  36. c62ef8b Remove trailing whitespace. by Georg Brandl · 17 years ago
  37. edd7d95 Fix indentation. by Georg Brandl · 17 years ago
  38. fc29f27 #4811: fix markup glitches (mostly remains of the conversion), by Georg Brandl · 17 years ago
  39. 3bcb0ce #4778: attributes can't be called. by Georg Brandl · 17 years ago
  40. 6b28f39 Use :samp: role. by Georg Brandl · 17 years ago
  41. f5b04fc #4695: fix backslashery. by Georg Brandl · 17 years ago
  42. 2b97b71 _call_method -> _callmethod and _get_value to _getvalue by Benjamin Peterson · 17 years ago
  43. a280fd7 mp docs - fix issues 4012,3518,4193 by Jesse Noller · 17 years ago
  44. b053f99 #4364: fix attribute name on ctypes object. by Georg Brandl · 17 years ago
  45. c4d39b2 use correct name by Benjamin Peterson · 17 years ago
  46. 19cc944 part of #4012: kill off old name "processing". by Georg Brandl · 17 years ago
  47. 83b3910 Edits, and add markup by Andrew M. Kuchling · 17 years ago
  48. 37040cd issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller by Jesse Noller · 17 years ago
  49. 9af9498 Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. by Georg Brandl · 17 years ago
  50. d5ff5b2 Fix typo in multiprocessing doc, cancel_join_thread was missing _thread by Jesse Noller · 17 years ago
  51. 971f102 Clarify that some attributes/methods are listed somewhat separately because they are not part of the threading API. by Brett Cannon · 17 years ago
  52. 73641d7 fix up the multiprocessing docs a little by Benjamin Peterson · 17 years ago
  53. 5bc9f4c issue3352: clean up the multiprocessing API to remove many get_/set_ methods and convert them to properties. Update the docs and the examples included. by Jesse Noller · 17 years ago
  54. 8ea605c Typo fix by Andrew M. Kuchling · 17 years ago
  55. a2478d9 Typo fix by Andrew M. Kuchling · 17 years ago
  56. ded01d1 Typo fixes by Andrew M. Kuchling · 17 years ago
  57. 90f3673 fix various doc typos #3320 by Benjamin Peterson · 17 years ago
  58. 910c2ab edit multiprocessing docs by Benjamin Peterson · 17 years ago
  59. be504f1 Remove some standalone material from the introduction; various markup and typo fixes by Andrew M. Kuchling · 17 years ago
  60. 190d56e add the multiprocessing package to fulfill PEP 371 by Benjamin Peterson · 17 years ago