summaryrefslogtreecommitdiffstats
path: root/Lib/multiprocessing/sharedctypes.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects.Mark Dickinson2011-03-261-1/+3
|
* Merged revisions 87225 via svnmerge fromR. David Murray2010-12-141-1/+27
| | | | | | | | | | 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 ........
* Merge r68708 to py3k, fixes 4449Jesse Noller2009-01-181-4/+10
|
* Issue #3125: Remove copy_reg in multiprocessing and replace it withAmaury Forgeot d'Arc2008-08-191-4/+2
| | | | ForkingPickler.register() to resolve conflict with ctypes.
* make multiprocessing.sharedctypes.Value's lock argument a keyword-only ↵Benjamin Peterson2008-06-271-4/+1
| | | | argument for real
* Merged revisions 64104,64117 via svnmerge fromBenjamin Peterson2008-06-111-0/+234
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64104 | benjamin.peterson | 2008-06-10 21:40:25 -0500 (Tue, 10 Jun 2008) | 2 lines add the multiprocessing package to fulfill PEP 371 ........ r64117 | benjamin.peterson | 2008-06-11 07:26:31 -0500 (Wed, 11 Jun 2008) | 2 lines fix import of multiprocessing by juggling imports ........