Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
034e08ce8daafb61bfc8e3f7c6e3b6194e05dd78
/
Lib
/
test
/
test_multiprocessing.py
37040cd
issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller
by Jesse Noller
· 17 years ago
2a7767a
Use bytes as return type from recv_bytes() methods. Not sure why this only
by Neal Norwitz
· 17 years ago
0c519b3
Fix problem reported by pychecker where AuthenticationError wasn't imported.
by Neal Norwitz
· 17 years ago
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
82aa201
patch up multiprocessing until it's API can be changed too
by Benjamin Peterson
· 17 years ago
a9b2222
change a few uses of the threading APIs
by Benjamin Peterson
· 17 years ago
c777a41
Remove duplicate import
by Mark Dickinson
· 17 years ago
7fb9640
Fix issue 3395, update _debugInfo to be _debug_info
by Jesse Noller
· 17 years ago
e79edf5
remove sys.version_info check for 3.0
by Benjamin Peterson
· 17 years ago
2a60879
remove bytes alias
by Benjamin Peterson
· 17 years ago
76cf55f
Add #!/usr/bin/env python for ben
by Jesse Noller
· 17 years ago
146b7ab
Reenable the manager tests with Amaury's threading fix
by Jesse Noller
· 17 years ago
a3b6baa
Remove test_listener_client to remove possible race condition in the multiprocessing tests
by Jesse Noller
· 17 years ago
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
aa4e47a
add needed import
by Benjamin Peterson
· 17 years ago
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
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
dfd7949
convert multiprocessing to unix line endings
by Benjamin Peterson
· 17 years ago
0fbcf69
give the threading API PEP 8 names
by Benjamin Peterson
· 17 years ago
e605e4f
fix import of multiprocessing by juggling imports
by Benjamin Peterson
· 17 years ago
190d56e
add the multiprocessing package to fulfill PEP 371
by Benjamin Peterson
· 17 years ago