summaryrefslogtreecommitdiff
path: root/Lib/multiprocessing/heap.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-32759: Free unused arenas in multiprocessing.heap (GH-5827)Antoine Pitrou2018-04-091-23/+91
* bpo-5001: More-informative multiprocessing error messages (#3079)Allen W. Smith, Ph.D2017-08-301-3/+12
* bpo-30919: shared memory allocation performance regression in multiprocessing...Antoine Pitrou2017-07-231-10/+16
* Issue #28053: Applying refactorings, docs and other cleanup to follow.Davin Potts2016-09-091-3/+2
* Issue #21116: Avoid blowing memory when allocating a multiprocessing sharedAntoine Pitrou2015-04-131-1/+8
* Issue #23060: Suppresses a multiprocessing assert that fails incorrectlySteve Dower2014-12-171-1/+3
* Issue #21565: multiprocessing: use contex-manager protocol for synchronizationCharles-François Natali2014-05-251-5/+2
* Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-201-2/+0
* Issue #18999: Make multiprocessing use context objects.Richard Oudkerk2013-10-161-2/+2
* Issue #8713: Support alternative start methods in multiprocessing on Unix.Richard Oudkerk2013-08-141-14/+42
* Issue #18593: fix typo in commentEli Bendersky2013-07-301-1/+1
* Make multiprocessing's shared memory use memoryview instead of raw pointerRichard Oudkerk2012-05-261-8/+3
* Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"Richard Oudkerk2012-04-301-26/+1
* Issue #11750: The Windows API functions scattered in the _subprocess andAntoine Pitrou2012-04-181-3/+3
* Remove unused or redundant imports in concurrent.futures and multiprocessing.Florent Xicluna2011-11-111-1/+0
* Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed byCharles-François Natali2011-07-021-6/+33
* Merged revisions 87225 via svnmerge fromR. David Murray2010-12-141-1/+27
* Merged revisions 83722 via svnmerge fromBrian Curtin2010-08-041-1/+1
* Merged revisions 64104,64117 via svnmerge fromBenjamin Peterson2008-06-111-0/+201