index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_multiprocessing.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Cog...
Jesse Noller
2008-09-30
1
-0/+8
*
Use bytes as return type from recv_bytes() methods. Not sure why this only
Neal Norwitz
2008-08-25
1
-3/+3
*
Fix problem reported by pychecker where AuthenticationError wasn't imported.
Neal Norwitz
2008-08-25
1
-1/+33
*
issue3352: clean up the multiprocessing API to remove many get_/set_ methods ...
Jesse Noller
2008-08-19
1
-32/+26
*
patch up multiprocessing until it's API can be changed too
Benjamin Peterson
2008-08-18
1
-2/+8
*
change a few uses of the threading APIs
Benjamin Peterson
2008-08-18
1
-2/+2
*
Remove duplicate import
Mark Dickinson
2008-08-06
1
-1/+0
*
Fix issue 3395, update _debugInfo to be _debug_info
Jesse Noller
2008-07-17
1
-1/+1
*
remove sys.version_info check for 3.0
Benjamin Peterson
2008-07-13
1
-5/+1
*
remove bytes alias
Benjamin Peterson
2008-07-13
1
-7/+0
*
Add #!/usr/bin/env python for ben
Jesse Noller
2008-07-02
1
-0/+2
*
Reenable the manager tests with Amaury's threading fix
Jesse Noller
2008-07-02
1
-17/+13
*
Remove test_listener_client to remove possible race condition in the multipro...
Jesse Noller
2008-06-18
1
-2/+2
*
Attempt RLock creation prior to test execution on Linux, if it raises the OSE...
Jesse Noller
2008-06-18
1
-3/+6
*
add needed import
Benjamin Peterson
2008-06-17
1
-0/+1
*
skip test_multiprocessing when /dev/shm doesn't exist. This seems to be a chr...
Benjamin Peterson
2008-06-17
1
-0/+3
*
reduce the test_multiprocessing load to ones that shouldn't hang. These will ...
Benjamin Peterson
2008-06-16
1
-19/+20
*
convert multiprocessing to unix line endings
Benjamin Peterson
2008-06-13
1
-1791/+1791
*
give the threading API PEP 8 names
Benjamin Peterson
2008-06-11
1
-3/+3
*
fix import of multiprocessing by juggling imports
Benjamin Peterson
2008-06-11
1
-1/+1
*
add the multiprocessing package to fulfill PEP 371
Benjamin Peterson
2008-06-11
1
-0/+1791