summaryrefslogtreecommitdiffstats
path: root/Lib/multiprocessing/connection.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-101-3/+7
* Issue #21849: Fixed xmlrpclib serialization of non-ASCII unicode strings inSerhiy Storchaka2015-02-131-2/+2
* do not generate pipe names in the temporary dirBenjamin Peterson2014-04-141-1/+1
* Issue #18455: multiprocessing should not retry connect() with same socket.Richard Oudkerk2013-07-151-3/+4
* Issue #17097: Make multiprocessing ignore EINTR.Richard Oudkerk2013-07-011-1/+8
* Issue #10527: Remove dead codeRichard Oudkerk2013-01-151-23/+0
* issue 10527: fix missing importGiampaolo Rodola'2013-01-031-0/+1
* Fix issue 10527: make multiprocessing use poll() instead of select() if avail...Giampaolo Rodola'2012-12-311-0/+21
* Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.Richard Oudkerk2012-07-271-0/+5
* Fix for issue 14725 for 2.7 branchRichard Oudkerk2012-05-051-1/+4
* Issue #8184: Fix a potential file descriptor leak when aCharles-François Natali2012-02-041-4/+8
* Merged revisions 87225 via svnmerge fromR. David Murray2010-12-141-1/+27
* Submit patch for bug 9144; broken imports due to r81380Jesse Noller2010-07-031-1/+1
* Issue #7318: multiprocessing now uses a timeout when it fails to establishAntoine Pitrou2009-11-131-2/+13
* Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager socketsJesse Noller2009-03-301-0/+1
* Fix problem reported by pychecker where AuthenticationError wasn't imported.Neal Norwitz2008-08-251-1/+1
* Fix the connection refused error part of issue 3419, use errno module instead...Jesse Noller2008-08-111-1/+2
* Remove the fqdn call for issue 3270Jesse Noller2008-08-111-4/+1
* Docstring typoMark Dickinson2008-08-061-1/+1
* Revert 3270 patch: self._address is in pretty widespread use, need to revisitJesse Noller2008-07-151-3/+5
* multiprocessing/connection.py patch to remove fqdn oddness for issue 3270Jesse Noller2008-07-151-4/+0
* use byte literals in multiprocessingBenjamin Peterson2008-06-251-8/+3
* darn! I converted half of the files the wrong way.Benjamin Peterson2008-06-131-425/+425
* convert multiprocessing to unix line endingsBenjamin Peterson2008-06-131-7/+7
* add the multiprocessing package to fulfill PEP 371Benjamin Peterson2008-06-111-0/+425