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