index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
multiprocessing
/
connection.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #8184: Fix a potential file descriptor leak when a
Charles-François Natali
2012-02-04
1
-4/+8
*
Merged revisions 87225 via svnmerge from
R. David Murray
2010-12-14
1
-1/+27
*
Submit patch for bug 9144; broken imports due to r81380
Jesse Noller
2010-07-03
1
-1/+1
*
Issue #7318: multiprocessing now uses a timeout when it fails to establish
Antoine Pitrou
2009-11-13
1
-2/+13
*
Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager sockets
Jesse Noller
2009-03-30
1
-0/+1
*
Fix problem reported by pychecker where AuthenticationError wasn't imported.
Neal Norwitz
2008-08-25
1
-1/+1
*
Fix the connection refused error part of issue 3419, use errno module instead...
Jesse Noller
2008-08-11
1
-1/+2
*
Remove the fqdn call for issue 3270
Jesse Noller
2008-08-11
1
-4/+1
*
Docstring typo
Mark Dickinson
2008-08-06
1
-1/+1
*
Revert 3270 patch: self._address is in pretty widespread use, need to revisit
Jesse Noller
2008-07-15
1
-3/+5
*
multiprocessing/connection.py patch to remove fqdn oddness for issue 3270
Jesse Noller
2008-07-15
1
-4/+0
*
use byte literals in multiprocessing
Benjamin Peterson
2008-06-25
1
-8/+3
*
darn! I converted half of the files the wrong way.
Benjamin Peterson
2008-06-13
1
-425/+425
*
convert multiprocessing to unix line endings
Benjamin Peterson
2008-06-13
1
-7/+7
*
add the multiprocessing package to fulfill PEP 371
Benjamin Peterson
2008-06-11
1
-0/+425