index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
multiprocessing
/
heap.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-32759: Free unused arenas in multiprocessing.heap (GH-5827)
Antoine Pitrou
2018-04-09
1
-23/+91
*
bpo-5001: More-informative multiprocessing error messages (#3079)
Allen W. Smith, Ph.D
2017-08-29
1
-3/+12
*
bpo-30919: shared memory allocation performance regression in multiprocessing...
Antoine Pitrou
2017-07-23
1
-10/+16
*
Issue #28053: Applying refactorings, docs and other cleanup to follow.
Davin Potts
2016-09-09
1
-3/+2
*
Issue #21116: Avoid blowing memory when allocating a multiprocessing shared
Antoine Pitrou
2015-04-13
1
-1/+8
*
Issue #23060: Suppresses a multiprocessing assert that fails incorrectly
Steve Dower
2014-12-17
1
-1/+3
*
Issue #21565: multiprocessing: use contex-manager protocol for synchronization
Charles-François Natali
2014-05-25
1
-5/+2
*
Issue #20976: pyflakes: Remove unused imports
Victor Stinner
2014-03-20
1
-2/+0
*
Issue #18999: Make multiprocessing use context objects.
Richard Oudkerk
2013-10-16
1
-2/+2
*
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Richard Oudkerk
2013-08-14
1
-14/+42
*
Issue #18593: fix typo in comment
Eli Bendersky
2013-07-30
1
-1/+1
*
Make multiprocessing's shared memory use memoryview instead of raw pointer
Richard Oudkerk
2012-05-26
1
-8/+3
*
Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"
Richard Oudkerk
2012-04-30
1
-26/+1
*
Issue #11750: The Windows API functions scattered in the _subprocess and
Antoine Pitrou
2012-04-18
1
-3/+3
*
Remove unused or redundant imports in concurrent.futures and multiprocessing.
Florent Xicluna
2011-11-11
1
-1/+0
*
Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by
Charles-François Natali
2011-07-02
1
-6/+33
*
Merged revisions 87225 via svnmerge from
R. David Murray
2010-12-14
1
-1/+27
*
Merged revisions 83722 via svnmerge from
Brian Curtin
2010-08-04
1
-1/+1
*
Merged revisions 64104,64117 via svnmerge from
Benjamin Peterson
2008-06-11
1
-0/+201