Jesse Noller
|
8b56d47d01
|
Merged revisions 68915 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r68915 | jesse.noller | 2009-01-24 21:36:13 -0600 (Sat, 24 Jan 2009) | 1 line
Properly document multiprocessing's logging support, resolve outstanding issues with the custom levels
........
|
2009-03-31 15:01:45 +00:00 |
Benjamin Peterson
|
7fd6068c3e
|
Merged revisions 68737 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r68737 | jesse.noller | 2009-01-18 15:04:36 -0600 (Sun, 18 Jan 2009) | 1 line
issue 4301: patch logging to add processName, remove the old _check_logger_class code
........
|
2009-03-13 20:48:10 +00:00 |
Benjamin Peterson
|
f7feaec16c
|
revert r66114 for Jesse
|
2008-09-01 17:10:46 +00:00 |
Jesse Noller
|
27cc8e1dd2
|
Submit Nick's patch for issue 3589, reviewed by jnoller
|
2008-09-01 16:47:25 +00:00 |
Jesse Noller
|
5bc9f4c09c
|
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 |
Jesse Noller
|
13e9d582fd
|
Apply Amaury's patch to multiprocessing for issue 3125, removes the copy_reg and replaces it with ForkingPickler.register(), which should resolve the conflict with the global registry/ctypes
|
2008-07-16 14:32:36 +00:00 |
Benjamin Peterson
|
7f03ea77bf
|
darn! I converted half of the files the wrong way.
|
2008-06-13 19:20:48 +00:00 |
Benjamin Peterson
|
dfd79494ce
|
convert multiprocessing to unix line endings
|
2008-06-13 19:13:39 +00:00 |
Benjamin Peterson
|
190d56e009
|
add the multiprocessing package to fulfill PEP 371
|
2008-06-11 02:40:25 +00:00 |