summaryrefslogtreecommitdiff
path: root/Lib/multiprocessing/sharedctypes.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-32157: Removed explicit quotes around %r and {!r}. (#4582)Serhiy Storchaka2017-11-281-2/+2
* bpo-19896: Add typecodes 'q' and 'Q' to multiprocessing.sharedctypes (#2741)Gareth Rees2017-07-211-6/+7
* bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)Jon Dufresne2017-05-181-1/+1
* Issue #28053: Applying refactorings, docs and other cleanup to follow.Davin Potts2016-09-091-3/+3
* Issue #21565: multiprocessing: use contex-manager protocol for synchronizationCharles-François Natali2014-05-251-16/+10
* Issue #18999: Make multiprocessing use context objects.Richard Oudkerk2013-10-161-15/+22
* Issue #8713: Support alternative start methods in multiprocessing on Unix.Richard Oudkerk2013-08-141-2/+5
* Use Python 3.x-style keyword only arg in Array()Richard Oudkerk2012-05-291-5/+2
* Make multiprocessing's shared memory use memoryview instead of raw pointerRichard Oudkerk2012-05-261-1/+2
* Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"Richard Oudkerk2012-04-301-26/+1
* Remove unused or redundant imports in concurrent.futures and multiprocessing.Florent Xicluna2011-11-111-1/+0
* 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
* 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
* make multiprocessing.sharedctypes.Value's lock argument a keyword-only argume...Benjamin Peterson2008-06-271-4/+1
* Merged revisions 64104,64117 via svnmerge fromBenjamin Peterson2008-06-111-0/+234