summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_multiprocessing.py
Commit message (Expand)AuthorAgeFilesLines
* Remove test_listener_client to remove possible race condition in the multipro...Jesse Noller2008-06-181-2/+2
* Attempt RLock creation prior to test execution on Linux, if it raises the OSE...Jesse Noller2008-06-181-3/+6
* add needed importBenjamin Peterson2008-06-171-0/+1
* skip test_multiprocessing when /dev/shm doesn't exist. This seems to be a chr...Benjamin Peterson2008-06-171-0/+3
* reduce the test_multiprocessing load to ones that shouldn't hang. These will ...Benjamin Peterson2008-06-161-19/+20
* convert multiprocessing to unix line endingsBenjamin Peterson2008-06-131-1791/+1791
* give the threading API PEP 8 namesBenjamin Peterson2008-06-111-3/+3
* fix import of multiprocessing by juggling importsBenjamin Peterson2008-06-111-1/+1
* add the multiprocessing package to fulfill PEP 371Benjamin Peterson2008-06-111-0/+1791