Serhiy Storchaka
|
7fe04f1dca
|
Issue #21849: Fixed xmlrpclib serialization of non-ASCII unicode strings in
the multiprocessing module.
|
2015-02-13 15:08:36 +02:00 |
Mark Dickinson
|
d3cb2f6e2c
|
Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects.
|
2011-03-26 10:02:37 +00:00 |
Mark Dickinson
|
f9e9a6f403
|
Issue #11673: Fix multiprocessing.[Raw]Array constructor to accept a size of type long. Thanks Robert Kern.
|
2011-03-25 22:01:06 +00:00 |
R. David Murray
|
79af245fb2
|
Merged revisions 87225 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r87225 | r.david.murray | 2010-12-13 20:38:16 -0500 (Mon, 13 Dec 2010) | 2 lines
9162: fix license in multiprocessing files
........
|
2010-12-14 01:42:40 +00:00 |
Jesse Noller
|
6ab22154dd
|
Resolve issue 4449: AssertionError in mp_benchmarks.py
|
2009-01-18 02:45:38 +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
|
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 |