| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
