aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/_test_multiprocessing.py
Commit message (Collapse)AuthorAge
* Issue #28779: multiprocessing.set_forkserver_preload() would crash the ↵Antoine Pitrou2016-12-10
|\ | | | | | | forkserver process if a preloaded module instantiated some multiprocessing objects such as locks.
| * Issue #28779: multiprocessing.set_forkserver_preload() would crash the ↵Antoine Pitrou2016-12-10
| | | | | | | | forkserver process if a preloaded module instantiated some multiprocessing objects such as locks.
| * Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-07
| |
| * Issue #25654:Victor Stinner2016-03-25
| | | | | | | | | | | | | | | | | | * 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.
* | #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-08
| | | | | | | | | | | | | | And most of the tools. Patch by Emanual Barry, reviewed by me, Serhiy Storchaka, and Martin Panter.
* | Fixes issue #6766: Updated multiprocessing Proxy Objects to support nestingDavin Potts2016-09-07
| |
* | Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-30
| |
* | Issue #25654:Victor Stinner2016-03-25
| | | | | | | | | | | | | | | | | | * 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.
* | Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) ↵Antoine Pitrou2016-03-15
|\| | | | | | | was untested.
| * Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) ↵Antoine Pitrou2016-03-15
| | | | | | | | was untested.
* | Issue #23992: multiprocessing: make MapResult not fail-fast upon exception.Charles-François Natali2016-02-10
|/
* Fix remaining tests and remove an unused import.Berker Peksag2015-05-06
|
* Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception.Serhiy Storchaka2015-04-23
|\ | | | | | | Patch by Davin Potts.
| * Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception.Serhiy Storchaka2015-04-23
| | | | | | | | Patch by Davin Potts.
* | Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() nowSerhiy Storchaka2015-03-13
|\| | | | | | | | | handle exceptions raised by an iterator. Patch by Alon Diamant and Davin Potts.
| * Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() nowSerhiy Storchaka2015-03-13
| | | | | | | | | | handle exceptions raised by an iterator. Patch by Alon Diamant and Davin Potts.
* | Issue #22853: Added regression test for using multiprocessing.Queue at importSerhiy Storchaka2015-03-06
|\| | | | | | | time. Patch by Davin Potts.
| * Issue #22853: Added regression test for using multiprocessing.Queue at importSerhiy Storchaka2015-03-06
| | | | | | | | time. Patch by Davin Potts.
* | Issue #21849: Ported from 2.7 tests for non-ASCII data.Serhiy Storchaka2015-02-13
|\|
| * Issue #21849: Ported from 2.7 tests for non-ASCII data.Serhiy Storchaka2015-02-13
| |
* | (Merge 3.4) test_multiprocessing: tolerate a delta of 30 ms because of badVictor Stinner2015-02-05
|\| | | | | | | clock resolution on Windows
| * test_multiprocessing: tolerate a delta of 30 ms because of bad clock resolutionVictor Stinner2015-02-05
| | | | | | | | on Windows
* | Issue #21566: Make use of socket.listen() default backlog.Charles-François Natali2014-07-23
|/
* Issue #20980: Stop wrapping exception when using ThreadPool.Richard Oudkerk2014-03-23
|
* Issue #20114: Double timeout in test_semaphore_tracker() to reduceRichard Oudkerk2014-02-21
| | | | chance of sporadic failures.
* Issue #20315: Removed support for backward compatibility with early 2.x ↵Serhiy Storchaka2014-01-20
| | | | | | | versions. Removed backward compatibility alias curses.window.nooutrefresh which should be removed in 2.3.
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-16
| | | | | | | 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.
* Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-08
|
* Merge.Richard Oudkerk2013-11-17
|
* Merge.Richard Oudkerk2013-11-17
|
* Merge.Richard Oudkerk2013-11-02
|
* Merge.Richard Oudkerk2013-10-28
|
* Remove test_sigterm().Richard Oudkerk2013-10-18
|
* Fix signal handler in test.Richard Oudkerk2013-10-17
|
* Try doing a raw test of os.fork()/os.kill().Richard Oudkerk2013-10-17
|
* Stop trying to use strace, but add a sleep before terminate().Richard Oudkerk2013-10-17
|
* Try strace instead of gdb to see what wedged child is doing.Richard Oudkerk2013-10-17
|
* Try to print a backtrace of wedged child process in test.Richard Oudkerk2013-10-17
|
* Issue #18999: Make multiprocessing use context objects.Richard Oudkerk2013-10-16
| | | | | This allows different parts of a program to use different methods for starting processes without interfering with each other.
* MergeRichard Oudkerk2013-10-15
|
* Merge.Richard Oudkerk2013-10-13
|
* Merge.Richard Oudkerk2013-09-29
|
* merge 3.3 (#19112)Benjamin Peterson2013-09-29
|
* Issue #18934: Relax test_multiprocessing.test_invalid_handles a bit: we justCharles-François Natali2013-09-06
| | | | want to check that Connection.poll() doesn't crash.
* Issue #8713: Print dangling processes/threads, if any.Richard Oudkerk2013-08-29
|
* Issue #8713: Test should not print message about start method.Richard Oudkerk2013-08-29
|
* Issue #18786: Don't reinstall old SIGUSR1 handler prematurely.Richard Oudkerk2013-08-28
|
* Make test for semaphore tracker capture and check the debug output.Richard Oudkerk2013-08-22
|
* Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as ↵Antoine Pitrou2013-08-22
| | | | possible, since "localhost" goes through a DNS lookup under recent Windows versions.
* Issue #18762: Print debug info on failure to create new forkserver process.Richard Oudkerk2013-08-21
| | | | Also modify test code to hopefully avoid deadlock on failure.