| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. | Richard Oudkerk | 2012-07-27 | 1 | -0/+5 |
|
|
* | Issue #15064: Implement context manager protocol for multiprocessing types | Richard Oudkerk | 2012-06-18 | 1 | -1/+17 |
|
|
* | Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2 | Richard Oudkerk | 2012-05-10 | 1 | -6/+1 |
|
|
* | Fix for Issue 14725 for 3.3 branch. | Richard Oudkerk | 2012-05-05 | 1 | -9/+17 |
|
|
* | Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" | Richard Oudkerk | 2012-04-30 | 1 | -26/+1 |
|
|
* | Issue #4892: multiprocessing Connections can now be transferred over multipro... | Antoine Pitrou | 2012-04-24 | 1 | -2/+22 |
|
|
* | Issue #11750: The Windows API functions scattered in the _subprocess and | Antoine Pitrou | 2012-04-18 | 1 | -62/+62 |
|
|
* | Issue #14522: Avoid duplicating socket handles in multiprocessing.connection. | Antoine Pitrou | 2012-04-07 | 1 | -12/+3 |
|
|
* | Issue #14482: Raise a ValueError, not a NameError, when trying to create | Antoine Pitrou | 2012-04-03 | 1 | -0/+4 |
|\ |
|
| * | Issue #14482: Raise a ValueError, not a NameError, when trying to create | Antoine Pitrou | 2012-04-03 | 1 | -0/+4 |
|
|
* | | Issue #14151: Raise a ValueError, not a NameError, when trying to create | Antoine Pitrou | 2012-04-01 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | Issue #14151: Raise a ValueError, not a NameError, when trying to create | Antoine Pitrou | 2012-04-01 | 1 | -0/+9 |
|
|
| * | Issue #8184: Fix a potential file descriptor leak when a | Charles-François Natali | 2012-02-04 | 1 | -4/+8 |
|
|
* | | Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. | Antoine Pitrou | 2012-03-05 | 1 | -112/+212 |
|
|
* | | Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on Connection | Charles-François Natali | 2012-02-08 | 1 | -3/+8 |
|
|
* | | Issue #8184: Fix a potential file descriptor leak when a | Charles-François Natali | 2012-02-04 | 1 | -4/+8 |
|
|
* | | Issue #13215: multiprocessing.Connection: don't hammer the remote end with | Charles-François Natali | 2011-11-19 | 1 | -15/+1 |
|
|
* | | PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. | Antoine Pitrou | 2011-10-12 | 1 | -4/+4 |
|
|
* | | Issue #12996: multiprocessing.connection: transmit the header in network byte | Charles-François Natali | 2011-09-20 | 1 | -2/+2 |
|
|
* | | Add comment | Antoine Pitrou | 2011-07-08 | 1 | -0/+2 |
|
|
* | | Rebind locally the globals which can be looked up at shutdown | Antoine Pitrou | 2011-07-08 | 1 | -6/+6 |
|
|
* | | Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed | Antoine Pitrou | 2011-06-08 | 1 | -52/+97 |
|
|
* | | os.dup()-then-close() can be replaced with detach() | Antoine Pitrou | 2011-05-09 | 1 | -4/+2 |
|
|
* | | Issue #11743: Rewrite multiprocessing connection classes in pure Python. | Antoine Pitrou | 2011-05-09 | 1 | -15/+300 |
|
|
* | | Normalize the encoding names for Latin-1 and UTF-8 to | Marc-André Lemburg | 2011-02-25 | 1 | -2/+2 |
|/ |
|
* | Issue #10816: multiprocessing.SocketClient() closes the socket on error | Victor Stinner | 2011-01-03 | 1 | -15/+14 |
|
|
* | 9162: fix license in multiprocessing files | R. David Murray | 2010-12-14 | 1 | -1/+27 |
|
|
* | Fix #9513 to remove relative imports from multiprocessing. | Brian Curtin | 2010-08-04 | 1 | -1/+1 |
|
|
* | Merged revisions 76245 via svnmerge from | Antoine Pitrou | 2009-11-13 | 1 | -2/+13 |
|
|
* | Merge 70717 to 30maint | Jesse Noller | 2009-03-30 | 1 | -0/+1 |
|
|
* | Merged revisions 66023 via svnmerge from | Neal Norwitz | 2008-08-25 | 1 | -1/+1 |
|
|
* | Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-... | Georg Brandl | 2008-08-12 | 1 | -5/+3 |
|
|
* | Merged revisions 65437,65469,65476,65480,65502,65528,65539,65543,65558,65561-... | Georg Brandl | 2008-08-12 | 1 | -1/+1 |
|
|
* | Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,... | Georg Brandl | 2008-07-16 | 1 | -3/+1 |
|
|
* | Merged revisions 64517,64519 via svnmerge from | Benjamin Peterson | 2008-06-25 | 1 | -8/+3 |
|
|
* | Merged revisions 64104,64117 via svnmerge from | Benjamin Peterson | 2008-06-11 | 1 | -0/+425 |
|
|