1. 1e462fe Issue #17261: Ensure multiprocessing's proxies use proper address. by Richard Oudkerk · 12 years ago
  2. b40827d Issue #13565: Increase multiprocessing's server socket backlog, to avoid by Charles-François Natali · 13 years ago
  3. 79af245 Merged revisions 87225 via svnmerge from by R. David Murray · 14 years ago
  4. c40e60e #6938: "ident" is always a string, so use a format code which works. by Georg Brandl · 16 years ago
  5. 7152f6d Add custom initializer argument to multiprocess.Manager*, courtesy of lekma by Jesse Noller · 16 years ago
  6. 7314b38 Issue 5009: multiprocessing: failure in manager._debug_info() by Jesse Noller · 16 years ago
  7. f7feaec revert r66114 for Jesse by Benjamin Peterson · 17 years ago
  8. 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
  9. 82aa201 patch up multiprocessing until it's API can be changed too by Benjamin Peterson · 17 years ago
  10. a9b2222 change a few uses of the threading APIs by Benjamin Peterson · 17 years ago
  11. 13e9d58 Apply Amaury's patch to multiprocessing for issue 3125, removes the copy_reg and replaces it with ForkingPickler.register(), which should resolve the conflict with the global registry/ctypes by Jesse Noller · 17 years ago
  12. 80821f7 fix isSet in _exposed by Benjamin Peterson · 17 years ago
  13. 0adfd93 use the new API by Benjamin Peterson · 17 years ago
  14. 2648008 get rid of 2.6/3.0 switch statements in multiprocessing by Benjamin Peterson · 17 years ago
  15. aa164e1 remove bytes alias in multiprocessing by Benjamin Peterson · 17 years ago
  16. 7f03ea7 darn! I converted half of the files the wrong way. by Benjamin Peterson · 17 years ago
  17. dfd7949 convert multiprocessing to unix line endings by Benjamin Peterson · 17 years ago
  18. 0fbcf69 give the threading API PEP 8 names by Benjamin Peterson · 17 years ago
  19. 190d56e add the multiprocessing package to fulfill PEP 371 by Benjamin Peterson · 17 years ago