summaryrefslogtreecommitdiffstats
path: root/Lib/multiprocessing/sharedctypes.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #21849: Fixed xmlrpclib serialization of non-ASCII unicode strings inSerhiy Storchaka2015-02-131-1/+6
* Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects.Mark Dickinson2011-03-261-1/+3
* Issue #11673: Fix multiprocessing.[Raw]Array constructor to accept a size of ...Mark Dickinson2011-03-251-1/+1
* Merged revisions 87225 via svnmerge fromR. David Murray2010-12-141-1/+27
* Resolve issue 4449: AssertionError in mp_benchmarks.pyJesse Noller2009-01-181-4/+10
* revert r66114 for JesseBenjamin Peterson2008-09-011-1/+1
* Submit Nick's patch for issue 3589, reviewed by jnollerJesse Noller2008-09-011-1/+1
* Apply Amaury's patch to multiprocessing for issue 3125, removes the copy_reg ...Jesse Noller2008-07-161-4/+2
* darn! I converted half of the files the wrong way.Benjamin Peterson2008-06-131-234/+234
* convert multiprocessing to unix line endingsBenjamin Peterson2008-06-131-18/+18
* add the multiprocessing package to fulfill PEP 371Benjamin Peterson2008-06-111-0/+234