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
/
test
/
test_multiprocessing.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-31069, test_multiprocessing: Fix dangling process (#3103) (#3105)
Victor Stinner
2017-08-16
1
-1/+2
*
[2.7] Clear potential ref cycle between Process and Process target (GH-2470) ...
Antoine Pitrou
2017-06-28
1
-0/+18
*
[2.7] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#...
Antoine Pitrou
2017-06-13
1
-0/+61
*
[2.7] bpo-30414: multiprocessing.Queue._feed do not break from main loop on e...
Antoine Pitrou
2017-05-25
1
-0/+15
*
bpo-11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCon...
Victor Stinner
2017-05-15
1
-1/+7
*
Relax test timing (bpo-29861) to avoid sporadic failures (#1120) (#1472)
Victor Stinner
2017-05-05
1
-0/+1
*
bpo-29861: release references to multiprocessing Pool tasks (#743) (#803)
Antoine Pitrou
2017-03-24
1
-0/+28
*
Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception.
Serhiy Storchaka
2015-04-23
1
-2/+8
*
Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now
Serhiy Storchaka
2015-03-13
1
-0/+47
*
Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time.
Serhiy Storchaka
2015-03-06
1
-0/+20
*
Issue #21849: Fixed xmlrpclib serialization of non-ASCII unicode strings in
Serhiy Storchaka
2015-02-13
1
-7/+18
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
1
-2/+0
*
Issue #19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-10
1
-7/+7
*
Issue #19599: Use a separate pool for test_terminate().
Richard Oudkerk
2013-11-21
1
-12/+4
*
Issue #19599: Increase sleep period.
Richard Oudkerk
2013-11-17
1
-1/+1
*
Fix handling of SystemExit and exit code. Patch by Brodie Rao.
Richard Oudkerk
2013-11-17
1
-1/+1
*
Issue #19425 -- a pickling error should not cause pool to hang.
Richard Oudkerk
2013-10-28
1
-0/+10
*
Issue #19112: avoid using function defined in method.
Richard Oudkerk
2013-09-29
1
-8/+9
*
move helper function into its test method (closes #19112)
Benjamin Peterson
2013-09-29
1
-7/+6
*
Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss...
Antoine Pitrou
2013-08-21
1
-2/+2
*
Issue #17097: Make multiprocessing ignore EINTR.
Richard Oudkerk
2013-07-01
1
-1/+69
*
Issue #17555: Fix ForkAwareThreadLock so that size of after fork
Richard Oudkerk
2013-04-17
1
-1/+31
*
site.py is needed to set up paths
Benjamin Peterson
2013-03-20
1
-1/+1
*
Issue #12098: multiprocessing on Windows now starts child processes
Kristján Valur Jónsson
2013-03-19
1
-1/+33
*
Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR.
Richard Oudkerk
2013-02-26
1
-0/+32
*
Fix issue 10527: make multiprocessing use poll() instead of select() if avail...
Giampaolo Rodola'
2012-12-31
1
-0/+1
*
Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing
Richard Oudkerk
2012-08-14
1
-1/+22
*
Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.
Richard Oudkerk
2012-07-27
1
-1/+35
*
Issue #13854: Properly handle non-integer, non-string arg to SystemExit
Richard Oudkerk
2012-06-06
1
-0/+30
*
Issue #12157: pool.map() does not handle empty iterable correctly
Richard Oudkerk
2012-06-06
1
-3/+15
*
Fix for issue 14725 for 2.7 branch
Richard Oudkerk
2012-05-05
1
-0/+17
*
Issue #9400: Partial backport of fix for #9244
Richard Oudkerk
2012-05-02
1
-0/+18
*
Issue #12156: Skip test_multiprocessing on systems which don't support enough
Charles-François Natali
2011-11-22
1
-0/+18
*
Issue #10332: multiprocessing: fix a race condition when a Pool is closed
Charles-François Natali
2011-10-24
1
-0/+14
*
Issue #12981: test_multiprocessing: catch ImportError when importing
Charles-François Natali
2011-09-21
1
-2/+13
*
Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor wa...
Jesus Cea
2011-09-21
1
-0/+17
*
Fix issue #12948: multiprocessing test failures can hang the buildbots
Jesus Cea
2011-09-09
1
-2/+0
*
Close issue #12948: multiprocessing test failures can hang the buildbots
Jesus Cea
2011-09-09
1
-3/+27
*
Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.
Antoine Pitrou
2011-08-23
1
-1/+82
*
Issue #12352: In test_free_from_gc(), restore the GC thresholds even if the GC
Charles-François Natali
2011-07-02
1
-4/+3
*
Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by
Charles-François Natali
2011-07-02
1
-0/+25
*
Issue #12285: multiprocessing.Pool() raises a ValueError if the number of
Victor Stinner
2011-06-20
1
-0/+3
*
Issue #11766: increase countdown waiting for a pool of processes to start
Antoine Pitrou
2011-04-06
1
-1/+2
*
Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects.
Mark Dickinson
2011-03-26
1
-0/+15
*
Issue #11673: Fix multiprocessing.[Raw]Array constructor to accept a size of ...
Mark Dickinson
2011-03-25
1
-0/+7
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-3/+3
*
Merged revisions 86694 via svnmerge from
Antoine Pitrou
2010-11-22
1
-4/+8
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-12/+12
*
Merged revisions 86130 via svnmerge from
Antoine Pitrou
2010-11-02
1
-24/+49
*
Merged revisions 86077 via svnmerge from
Brian Curtin
2010-11-01
1
-1/+5
[next]