| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | bpo-26732: fix too many fds in processes started with the "forkserver" method... | Antoine Pitrou | 2017-07-22 | 1 | -0/+34 |
|
|
* | Fix test failure without ctypes (#2802) | Antoine Pitrou | 2017-07-21 | 1 | -1/+1 |
|
|
* | bpo-19896: Add typecodes 'q' and 'Q' to multiprocessing.sharedctypes (#2741) | Gareth Rees | 2017-07-21 | 1 | -5/+12 |
|
|
* | bpo-30794: added kill() method to multiprocessing.Process (#2528) | Vitor Pereira | 2017-07-18 | 1 | -7/+15 |
|
|
* | bpo-29293: multiprocessing.Condition.notify() lacks parameter `n` (#2480) | Antoine Pitrou | 2017-07-04 | 1 | -7/+59 |
|
|
* | Clear potential ref cycle between Process and Process target (#2470) | Antoine Pitrou | 2017-06-28 | 1 | -0/+18 |
|
|
* | bpo-30775: Fix refleaks in test_multiprocessing (#2467) | Antoine Pitrou | 2017-06-28 | 1 | -2/+17 |
|
|
* | Fix bpo-30596: Add close() method to multiprocessing.Process (#2010) | Antoine Pitrou | 2017-06-24 | 1 | -0/+36 |
|
|
* | bpo-30595: Increase test_queue_feeder_donot_stop_onexc() timeout (#2148) | Victor Stinner | 2017-06-13 | 1 | -1/+2 |
|
|
* | bpo-24484: Avoid race condition in multiprocessing cleanup (#2159) | Antoine Pitrou | 2017-06-13 | 1 | -0/+63 |
|
|
* | Fix bpo-30589: improve Process.exitcode with forkserver (#1989) | Antoine Pitrou | 2017-06-12 | 1 | -2/+37 |
|
|
* | bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (#1... | grzgrzgrz3 | 2017-05-25 | 1 | -0/+14 |
|
|
* | bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601) | Xiang Zhang | 2017-05-17 | 1 | -0/+36 |
|
|
* | Relax test timing (bpo-29861) to avoid sporadic failures (#1120) | Antoine Pitrou | 2017-04-14 | 1 | -0/+1 |
|
|
* | bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-693) | Xiang Zhang | 2017-03-29 | 1 | -1/+58 |
|
|
* | bpo-29861: release references to multiprocessing Pool tasks (#743) | Antoine Pitrou | 2017-03-24 | 1 | -0/+28 |
|
|
* | Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkse... | Antoine Pitrou | 2016-12-10 | 1 | -0/+13 |
|\ |
|
| * | Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkse... | Antoine Pitrou | 2016-12-10 | 1 | -0/+13 |
|
|
| * | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Martin Panter | 2016-09-07 | 1 | -1/+1 |
|
|
| * | Issue #25654: | Victor Stinner | 2016-03-25 | 1 | -5/+13 |
|
|
* | | #27364: fix "incorrect" uses of escape character in the stdlib. | R David Murray | 2016-09-08 | 1 | -1/+1 |
|
|
* | | Fixes issue #6766: Updated multiprocessing Proxy Objects to support nesting | Davin Potts | 2016-09-07 | 1 | -2/+68 |
|
|
* | | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Raymond Hettinger | 2016-08-30 | 1 | -1/+1 |
|
|
* | | Issue #25654: | Victor Stinner | 2016-03-25 | 1 | -5/+13 |
|
|
* | | Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) wa... | Antoine Pitrou | 2016-03-15 | 1 | -9/+16 |
|\ \
| |/ |
|
| * | Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) wa... | Antoine Pitrou | 2016-03-15 | 1 | -9/+16 |
|
|
* | | Issue #23992: multiprocessing: make MapResult not fail-fast upon exception. | Charles-François Natali | 2016-02-10 | 1 | -0/+24 |
|/ |
|
* | Fix remaining tests and remove an unused import. | Berker Peksag | 2015-05-06 | 1 | -3/+3 |
|
|
* | Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception. | Serhiy Storchaka | 2015-04-23 | 1 | -2/+8 |
|\ |
|
| * | Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception. | Serhiy Storchaka | 2015-04-23 | 1 | -2/+8 |
|
|
* | | Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now | Serhiy Storchaka | 2015-03-13 | 1 | -0/+46 |
|\ \
| |/ |
|
| * | Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now | Serhiy Storchaka | 2015-03-13 | 1 | -0/+46 |
|
|
* | | Issue #22853: Added regression test for using multiprocessing.Queue at import | Serhiy Storchaka | 2015-03-06 | 1 | -0/+21 |
|\ \
| |/ |
|
| * | Issue #22853: Added regression test for using multiprocessing.Queue at import | Serhiy Storchaka | 2015-03-06 | 1 | -0/+21 |
|
|
* | | Issue #21849: Ported from 2.7 tests for non-ASCII data. | Serhiy Storchaka | 2015-02-13 | 1 | -7/+13 |
|\ \
| |/ |
|
| * | Issue #21849: Ported from 2.7 tests for non-ASCII data. | Serhiy Storchaka | 2015-02-13 | 1 | -7/+13 |
|
|
* | | (Merge 3.4) test_multiprocessing: tolerate a delta of 30 ms because of bad | Victor Stinner | 2015-02-05 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | test_multiprocessing: tolerate a delta of 30 ms because of bad clock resolution | Victor Stinner | 2015-02-05 | 1 | -2/+4 |
|
|
* | | Issue #21566: Make use of socket.listen() default backlog. | Charles-François Natali | 2014-07-23 | 1 | -2/+2 |
|/ |
|
* | Issue #20980: Stop wrapping exception when using ThreadPool. | Richard Oudkerk | 2014-03-23 | 1 | -0/+11 |
|
|
* | Issue #20114: Double timeout in test_semaphore_tracker() to reduce | Richard Oudkerk | 2014-02-21 | 1 | -1/+1 |
|
|
* | Issue #20315: Removed support for backward compatibility with early 2.x versi... | Serhiy Storchaka | 2014-01-20 | 1 | -3/+0 |
|
|
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -2/+0 |
|
|
* | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 1 | -11/+11 |
|
|
* | Merge. | Richard Oudkerk | 2013-11-17 | 1 | -1/+1 |
|
|
* | Merge. | Richard Oudkerk | 2013-11-17 | 1 | -1/+1 |
|
|
* | Merge. | Richard Oudkerk | 2013-11-02 | 1 | -1/+1 |
|
|
* | Merge. | Richard Oudkerk | 2013-10-28 | 1 | -0/+10 |
|
|
* | Remove test_sigterm(). | Richard Oudkerk | 2013-10-18 | 1 | -41/+0 |
|
|
* | Fix signal handler in test. | Richard Oudkerk | 2013-10-17 | 1 | -1/+5 |
|
|