summaryrefslogtreecommitdiffstats
path: root/Lib/multiprocessing/connection.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix #9600. Don't use relative imports for _multiprocessing on Windows.Brian Curtin2010-08-141-1/+1
| | | | Same fix as #9513 on 3.x.
* Merged revisions 76245 via svnmerge fromAntoine Pitrou2009-11-131-2/+13
| | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76245 | antoine.pitrou | 2009-11-13 23:31:18 +0100 (ven., 13 nov. 2009) | 6 lines Issue #7318: multiprocessing now uses a timeout when it fails to establish a connection with another process, rather than looping endlessly. The default timeout is 20 seconds, which should be amply sufficient for local connections. ........
* Merge 70717 to 26maintJesse Noller2009-03-301-0/+1
|
* Fix problem reported by pychecker where AuthenticationError wasn't imported.Neal Norwitz2008-08-251-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 Noller2008-08-111-1/+2
| | | | instead of a static list of possible connection refused messages.
* 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