1. c562ca4 Issue #7318: multiprocessing now uses a timeout when it fails to establish by Antoine Pitrou · 16 years ago
  2. 459a648 Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager sockets by Jesse Noller · 16 years ago
  3. 0c519b3 Fix problem reported by pychecker where AuthenticationError wasn't imported. by Neal Norwitz · 17 years ago
  4. 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 · 17 years ago
  5. f8d62d2 Remove the fqdn call for issue 3270 by Jesse Noller · 17 years ago
  6. 9752195 Docstring typo by Mark Dickinson · 17 years ago
  7. 9949d6e Revert 3270 patch: self._address is in pretty widespread use, need to revisit by Jesse Noller · 17 years ago
  8. 9ace15c multiprocessing/connection.py patch to remove fqdn oddness for issue 3270 by Jesse Noller · 17 years ago
  9. b09c939 use byte literals in multiprocessing by Benjamin Peterson · 17 years ago
  10. 7f03ea7 darn! I converted half of the files the wrong way. by Benjamin Peterson · 17 years ago
  11. dfd7949 convert multiprocessing to unix line endings by Benjamin Peterson · 17 years ago
  12. 190d56e add the multiprocessing package to fulfill PEP 371 by Benjamin Peterson · 17 years ago