summaryrefslogtreecommitdiff
path: root/unit_tests/test_multiprocess.py
Commit message (Expand)AuthorAgeFilesLines
* Re-enabled the pickling test in multiprocessing since it works. woo!kumar2011-05-021-2/+4
* Skipping pickle test because it gets stuck in an infinite loop (see Issue 399)kumar2011-04-191-0/+1
* New multiprocessing declares byte values correctly (part of Issue 399)kumar2011-04-181-1/+1
* Revised multiprocessing so it works for test generators (Issue 399)kumar2011-03-271-4/+8
* Fixed import errors after new unittest module layout in 2.7. Added exit= key...Kumar McMillan2009-10-151-1/+6
* Working on making config pickleable to support mp on windowsJason Pellerin2009-05-091-0/+50