Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not generate pipe names in the temporary dir | Benjamin Peterson | 2014-04-14 | 1 | -1/+1 |
| | |||||
* | Issue #18455: multiprocessing should not retry connect() with same socket. | Richard Oudkerk | 2013-07-15 | 1 | -3/+4 |
| | |||||
* | Issue #17097: Make multiprocessing ignore EINTR. | Richard Oudkerk | 2013-07-01 | 1 | -1/+8 |
| | |||||
* | Issue #10527: Remove dead code | Richard Oudkerk | 2013-01-15 | 1 | -23/+0 |
| | |||||
* | issue 10527: fix missing import | Giampaolo Rodola' | 2013-01-03 | 1 | -0/+1 |
| | |||||
* | Fix issue 10527: make multiprocessing use poll() instead of select() if ↵ | Giampaolo Rodola' | 2012-12-31 | 1 | -0/+21 |
| | | | | available. | ||||
* | Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. | Richard Oudkerk | 2012-07-27 | 1 | -0/+5 |
| | | | | Original patch by J Derek Wilson. | ||||
* | Fix for issue 14725 for 2.7 branch | Richard Oudkerk | 2012-05-05 | 1 | -1/+4 |
| | |||||
* | Issue #8184: Fix a potential file descriptor leak when a | Charles-François Natali | 2012-02-04 | 1 | -4/+8 |
| | | | | multiprocessing.Connection socket can't be bound. | ||||
* | Merged revisions 87225 via svnmerge from | R. David Murray | 2010-12-14 | 1 | -1/+27 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87225 | r.david.murray | 2010-12-13 20:38:16 -0500 (Mon, 13 Dec 2010) | 2 lines 9162: fix license in multiprocessing files ........ | ||||
* | 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 |
| | | | | | | a connection with another process, rather than looping endlessly. The default timeout is 20 seconds, which should be amply sufficient for local connections. | ||||
* | 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 |
| | | | | | | | Add some test coverage to this code. More tests should be added (TODO added). R=Brett TESTED=./python -E -tt ./Lib/test/regrtest.py test_multiprocessing | ||||
* | Fix the connection refused error part of issue 3419, use errno module ↵ | Jesse Noller | 2008-08-11 | 1 | -1/+2 |
| | | | | instead of a static list of possible connection refused messages. | ||||
* | 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 |