History log of /external/python/cpython3/Lib/test/_test_multiprocessing.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ebb39bcc048b33d529a64f517ccee1c172ff8b07 10-Dec-2016 Antoine Pitrou <solipsis@pitrou.net> Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks.
cd2a201e5bb33c9b44401a91e10189be87885efe 10-Dec-2016 Antoine Pitrou <solipsis@pitrou.net> Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks.
/external/python/cpython3/Lib/test/_test_multiprocessing.py
0be894b2f6ca17204922399d6982f0b8a9dc59a1 07-Sep-2016 Martin Panter <vadmium+py@gmail.com> Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
/external/python/cpython3/Lib/test/_test_multiprocessing.py
44b548dda872c0d4f30afd6b44fd74b053a55ad8 08-Sep-2016 R David Murray <rdmurray@bitdance.com> #27364: fix "incorrect" uses of escape character in the stdlib.

And most of the tools.

Patch by Emanual Barry, reviewed by me, Serhiy Storchaka, and
Martin Panter.
/external/python/cpython3/Lib/test/_test_multiprocessing.py
86a76684269f940a20366cb42668f1acb0982dca 08-Sep-2016 Davin Potts <python@discontinuity.net> Fixes issue #6766: Updated multiprocessing Proxy Objects to support nesting
/external/python/cpython3/Lib/test/_test_multiprocessing.py
15f44ab043b37c064d6891c7864205fed9fb0dd1 30-Aug-2016 Raymond Hettinger <python@rcn.com> Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
/external/python/cpython3/Lib/test/_test_multiprocessing.py
a6d865c128dd46a067358e94c29ca2d84205ae89 25-Mar-2016 Victor Stinner <victor.stinner@gmail.com> Issue #25654:

* multiprocessing: open file with closefd=False to avoid ResourceWarning
* _test_multiprocessing: open file with O_EXCL to detect bugs in tests (if a
previous test forgot to remove TESTFN)
* test_sys_exit(): remove TESTFN after each loop iteration

