summaryrefslogtreecommitdiffstats
path: root/Lib/multiprocessing/connection.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.Richard Oudkerk2012-07-271-0/+5
* Issue #15064: Implement context manager protocol for multiprocessing typesRichard Oudkerk2012-06-181-1/+17
* Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2Richard Oudkerk2012-05-101-6/+1
* Fix for Issue 14725 for 3.3 branch.Richard Oudkerk2012-05-051-9/+17
* Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"Richard Oudkerk2012-04-301-26/+1
* Issue #4892: multiprocessing Connections can now be transferred over multipro...Antoine Pitrou2012-04-241-2/+22
* Issue #11750: The Windows API functions scattered in the _subprocess andAntoine Pitrou2012-04-181-62/+62
* Issue #14522: Avoid duplicating socket handles in multiprocessing.connection.Antoine Pitrou2012-04-071-12/+3
* Issue #14482: Raise a ValueError, not a NameError, when trying to createAntoine Pitrou2012-04-031-0/+4
|\
| * Issue #14482: Raise a ValueError, not a NameError, when trying to createAntoine Pitrou2012-04-031-0/+4
* | Issue #14151: Raise a ValueError, not a NameError, when trying to createAntoine Pitrou2012-04-011-0/+9
|\ \ | |/
| * Issue #14151: Raise a ValueError, not a NameError, when trying to createAntoine Pitrou2012-04-011-0/+9
| * Issue #8184: Fix a potential file descriptor leak when aCharles-François Natali2012-02-041-4/+8
* | Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows.Antoine Pitrou2012-03-051-112/+212
* | Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on ConnectionCharles-François Natali2012-02-081-3/+8
* | Issue #8184: Fix a potential file descriptor leak when aCharles-François Natali2012-02-041-4/+8
* | Issue #13215: multiprocessing.Connection: don't hammer the remote end withCharles-François Natali2011-11-191-15/+1
* | PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.Antoine Pitrou2011-10-121-4/+4
* | Issue #12996: multiprocessing.connection: transmit the header in network byteCharles-François Natali2011-09-201-2/+2
* | Add commentAntoine Pitrou2011-07-081-0/+2
* | Rebind locally the globals which can be looked up at shutdownAntoine Pitrou2011-07-081-6/+6
* | Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killedAntoine Pitrou2011-06-081-52/+97
* | os.dup()-then-close() can be replaced with detach()Antoine Pitrou2011-05-091-4/+2
* | Issue #11743: Rewrite multiprocessing connection classes in pure Python.Antoine Pitrou2011-05-091-15/+300
* | Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-251-2/+2
|/
* Issue #10816: multiprocessing.SocketClient() closes the socket on errorVictor Stinner2011-01-031-15/+14
* 9162: fix license in multiprocessing filesR. David Murray2010-12-141-1/+27
* Fix #9513 to remove relative imports from multiprocessing.Brian Curtin2010-08-041-1/+1
* Merged revisions 76245 via svnmerge fromAntoine Pitrou2009-11-131-2/+13
* Merge 70717 to 30maintJesse Noller2009-03-301-0/+1
* Merged revisions 66023 via svnmerge fromNeal Norwitz2008-08-251-1/+1
* Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-...Georg Brandl2008-08-121-5/+3
* Merged revisions 65437,65469,65476,65480,65502,65528,65539,65543,65558,65561-...Georg Brandl2008-08-121-1/+1
* Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,...Georg Brandl2008-07-161-3/+1
* Merged revisions 64517,64519 via svnmerge fromBenjamin Peterson2008-06-251-8/+3
* Merged revisions 64104,64117 via svnmerge fromBenjamin Peterson2008-06-111-0/+425