1. 0762788 #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper. by Florent Xicluna · 15 years ago
  2. 3bc5cb7 #7805: wait until all workers are started before collecting their PIDs by Florent Xicluna · 15 years ago
  3. bd564c3 Fix import/access for some identifiers. _TestSharedCTypes does not seem to be executed? by Georg Brandl · 15 years ago
  4. 654ade3 Issue #6963: Added maxtasksperchild argument to multiprocessing.Pool by Jesse Noller · 15 years ago
  5. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 15 years ago
  6. aa98058 use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  7. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 15 years ago
  8. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 15 years ago
  9. c7298ff Issue #7498: make test_multiprocessing use test_support.find_unused_port by R. David Murray · 15 years ago
  10. 9a03f2f comment out test added in r76438, which caused refleaks by Jesse Noller · 15 years ago
  11. 814d02d issue6615: Additional test for logging support in multiprocessing by Jesse Noller · 15 years ago
  12. c4920e8 Issue #7272: Add configure test to detect whether sem_open works by Mark Dickinson · 15 years ago
  13. 7530e47 Issue 6433: multiprocessing.pool.map hangs on empty list by Jesse Noller · 16 years ago
  14. 1b90efb Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes in processes by Jesse Noller · 16 years ago
  15. 457fefc remove useless import by Benjamin Peterson · 16 years ago
  16. 7152f6d Add custom initializer argument to multiprocess.Manager*, courtesy of lekma by Jesse Noller · 16 years ago
  17. 02cb0eb Fix multiprocessing.event to match the new threading.Event API by Jesse Noller · 16 years ago
  18. 82eb590 merge in patch from tim golden to fix contextmanager support for mp.Lock() by Jesse Noller · 16 years ago
  19. 3db8a34 Change more tests to use import_module for the modules that by R. David Murray · 16 years ago
  20. 019ce77 finalize the queue prior to shutdown by Jesse Noller · 16 years ago
  21. 459a648 Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager sockets by Jesse Noller · 16 years ago
  22. bec087f fix incorrect auto-translation of TestSkipped -> unittest.SkipTest by Benjamin Peterson · 16 years ago
  23. 888a39b remove test_support.TestSkipped and just use unittest.SkipTest by Benjamin Peterson · 16 years ago
  24. 7314b38 Issue 5009: multiprocessing: failure in manager._debug_info() by Jesse Noller · 16 years ago
  25. 9a5b2ad Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check handle by Jesse Noller · 16 years ago
  26. 6ab2215 Resolve issue 4449: AssertionError in mp_benchmarks.py by Jesse Noller · 16 years ago
  27. 37040cd issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller by Jesse Noller · 17 years ago
  28. 2a7767a Use bytes as return type from recv_bytes() methods. Not sure why this only by Neal Norwitz · 17 years ago
  29. 0c519b3 Fix problem reported by pychecker where AuthenticationError wasn't imported. by Neal Norwitz · 17 years ago
  30. 5bc9f4c issue3352: clean up the multiprocessing API to remove many get_/set_ methods and convert them to properties. Update the docs and the examples included. by Jesse Noller · 17 years ago
  31. 82aa201 patch up multiprocessing until it's API can be changed too by Benjamin Peterson · 17 years ago
  32. a9b2222 change a few uses of the threading APIs by Benjamin Peterson · 17 years ago
  33. c777a41 Remove duplicate import by Mark Dickinson · 17 years ago
  34. 7fb9640 Fix issue 3395, update _debugInfo to be _debug_info by Jesse Noller · 17 years ago
  35. e79edf5 remove sys.version_info check for 3.0 by Benjamin Peterson · 17 years ago
  36. 2a60879 remove bytes alias by Benjamin Peterson · 17 years ago
  37. 76cf55f Add #!/usr/bin/env python for ben by Jesse Noller · 17 years ago
  38. 146b7ab Reenable the manager tests with Amaury's threading fix by Jesse Noller · 17 years ago
  39. a3b6baa Remove test_listener_client to remove possible race condition in the multiprocessing tests by Jesse Noller · 17 years ago
  40. 1862382 Attempt RLock creation prior to test execution on Linux, if it raises the OSError in issue 3111, skip the test suite by Jesse Noller · 17 years ago
  41. aa4e47a add needed import by Benjamin Peterson · 17 years ago
  42. ed77f2e skip test_multiprocessing when /dev/shm doesn't exist. This seems to be a chroot problem in the buildbot env. by Benjamin Peterson · 17 years ago
  43. da3a1b1 reduce the test_multiprocessing load to ones that shouldn't hang. These will be reenabled gradually as we find the problems. by Benjamin Peterson · 17 years ago
  44. dfd7949 convert multiprocessing to unix line endings by Benjamin Peterson · 17 years ago
  45. 0fbcf69 give the threading API PEP 8 names by Benjamin Peterson · 17 years ago
  46. e605e4f fix import of multiprocessing by juggling imports by Benjamin Peterson · 17 years ago
  47. 190d56e add the multiprocessing package to fulfill PEP 371 by Benjamin Peterson · 17 years ago