Initial patch written by Serhiy Storchaka.
/external/python/cpython3/Lib/test/_test_multiprocessing.py
58f2bd86fb0625912240f582f21678571e57bdde 15-Mar-2016 Antoine Pitrou <solipsis@pitrou.net> Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) was untested.
62b6a0d70c6e9238e1f3e833ed404716d9f16a44 15-Mar-2016 Antoine Pitrou <solipsis@pitrou.net> Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) was untested.
/external/python/cpython3/Lib/test/_test_multiprocessing.py
78f55ffc63ba637ffa4a07ca869f451e680b002a 10-Feb-2016 Charles-François Natali <cf.natali@gmail.com> Issue #23992: multiprocessing: make MapResult not fail-fast upon exception.
/external/python/cpython3/Lib/test/_test_multiprocessing.py
076dbd05600337057723b831bfad6f6cb1873100 06-May-2015 Berker Peksag <berker.peksag@gmail.com> Fix remaining tests and remove an unused import.
/external/python/cpython3/Lib/test/_test_multiprocessing.py
84de1bf2818308b8d1fd3d687ae3b7199f4462f2 23-Apr-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception.
Patch by Davin Potts.
71f73ca7a9098c678d6bf3073b02228783100665 23-Apr-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception.
Patch by Davin Potts.
/external/python/cpython3/Lib/test/_test_multiprocessing.py
63623ac2529ce9f293784c06215b018664c74491 13-Mar-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now
handle exceptions raised by an iterator. Patch by Alon Diamant and Davin
Potts.
79fbeee2378dc31a5edebc9a5aa8f3fe9726933e 13-Mar-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now
handle exceptions raised by an iterator. Patch by Alon Diamant and Davin
Potts.
/external/python/cpython3/Lib/test/_test_multiprocessing.py
eef20de744cfdf971d5a80d6e3f9c7f7cb9e14fc 06-Mar-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #22853: Added regression test for using multiprocessing.Queue at import
time. Patch by Davin Potts.
f8904e99c754f4cbded0ac3cf32a9ca4a6043af9 06-Mar-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #22853: Added regression test for using multiprocessing.Queue at import
time. Patch by Davin Potts.
/external/python/cpython3/Lib/test/_test_multiprocessing.py
2eab85b7a22733a4921e31d041be465f7a8b921b 13-Feb-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #21849: Ported from 2.7 tests for non-ASCII data.
a25c542c476b84b30a7172d5b4f7e2c82330f6f4 13-Feb-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #21849: Ported from 2.7 tests for non-ASCII data.
/external/python/cpython3/Lib/test/_test_multiprocessing.py
f92766c3b27d4c1fef95809412f2989aebf0b545 05-Feb-2015 Victor Stinner <victor.stinner@gmail.com> (Merge 3.4) test_multiprocessing: tolerate a delta of 30 ms because of bad
clock resolution on Windows
aad7b2e4f5380d67a93cf088c05692d4513f4aa9 05-Feb-2015 Victor Stinner <victor.stinner@gmail.com> test_multiprocessing: tolerate a delta of 30 ms because of bad clock resolution
on Windows
/external/python/cpython3/Lib/test/_test_multiprocessing.py
6e20460dc6356d213e816bbbd8dc6a336c83bbd0 23-Jul-2014 Charles-François Natali <cf.natali@gmail.com> Issue #21566: Make use of socket.listen() default backlog.
/external/python/cpython3/Lib/test/_test_multiprocessing.py
80a5be1d84689a680900ff4900acb2a39ec6d2a8 23-Mar-2014 Richard Oudkerk <shibturn@gmail.com> Issue #20980: Stop wrapping exception when using ThreadPool.
/external/python/cpython3/Lib/test/_test_multiprocessing.py
42a526c60f29fd1d70f1bd890dbcd0887319ebc6 21-Feb-2014 Richard Oudkerk <roudkerk@google.com> Issue #20114: Double timeout in test_semaphore_tracker() to reduce
chance of sporadic failures.
/external/python/cpython3/Lib/test/_test_multiprocessing.py
ab0ac27d24076a2a09e3d8de97055a2fc978709f 20-Jan-2014 Serhiy Storchaka <storchaka@gmail.com> Issue #20315: Removed support for backward compatibility with early 2.x versions.
Removed backward compatibility alias curses.window.nooutrefresh which should
be removed in 2.3.
8f8ec92de85b40b9e7bec81ae87f18cc3996c560 16-Jan-2014 Serhiy Storchaka <storchaka@gmail.com> Issue #19936: Added executable bits or shebang lines to Python scripts which
requires them. Disable executable bits and shebang lines in test and
benchmark files in order to prevent using a random system python, and in
source files of modules which don't provide command line interface. Fixed
shebang lines in the unittestgui and checkpip scripts.
101d9e7250c039aeabea1582459d40b52cc81024 08-Dec-2013 Zachary Ware <zachary.ware@gmail.com> Issue 19572: More silently skipped tests explicitly skipped.
35e4ad71baae5469ee678718bac0f9caf7fae740 17-Nov-2013 Richard Oudkerk <shibturn@gmail.com> Merge.
69cce482cb9e62341dcc3c72515f43bdca762b7b 17-Nov-2013 Richard Oudkerk <shibturn@gmail.com> Merge.
af630c5885c838dfb73a5d7ee11efc3dc9245584 02-Nov-2013 Richard Oudkerk <shibturn@gmail.com> Merge.
33aaa73cade0acee374139f855af2a167d139d89 29-Oct-2013 Richard Oudkerk <shibturn@gmail.com> Merge.
8acc3c574a48905600b2b8d58f7cd7bbf7abc2e4 18-Oct-2013 Richard Oudkerk <shibturn@gmail.com> Remove test_sigterm().
/external/python/cpython3/Lib/test/_test_multiprocessing.py
cc5c728513a5bb8850591fba870a380573f4e078 17-Oct-2013 Richard Oudkerk <shibturn@gmail.com> Fix signal handler in test.
/external/python/cpython3/Lib/test/_test_multiprocessing.py
1e2f67c05f38693f34f9d21b935141fa9ed624bc 17-Oct-2013 Richard Oudkerk <shibturn@gmail.com> Try doing a raw test of os.fork()/os.kill().
/external/python/cpython3/Lib/test/_test_multiprocessing.py
26f92680da305a4f3007c47e11cced893991ec70 17-Oct-2013 Richard Oudkerk <shibturn@gmail.com> Stop trying to use strace, but add a sleep before terminate().
/external/python/cpython3/Lib/test/_test_multiprocessing.py
e4508eebb43bfc563192bb60a510d8d91cc6129d 17-Oct-2013 Richard Oudkerk <shibturn@gmail.com> Try strace instead of gdb to see what wedged child is doing.
/external/python/cpython3/Lib/test/_test_multiprocessing.py
d44500affecd88dade4024f3a6d3efa52bd1a026 17-Oct-2013 Richard Oudkerk <shibturn@gmail.com> Try to print a backtrace of wedged child process in test.
/external/python/cpython3/Lib/test/_test_multiprocessing.py
b1694cf588ca915c003b9b79c9fdeab82deb9476 16-Oct-2013 Richard Oudkerk <shibturn@gmail.com> Issue #18999: Make multiprocessing use context objects.

