This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-19 10:54:30 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b516370bcbeef7391edc28fa6bfcc8da6d98beea
cpython
/
Lib
/
multiprocessing
T
History
Jesse Noller
b5a4b0abed
Properly document multiprocessing's logging support, resolve outstanding issues with the custom levels
2009-01-25 03:36:13 +00:00
..
dummy
use the new threading properties for multiprocessing (reviewed by Jesse
#3927
)
2008-09-22 21:11:43 +00:00
__init__.py
Properly document multiprocessing's logging support, resolve outstanding issues with the custom levels
2009-01-25 03:36:13 +00:00
connection.py
Fix problem reported by pychecker where AuthenticationError wasn't imported.
2008-08-25 01:50:24 +00:00
forking.py
issue3352: clean up the multiprocessing API to remove many get_/set_ methods and convert them to properties. Update the docs and the examples included.
2008-08-19 19:06:19 +00:00
heap.py
…
managers.py
Issue 5009: multiprocessing: failure in manager._debug_info()
2009-01-21 02:08:17 +00:00
pool.py
Fix typo.
2008-11-22 08:45:33 +00:00
process.py
issue3352: clean up the multiprocessing API to remove many get_/set_ methods and convert them to properties. Update the docs and the examples included.
2008-08-19 19:06:19 +00:00
queues.py
change a few uses of the threading APIs
2008-08-18 18:01:43 +00:00
reduction.py
issue3352: clean up the multiprocessing API to remove many get_/set_ methods and convert them to properties. Update the docs and the examples included.
2008-08-19 19:06:19 +00:00
sharedctypes.py
Resolve issue 4449: AssertionError in mp_benchmarks.py
2009-01-18 02:45:38 +00:00
synchronize.py
issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller
2008-09-30 00:15:45 +00:00
util.py
Properly document multiprocessing's logging support, resolve outstanding issues with the custom levels
2009-01-25 03:36:13 +00:00