| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-40275: Adding threading_helper submodule in test.support (GH-20263) | Hai Shi | 2020-05-27 | 1 | -2/+3 |
|
|
* | bpo-39244: multiprocessing return default start method first on macOS (GH-18625) | idomic | 2020-05-26 | 1 | -1/+3 |
|
|
* | bpo-40135: Fix multiprocessing test_shared_memory_across_processes() (GH-19892) | Hai Shi | 2020-05-04 | 1 | -1/+3 |
|
|
* | bpo-30966: Add multiprocessing.SimpleQueue.close() (GH-19735) | Victor Stinner | 2020-04-27 | 1 | -0/+14 |
|
|
* | bpo-40275: Avoid importing socket in test.support (GH-19603) | Serhiy Storchaka | 2020-04-25 | 1 | -4/+5 |
|
|
* | bpo-39983: Add test.support.print_warning() (GH-19683) | Victor Stinner | 2020-04-23 | 1 | -19/+13 |
|
|
* | bpo-40330: Fix utf-8 size check in ShareableList (GH-19606) | Antoine Pitrou | 2020-04-20 | 1 | -2/+14 |
|
|
* | bpo-40094: Add test.support.wait_process() (GH-19254) | Victor Stinner | 2020-03-31 | 1 | -1/+1 |
|
|
* | bpo-39360: Ensure all workers exit when finalizing a multiprocessing Pool (GH... | Batuhan Taşkaya | 2020-03-15 | 1 | -0/+18 |
|
|
* | bpo-39850: Add support for abstract sockets in multiprocessing (GH-18866) | Pablo Galindo | 2020-03-09 | 1 | -0/+13 |
|
|
* | bpo-35727: Use exit code 0 on sys.exit() in multiprocessing.Process. (GH-11538) | Christopher Hunt | 2020-02-21 | 1 | -6/+15 |
|
|
* | bpo-38546: multiprocessing tests stop the resource tracker (GH-17641) | Victor Stinner | 2019-12-17 | 1 | -10/+1 |
|
|
* | bpo-38614: Use support timeout constants (GH-17572)HEADmaster | Victor Stinner | 2019-12-11 | 1 | -4/+3 |
|
|
* | bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566) | Victor Stinner | 2019-12-11 | 1 | -1/+1 |
|
|
* | bpo-38614: Use test.support.LONG_TIMEOUT constant (GH-17562) | Victor Stinner | 2019-12-10 | 1 | -2/+2 |
|
|
* | bpo-38707: Fix for multiprocessing.Process MainThread.native_id (GH-17088) | Jake Tesler | 2019-11-19 | 1 | -0/+22 |
|
|
* | bpo-38614: Add timeout constants to test.support (GH-16964) | Victor Stinner | 2019-10-30 | 1 | -12/+6 |
|
|
* | bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349) | Victor Stinner | 2019-09-24 | 1 | -5/+6 |
|
|
* | bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348) | Victor Stinner | 2019-09-24 | 1 | -2/+1 |
|
|
* | bpo-38018: Fix test for multiprocessing.shared_memory in BSD systems (GH-15821) | Vinay Sharma | 2019-09-10 | 1 | -2/+7 |
|
|
* | bpo-38018: Increase code coverage for multiprocessing.shared_memory (GH-15662) | Vinay Sharma | 2019-09-09 | 1 | -0/+24 |
|
|
* | bpo-37558: Shared memory tests are failing due to double slashes (GH-14703) | Jakub Kulík | 2019-07-11 | 1 | -1/+1 |
|
|
* | bpo-37421: multiprocessing tests now stop ForkServer (GH-14601) | Victor Stinner | 2019-07-05 | 1 | -0/+6 |
|
|
* | bpo-37421: multiprocessing tests call _run_finalizers() (GH-14527) | Victor Stinner | 2019-07-02 | 1 | -0/+3 |
|
|
* | bpo-37244: Fix test_multiprocessing.test_resource_tracker() (GH-14288) | Pierre Glaser | 2019-06-25 | 1 | -6/+15 |
|
|
* | bpo-36888, test_multiprocessing: Increase test_parent_process timeout (GH-14286) | Pierre Glaser | 2019-06-25 | 1 | -3/+3 |
|
|
* | bpo-36888: Add multiprocessing.parent_process() (GH-13247) | Thomas Moreau | 2019-05-20 | 1 | -0/+59 |
|
|
* | bpo-36867: _test_multiprocessing: avoid weak sync primitive (GH-13292) | Pierre Glaser | 2019-05-17 | 1 | -4/+12 |
|
|
* | bpo-36867: Create the resource_tracker before launching SharedMemoryManagers ... | Pierre Glaser | 2019-05-13 | 1 | -14/+44 |
|
|
* | bpo-36867: Make semaphore_tracker track other system resources (GH-13222) | Pierre Glaser | 2019-05-10 | 1 | -54/+116 |
|
|
* | bpo-36368: Ignore SIGINT in SharedMemoryManager servers. (GH-12483) | Pierre Glaser | 2019-05-10 | 1 | -0/+24 |
|
|
* | bpo-36668: FIX reuse semaphore tracker for child processes (#5172) | Thomas Moreau | 2019-04-24 | 1 | -0/+28 |
|
|
* | bpo-35934: Add socket.create_server() utility function (GH-11784) | Giampaolo Rodola | 2019-04-08 | 1 | -6/+2 |
|
|
* | Raise the timeout in test_multiprocessing_* for slow buildbots (GH-12489) | Pablo Galindo | 2019-03-22 | 1 | -1/+1 |
|
|
* | bpo-35813: Tests and docs for shared_memory (#11816) | Davin Potts | 2019-02-24 | 1 | -33/+285 |
|
|
* | bpo-35918: Remove broken has_key method and add test (#11819) | Rémi Lapeyre | 2019-02-12 | 1 | -2/+0 |
|
|
* | bpo-35378: Fix multiprocessing.Pool references (GH-11627) | Pablo Galindo | 2019-02-11 | 1 | -1/+0 |
|
|
* | Make sure the BaseManager in test_multiprocessing is cleaned up correctly (GH... | Pablo Galindo | 2019-02-09 | 1 | -15/+20 |
|
|
* | Do not retain references to processes and managers in TestSyncManagerTypes (G... | Pablo Galindo | 2019-02-09 | 1 | -0/+2 |
|
|
* | bpo-35917: Test multiprocessing manager classes and shareable types (GH-11772) | Giampaolo Rodola | 2019-02-07 | 1 | -0/+246 |
|
|
* | bpo-35424: emit ResourceWarning at multiprocessing.Pool destruction (GH-10974) | Victor Stinner | 2018-12-20 | 1 | -0/+16 |
|
|
* | bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182) | Victor Stinner | 2018-12-17 | 1 | -20/+20 |
|
|
* | bpo-35477: multiprocessing.Pool.__enter__() fails if called twice (GH-11134) | Victor Stinner | 2018-12-13 | 1 | -0/+16 |
|
|
* | bpo-35424: test_multiprocessing: join 3 pools (GH-10986) | Victor Stinner | 2018-12-06 | 1 | -0/+3 |
|
|
* | Revert "bpo-34172: multiprocessing.Pool leaks resources after being deleted (... | Victor Stinner | 2018-12-06 | 1 | -7/+0 |
|
|
* | bpo-33676: Fix dangling thread in _test_multiprocessing (GH-10755) | Victor Stinner | 2018-11-28 | 1 | -0/+2 |
|
|
* | bpo-35202: Remove unused imports in Lib directory (GH-10450) | Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) | 2018-11-15 | 1 | -1/+0 |
|
|
* | bpo-19675: Terminate processes if construction of a pool is failing. (GH-5614) | Julien Palard | 2018-11-04 | 1 | -0/+43 |
|
|
* | bpo-22872: multiprocessing.Queue's put() and get() now raise ValueError if th... | Zackery Spytz | 2018-10-13 | 1 | -0/+8 |
|
|
* | bpo-33613: Fix test_semaphore_tracker signal tests when using -Werror (GH-9778) | Pablo Galindo | 2018-10-10 | 1 | -2/+4 |
|
|