summaryrefslogtreecommitdiffstats
path: root/Lib/test/_test_multiprocessing.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-31069, test_multiprocessing: Fix dangling process (#3103) (#3104)Victor Stinner2017-08-161-1/+2
* [3.6] bpo-26762, bpo-31019: Backport multiprocessing fixes from master to 3.6...Victor Stinner2017-07-261-22/+103
* [3.6] Clear potential ref cycle between Process and Process target (GH-2470) ...Antoine Pitrou2017-06-281-0/+18
* [3.6] bpo-30775: Fix refleaks in test_multiprocessing (GH-2467) (#2468)Antoine Pitrou2017-06-281-2/+17
* [3.6] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#...Antoine Pitrou2017-06-131-0/+63
* [3.6] bpo-30414: multiprocessing.Queue._feed do not break from main loop on e...Antoine Pitrou2017-05-251-0/+14
* bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601) (#1628)Xiang Zhang2017-05-171-0/+36
* Relax test timing (bpo-29861) to avoid sporadic failures (#1120) (#1132)Antoine Pitrou2017-04-141-0/+1
* bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-882)Xiang Zhang2017-03-291-1/+58
* bpo-29861: release references to multiprocessing Pool tasks (#743) (#800)Antoine Pitrou2017-03-241-0/+28
* Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkse...Antoine Pitrou2016-12-101-0/+13
|\
| * Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkse...Antoine Pitrou2016-12-101-0/+13
| * Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-071-1/+1
| * Issue #25654:Victor Stinner2016-03-251-5/+13
* | #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-1/+1
* | Fixes issue #6766: Updated multiprocessing Proxy Objects to support nestingDavin Potts2016-09-071-2/+68
* | Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-301-1/+1
* | Issue #25654:Victor Stinner2016-03-251-5/+13
* | Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) wa...Antoine Pitrou2016-03-151-9/+16
|\ \ | |/
| * Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) wa...Antoine Pitrou2016-03-151-9/+16
* | Issue #23992: multiprocessing: make MapResult not fail-fast upon exception.Charles-François Natali2016-02-101-0/+24
|/
* Fix remaining tests and remove an unused import.Berker Peksag2015-05-061-3/+3
* Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception.Serhiy Storchaka2015-04-231-2/+8
|\
| * 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/+46
|\ \ | |/
| * Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() nowSerhiy Storchaka2015-03-131-0/+46
* | Issue #22853: Added regression test for using multiprocessing.Queue at importSerhiy Storchaka2015-03-061-0/+21
|\ \ | |/
| * Issue #22853: Added regression test for using multiprocessing.Queue at importSerhiy Storchaka2015-03-061-0/+21
* | Issue #21849: Ported from 2.7 tests for non-ASCII data.Serhiy Storchaka2015-02-131-7/+13
|\ \ | |/
| * Issue #21849: Ported from 2.7 tests for non-ASCII data.Serhiy Storchaka2015-02-131-7/+13
* | (Merge 3.4) test_multiprocessing: tolerate a delta of 30 ms because of badVictor Stinner2015-02-051-2/+4
|\ \ | |/
| * test_multiprocessing: tolerate a delta of 30 ms because of bad clock resolutionVictor Stinner2015-02-051-2/+4
* | Issue #21566: Make use of socket.listen() default backlog.Charles-François Natali2014-07-231-2/+2
|/
* Issue #20980: Stop wrapping exception when using ThreadPool.Richard Oudkerk2014-03-231-0/+11
* Issue #20114: Double timeout in test_semaphore_tracker() to reduceRichard Oudkerk2014-02-211-1/+1
* Issue #20315: Removed support for backward compatibility with early 2.x versi...Serhiy Storchaka2014-01-201-3/+0
* 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-081-11/+11
* Merge.Richard Oudkerk2013-11-171-1/+1
* Merge.Richard Oudkerk2013-11-171-1/+1
* Merge.Richard Oudkerk2013-11-021-1/+1
* Merge.Richard Oudkerk2013-10-281-0/+10
* Remove test_sigterm().Richard Oudkerk2013-10-181-41/+0
* Fix signal handler in test.Richard Oudkerk2013-10-171-1/+5
* Try doing a raw test of os.fork()/os.kill().Richard Oudkerk2013-10-171-5/+36
* Stop trying to use strace, but add a sleep before terminate().Richard Oudkerk2013-10-171-8/+4
* Try strace instead of gdb to see what wedged child is doing.Richard Oudkerk2013-10-171-4/+6
* Try to print a backtrace of wedged child process in test.Richard Oudkerk2013-10-171-0/+13
* Issue #18999: Make multiprocessing use context objects.Richard Oudkerk2013-10-161-5/+37
* MergeRichard Oudkerk2013-10-151-1/+1