This allows different parts of a program to use different methods for
starting processes without interfering with each other.
/external/python/cpython3/Lib/test/_test_multiprocessing.py
bc2bfa6b68e138986e57e2925e5a31c0f17615ab 15-Oct-2013 Richard Oudkerk <shibturn@gmail.com> Merge
7b4a36194af5942d3a497cecc1cc0cae8f3e00fd 13-Oct-2013 Richard Oudkerk <shibturn@gmail.com> Merge.
085ab4a553e1ff3f32a091850bd8acb02eee63ec 29-Sep-2013 Richard Oudkerk <shibturn@gmail.com> Merge.
70157e8f0276b751a3628ebefb5582c215fd2deb 29-Sep-2013 Benjamin Peterson <benjamin@python.org> merge 3.3 (#19112)
6703bb4984c708132937a94f58c2bae93c6a829b 06-Sep-2013 Charles-François Natali <cf.natali@gmail.com> Issue #18934: Relax test_multiprocessing.test_invalid_handles a bit: we just
want to check that Connection.poll() doesn't crash.
/external/python/cpython3/Lib/test/_test_multiprocessing.py
e0d25ce1fe1fe4379776c6bbb12981aabda865fd 29-Aug-2013 Richard Oudkerk <shibturn@gmail.com> Issue #8713: Print dangling processes/threads, if any.
/external/python/cpython3/Lib/test/_test_multiprocessing.py
968d05594e47e171a3e948d0001d22e0b92a2735 29-Aug-2013 Richard Oudkerk <shibturn@gmail.com> Issue #8713: Test should not print message about start method.
/external/python/cpython3/Lib/test/_test_multiprocessing.py
6a53af893ad2708af8dda71515254abd7118d7de 28-Aug-2013 Richard Oudkerk <shibturn@gmail.com> Issue #18786: Don't reinstall old SIGUSR1 handler prematurely.
/external/python/cpython3/Lib/test/_test_multiprocessing.py
67e5198dbf0dd184fba751540574963ace294ced 23-Aug-2013 Richard Oudkerk <shibturn@gmail.com> Make test for semaphore tracker capture and check the debug output.
/external/python/cpython3/Lib/test/_test_multiprocessing.py
f6fbf5607155b2dcd517059c8067305c4d015b00 22-Aug-2013 Antoine Pitrou <solipsis@pitrou.net> Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as possible, since "localhost" goes through a DNS lookup under recent Windows versions.
/external/python/cpython3/Lib/test/_test_multiprocessing.py
a01fb39877241d4de511dcee291defc77501c8b3 21-Aug-2013 Richard Oudkerk <shibturn@gmail.com> Issue #18762: Print debug info on failure to create new forkserver process.

Also modify test code to hopefully avoid deadlock on failure.
/external/python/cpython3/Lib/test/_test_multiprocessing.py
84ed9a68bd9a13252b376b21a9167dabae254325 14-Aug-2013 Richard Oudkerk <shibturn@gmail.com> Issue #8713: Support alternative start methods in multiprocessing on Unix.

See http://hg.python.org/sandbox/sbt#spawn
/external/python/cpython3/Lib/test/_test_multiprocessing.py
8a208510104a0ac5a34240ae4329b881ffcee998 25-Mar-2016 Victor Stinner <victor.stinner@gmail.com> Issue #25654:

* multiprocessing: open file with closefd=False to avoid ResourceWarning
* _test_multiprocessing: open file with O_EXCL to detect bugs in tests (if a
previous test forgot to remove TESTFN)
* test_sys_exit(): remove TESTFN after each loop iteration

Initial patch written by Serhiy Storchaka.
/external/python/cpython3/Lib/test/_test_multiprocessing.py