summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_multiprocessing.py
Commit message (Expand)AuthorAgeFilesLines
* Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes i...Jesse Noller2009-06-301-1/+69
* remove useless importBenjamin Peterson2009-04-121-1/+0
* Add custom initializer argument to multiprocess.Manager*, courtesy of lekmaJesse Noller2009-04-021-1/+31
* Fix multiprocessing.event to match the new threading.Event APIJesse Noller2009-04-011-7/+9
* merge in patch from tim golden to fix contextmanager support for mp.Lock()Jesse Noller2009-03-301-0/+4
* Change more tests to use import_module for the modules thatR. David Murray2009-03-301-5/+4
* finalize the queue prior to shutdownJesse Noller2009-03-301-0/+2
* Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager socketsJesse Noller2009-03-301-0/+24
* fix incorrect auto-translation of TestSkipped -> unittest.SkipTestBenjamin Peterson2009-03-261-3/+2
* remove test_support.TestSkipped and just use unittest.SkipTestBenjamin Peterson2009-03-261-4/+4
* Issue 5009: multiprocessing: failure in manager._debug_info()Jesse Noller2009-01-211-0/+2
* Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check ha...Jesse Noller2009-01-191-1/+15
* Resolve issue 4449: AssertionError in mp_benchmarks.pyJesse Noller2009-01-181-2/+14
* issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Cog...Jesse Noller2008-09-301-0/+8
* Use bytes as return type from recv_bytes() methods. Not sure why this onlyNeal Norwitz2008-08-251-3/+3
* Fix problem reported by pychecker where AuthenticationError wasn't imported.Neal Norwitz2008-08-251-1/+33
* issue3352: clean up the multiprocessing API to remove many get_/set_ methods ...Jesse Noller2008-08-191-32/+26
* patch up multiprocessing until it's API can be changed tooBenjamin Peterson2008-08-181-2/+8
* change a few uses of the threading APIsBenjamin Peterson2008-08-181-2/+2
* Remove duplicate importMark Dickinson2008-08-061-1/+0
* Fix issue 3395, update _debugInfo to be _debug_infoJesse Noller2008-07-171-1/+1
* remove sys.version_info check for 3.0Benjamin Peterson2008-07-131-5/+1
* remove bytes aliasBenjamin Peterson2008-07-131-7/+0
* Add #!/usr/bin/env python for benJesse Noller2008-07-021-0/+2
* Reenable the manager tests with Amaury's threading fixJesse Noller2008-07-021-17/+13
* 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