1. b5a4b0a Properly document multiprocessing's logging support, resolve outstanding issues with the custom levels by Jesse Noller · 16 years ago
  2. 7314b38 Issue 5009: multiprocessing: failure in manager._debug_info() by Jesse Noller · 16 years ago
  3. 438195f issue 4301: patch logging to add processName, remove the old _check_logger_class code by Jesse Noller · 16 years ago
  4. 6ab2215 Resolve issue 4449: AssertionError in mp_benchmarks.py by Jesse Noller · 16 years ago
  5. 1f8b49f issue4238: bsd support for cpu_count by Jesse Noller · 16 years ago
  6. 5ecd745 Fix typo. by Georg Brandl · 16 years ago
  7. 37040cd issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller by Jesse Noller · 16 years ago
  8. ffb3cca use the new threading properties for multiprocessing (reviewed by Jesse #3927) by Benjamin Peterson · 16 years ago
  9. f7feaec revert r66114 for Jesse by Benjamin Peterson · 16 years ago
  10. 27cc8e1 Submit Nick's patch for issue 3589, reviewed by jnoller by Jesse Noller · 16 years ago
  11. 0c519b3 Fix problem reported by pychecker where AuthenticationError wasn't imported. by Neal Norwitz · 16 years ago
  12. 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 · 16 years ago
  13. 82aa201 patch up multiprocessing until it's API can be changed too by Benjamin Peterson · 16 years ago
  14. a9b2222 change a few uses of the threading APIs by Benjamin Peterson · 16 years ago
  15. 5d35373 Fix the connection refused error part of issue 3419, use errno module instead of a static list of possible connection refused messages. by Jesse Noller · 16 years ago
  16. f8d62d2 Remove the fqdn call for issue 3270 by Jesse Noller · 16 years ago
  17. 9752195 Docstring typo by Mark Dickinson · 16 years ago
  18. 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 · 16 years ago
  19. 9949d6e Revert 3270 patch: self._address is in pretty widespread use, need to revisit by Jesse Noller · 16 years ago
  20. 9ace15c multiprocessing/connection.py patch to remove fqdn oddness for issue 3270 by Jesse Noller · 16 years ago
  21. 80821f7 fix isSet in _exposed by Benjamin Peterson · 16 years ago
  22. 0adfd93 use the new API by Benjamin Peterson · 16 years ago
  23. 2648008 get rid of 2.6/3.0 switch statements in multiprocessing by Benjamin Peterson · 16 years ago
  24. b09c939 use byte literals in multiprocessing by Benjamin Peterson · 16 years ago
  25. aa164e1 remove bytes alias in multiprocessing by Benjamin Peterson · 16 years ago
  26. 7f03ea7 darn! I converted half of the files the wrong way. by Benjamin Peterson · 16 years ago
  27. dfd7949 convert multiprocessing to unix line endings by Benjamin Peterson · 16 years ago
  28. 0fbcf69 give the threading API PEP 8 names by Benjamin Peterson · 16 years ago
  29. e605e4f fix import of multiprocessing by juggling imports by Benjamin Peterson · 16 years ago
  30. 190d56e add the multiprocessing package to fulfill PEP 371 by Benjamin Peterson · 16 years ago