Benjamin Peterson
|
e79edf5f7c
|
remove sys.version_info check for 3.0
|
2008-07-13 18:34:58 +00:00 |
Benjamin Peterson
|
2a6087966c
|
remove bytes alias
|
2008-07-13 18:25:13 +00:00 |
Jesse Noller
|
76cf55f499
|
Add #!/usr/bin/env python for ben
|
2008-07-02 16:56:51 +00:00 |
Jesse Noller
|
146b7ab818
|
Reenable the manager tests with Amaury's threading fix
|
2008-07-02 16:44:09 +00:00 |
Jesse Noller
|
a3b6baaaab
|
Remove test_listener_client to remove possible race condition in the multiprocessing tests
|
2008-06-18 16:34:50 +00:00 |
Jesse Noller
|
18623825d2
|
Attempt RLock creation prior to test execution on Linux, if it raises the OSError in issue 3111, skip the test suite
|
2008-06-18 13:29:52 +00:00 |
Benjamin Peterson
|
aa4e47a04d
|
add needed import
|
2008-06-17 23:01:59 +00:00 |
Benjamin Peterson
|
ed77f2e143
|
skip test_multiprocessing when /dev/shm doesn't exist. This seems to be a chroot problem in the buildbot env.
|
2008-06-17 22:40:44 +00:00 |
Benjamin Peterson
|
da3a1b1200
|
reduce the test_multiprocessing load to ones that shouldn't hang. These will be reenabled gradually as we find the problems.
|
2008-06-16 20:52:48 +00:00 |
Benjamin Peterson
|
dfd79494ce
|
convert multiprocessing to unix line endings
|
2008-06-13 19:13:39 +00:00 |
Benjamin Peterson
|
0fbcf69455
|
give the threading API PEP 8 names
|
2008-06-11 17:27:50 +00:00 |
Benjamin Peterson
|
e605e4f09a
|
fix import of multiprocessing by juggling imports
|
2008-06-11 12:26:31 +00:00 |
Benjamin Peterson
|
190d56e009
|
add the multiprocessing package to fulfill PEP 371
|
2008-06-11 02:40:25 +00:00 |