summaryrefslogtreecommitdiff
path: root/Lib/test/test_multiprocessing.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merged revisions 85299 via svnmerge fromBrian Curtin2010-10-071-18/+12
* Issue #8576: Remove use of find_unused_port() in test_smtplib andAntoine Pitrou2010-04-301-3/+3
* Issue #7449, part 4: skip test_multiprocessing if thread support is disabledVictor Stinner2010-04-271-3/+4
* Fix typo in commentNick Coghlan2010-04-101-1/+1
* Try to turn some buildbots green by allowing test_multiprocessing to pass eve...Nick Coghlan2010-04-101-6/+22
* Skip tests which depend on multiprocessing.sharedctypes, if _ctypes is not av...Florent Xicluna2010-03-241-31/+33
* #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k...Florent Xicluna2010-03-211-1/+3
* #7805: wait until all workers are started before collecting their PIDsFlorent Xicluna2010-03-041-1/+9
* Fix import/access for some identifiers. _TestSharedCTypes does not seem to b...Georg Brandl2010-02-061-3/+3
* Issue #6963: Added maxtasksperchild argument to multiprocessing.PoolJesse Noller2010-01-271-1/+25
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-1/+1
* use assert[Not]In where appropriateEzio Melotti2010-01-231-8/+8
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-6/+1
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-1/+6
* Issue #7498: make test_multiprocessing use test_support.find_unused_portR. David Murray2009-12-141-2/+3
* comment out test added in r76438, which caused refleaksJesse Noller2009-11-241-18/+18
* issue6615: Additional test for logging support in multiprocessingJesse Noller2009-11-211-0/+20
* Issue #7272: Add configure test to detect whether sem_open worksMark Dickinson2009-11-201-1/+1
* Issue 6433: multiprocessing.pool.map hangs on empty listJesse Noller2009-07-161-0/+6
* Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes i...Jesse Noller2009-06-301-1/+69
* remove useless importBenjamin Peterson2009-04-121-1/+0
* Add custom initializer argument to multiprocess.Manager*, courtesy of lekmaJesse Noller2009-04-021-1/+31
* Fix multiprocessing.event to match the new threading.Event APIJesse Noller2009-04-011-7/+9
* merge in patch from tim golden to fix contextmanager support for mp.Lock()Jesse Noller2009-03-301-0/+4