summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_multiprocessing.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-31069, test_multiprocessing: Fix dangling process (#3103) (#3105)Victor Stinner2017-08-161-1/+2
* [2.7] Clear potential ref cycle between Process and Process target (GH-2470) ...Antoine Pitrou2017-06-281-0/+18
* [2.7] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#...Antoine Pitrou2017-06-131-0/+61
* [2.7] bpo-30414: multiprocessing.Queue._feed do not break from main loop on e...Antoine Pitrou2017-05-251-0/+15
* bpo-11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCon...Victor Stinner2017-05-151-1/+7
* Relax test timing (bpo-29861) to avoid sporadic failures (#1120) (#1472)Victor Stinner2017-05-051-0/+1
* bpo-29861: release references to multiprocessing Pool tasks (#743) (#803)Antoine Pitrou2017-03-241-0/+28
* Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception.Serhiy Storchaka2015-04-231-2/+8
* Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() nowSerhiy Storchaka2015-03-131-0/+47
* Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time.Serhiy Storchaka2015-03-061-0/+20
* Issue #21849: Fixed xmlrpclib serialization of non-ASCII unicode strings inSerhiy Storchaka2015-02-131-7/+18
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-2/+0
* Issue #19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-101-7/+7
* Issue #19599: Use a separate pool for test_terminate().Richard Oudkerk2013-11-211-12/+4
* Issue #19599: Increase sleep period.Richard Oudkerk2013-11-171-1/+1
* Fix handling of SystemExit and exit code. Patch by Brodie Rao.Richard Oudkerk2013-11-171-1/+1
* Issue #19425 -- a pickling error should not cause pool to hang.Richard Oudkerk2013-10-281-0/+10
* Issue #19112: avoid using function defined in method.Richard Oudkerk2013-09-291-8/+9
* move helper function into its test method (closes #19112)Benjamin Peterson2013-09-291-7/+6
* Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss...Antoine Pitrou2013-08-211-2/+2
* Issue #17097: Make multiprocessing ignore EINTR.Richard Oudkerk2013-07-011-1/+69
* Issue #17555: Fix ForkAwareThreadLock so that size of after forkRichard Oudkerk2013-04-171-1/+31
* site.py is needed to set up pathsBenjamin Peterson2013-03-201-1/+1
* Issue #12098: multiprocessing on Windows now starts child processesKristján Valur Jónsson2013-03-191-1/+33
* Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR.Richard Oudkerk2013-02-261-0/+32
* Fix issue 10527: make multiprocessing use poll() instead of select() if avail...Giampaolo Rodola'2012-12-311-0/+1
* Issue #15646: Prevent equivalent of a fork bomb when using multiprocessingRichard Oudkerk2012-08-141-1/+22
* Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.Richard Oudkerk2012-07-271-1/+35
* Issue #13854: Properly handle non-integer, non-string arg to SystemExitRichard Oudkerk2012-06-061-0/+30
* Issue #12157: pool.map() does not handle empty iterable correctlyRichard Oudkerk2012-06-061-3/+15
* Fix for issue 14725 for 2.7 branchRichard Oudkerk2012-05-051-0/+17
* Issue #9400: Partial backport of fix for #9244Richard Oudkerk2012-05-021-0/+18
* Issue #12156: Skip test_multiprocessing on systems which don't support enoughCharles-François Natali2011-11-221-0/+18
* Issue #10332: multiprocessing: fix a race condition when a Pool is closedCharles-François Natali2011-10-241-0/+14
* Issue #12981: test_multiprocessing: catch ImportError when importingCharles-François Natali2011-09-211-2/+13
* Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor wa...Jesus Cea2011-09-211-0/+17
* Fix issue #12948: multiprocessing test failures can hang the buildbotsJesus Cea2011-09-091-2/+0
* Close issue #12948: multiprocessing test failures can hang the buildbotsJesus Cea2011-09-091-3/+27
* Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.Antoine Pitrou2011-08-231-1/+82
* Issue #12352: In test_free_from_gc(), restore the GC thresholds even if the GCCharles-François Natali2011-07-021-4/+3
* Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed byCharles-François Natali2011-07-021-0/+25
* Issue #12285: multiprocessing.Pool() raises a ValueError if the number ofVictor Stinner2011-06-201-0/+3
* Issue #11766: increase countdown waiting for a pool of processes to startAntoine Pitrou2011-04-061-1/+2
* Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects.Mark Dickinson2011-03-261-0/+15
* Issue #11673: Fix multiprocessing.[Raw]Array constructor to accept a size of ...Mark Dickinson2011-03-251-0/+7
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-3/+3
* Merged revisions 86694 via svnmerge fromAntoine Pitrou2010-11-221-4/+8
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-12/+12
* Merged revisions 86130 via svnmerge fromAntoine Pitrou2010-11-021-24/+49
* Merged revisions 86077 via svnmerge fromBrian Curtin2010-11-011-1/+5