summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_multiprocessing.py
Commit message (Collapse)AuthorAgeFilesLines
...
* merge 64378Jesse Noller2008-06-181-2/+2
|
* Merge r64375 to py3kJesse Noller2008-06-181-3/+6
|
* Merged revisions 64358 via svnmerge fromBenjamin Peterson2008-06-171-0/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r64358 | benjamin.peterson | 2008-06-17 18:01:59 -0500 (Tue, 17 Jun 2008) | 1 line add needed import ........
* Merged revisions 64356 via svnmerge fromBenjamin Peterson2008-06-171-0/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r64356 | benjamin.peterson | 2008-06-17 17:40:44 -0500 (Tue, 17 Jun 2008) | 1 line skip test_multiprocessing when /dev/shm doesn't exist. This seems to be a chroot problem in the buildbot env. ........
* Merged revisions 64317 via svnmerge fromBenjamin Peterson2008-06-161-19/+20
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r64317 | benjamin.peterson | 2008-06-16 15:52:48 -0500 (Mon, 16 Jun 2008) | 1 line reduce the test_multiprocessing load to ones that shouldn't hang. These will be reenabled gradually as we find the problems. ........
* Merged revisions 64125 via svnmerge fromBenjamin Peterson2008-06-111-3/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r64125 | benjamin.peterson | 2008-06-11 12:27:50 -0500 (Wed, 11 Jun 2008) | 2 lines give the threading API PEP 8 names ........
* Merged revisions 64104,64117 via svnmerge fromBenjamin Peterson2008-06-111-0/+1791
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64104 | benjamin.peterson | 2008-06-10 21:40:25 -0500 (Tue, 10 Jun 2008) | 2 lines add the multiprocessing package to fulfill PEP 371 ........ r64117 | benjamin.peterson | 2008-06-11 07:26:31 -0500 (Wed, 11 Jun 2008) | 2 lines fix import of multiprocessing by juggling imports ........