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