summaryrefslogtreecommitdiffstats
path: root/Lib/test/_test_multiprocessing.py
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-127586: multiprocessing.Pool does not properly restore blocked sign...Miss Islington (bot)2024-12-291-0/+21
* [3.12] gh-126451: Revert backports of ABC registrations for contextvars.Conte...Alex Waygood2024-11-121-9/+0
* [3.12] gh-117378: Only run the new multiprocessing SysPath test when appropri...Miss Islington (bot)2024-11-101-29/+30
* [3.12] gh-117378: Fix multiprocessing forkserver preload sys.path inheritance...Gregory P. Smith2024-11-101-0/+78
* [3.12] gh-125679: multiprocessing Lock and RLock - fix invalid representation...Miss Islington (bot)2024-11-071-0/+122
* [3.12] gh-126417: Register multiprocessing proxy types to an appropriate coll...Alex Waygood2024-11-051-0/+9
* [3.12] gh-125620: Skip check_resource_tracker_death on NetBSD due to long wai...Miss Islington (bot)2024-10-181-0/+2
* [3.12] gh-120012: clarify the behaviour of `multiprocessing.Queue.empty` on c...Miss Islington (bot)2024-07-141-0/+26
* [3.12] gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH...Serhiy Storchaka2024-05-161-3/+3
* [3.12] gh-88118: Fix some test_multiprocessing flakiness. (GH-116434) (GH-116...Miss Islington (bot)2024-03-061-5/+10
* [3.12] bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845) (GH-115...Miss Islington (bot)2024-02-271-0/+19
* [3.12] gh-115886: Handle embedded null characters in shared memory name (GH-1...Serhiy Storchaka2024-02-251-1/+16
* [3.12] gh-113205: test_multiprocessing.test_terminate: Give tasks a chance to...Miss Islington (bot)2024-01-241-0/+1
* [3.12] gh-113205: test_multiprocessing.test_terminate: Shorter sleep for thre...Miss Islington (bot)2024-01-181-1/+9
* [3.12] gh-113421: Fix multiprocessing logger for "%(filename)s" (GH-113423) (...Miss Islington (bot)2023-12-241-0/+23
* [3.12] gh-111284: Make multiprocessing tests with threads faster and more rel...Miss Islington (bot)2023-10-301-9/+21
* [3.12] gh-110662: multiprocessing test_async_timeout() increase timeout (GH-1...Miss Islington (bot)2023-10-111-1/+1
* [3.12] gh-110666: Fix multiprocessing test_terminate() elapsed (GH-110667) (#...Miss Islington (bot)2023-10-111-20/+15
* [3.12] gh-110656: Fix logging test_post_fork_child_no_deadlock() if ASAN (GH-...Miss Islington (bot)2023-10-111-2/+2
* [3.12] gh-109840: Fix multiprocessing test_waitfor_timeout() (GH-110428) (#11...Miss Islington (bot)2023-10-051-3/+3
* [3.12] gh-110036: multiprocessing Popen.terminate() catches PermissionError (...Miss Islington (bot)2023-10-021-2/+3
* [3.12] gh-89363: Skip threading test_is_alive_after_fork() if ASAN (GH-109835...Miss Islington (bot)2023-10-021-1/+1
* [3.12] gh-109706: Fix multiprocessing test_nested_startmethod() (GH-109707) (...Miss Islington (bot)2023-10-021-1/+3
* [3.12] gh-108834: Sync libregrtest with the main branch (#108966)Victor Stinner2023-09-081-0/+3
* [3.12] gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-1...Miss Islington (bot)2023-09-021-0/+2
* [3.12] gh-108520: Fix bad fork detection in nested multiprocessing use case (...Miss Islington (bot)2023-08-301-0/+26
* [3.12] gh-108388: Split test_multiprocessing_spawn (GH-108396) (#108442)Miss Islington (bot)2023-08-251-1/+9
* [3.12] gh-77377: Ensure multiprocessing SemLock is valid for spawn-based Proc...Miss Islington (bot)2023-08-231-0/+22
* [3.12] gh-107963: Fix set_forkserver_preload to check the type of given list ...Miss Islington (bot)2023-08-151-0/+8
* [3.12] gh-90876: Restore the ability to import multiprocessing when `sys.exec...Miss Islington (bot)2023-07-061-6/+76
* gh-61460: Stronger HMAC in multiprocessing (#20380)Christian Heimes2023-05-201-10/+47
* gh-84559: Remove the new multiprocessing warning, too disruptive. (#101551)Gregory P. Smith2023-02-031-3/+2
* GH-84559: Deprecate fork being the multiprocessing default. (#100618)Gregory P. Smith2023-02-021-8/+13
* gh-60203: Always pass True/False as boolean arguments in tests (GH-99983)Serhiy Storchaka2022-12-041-1/+1
* gh-92886: Fix tests that fail when running with optimizations (`-O`) in `_tes...Jack Hindmarch2022-10-191-23/+28
* gh-96819: multiprocessing.resource_tracker: check if length of pipe write <= ...Koki Saito2022-10-031-0/+8
* gh-97706: multiprocessing tests: Delete unused variable `rand` (#97707)Koki Saito2022-10-031-2/+1
* gh-95212: make multiprocessing test case parallel-safe (GH-95213)Christian Heimes2022-07-251-1/+1
* GH-94736: mark SemLock test as linux only (GH-94750)Kumar Aditya2022-07-111-0/+1
* GH-94736: Fix _multiprocessing.SemLock subclassing (#94738)Kumar Aditya2022-07-111-0/+11
* GH-83658: make multiprocessing.Pool raise an exception if maxtasksperchild is...Irit Katriel2022-06-171-0/+5
* Tests call sleeping_retry() with SHORT_TIMEOUT (#93870)Victor Stinner2022-06-151-2/+6
* Add test.support.busy_retry() (#93770)Victor Stinner2022-06-151-35/+25
* gh-90549: Fix leak of global named resources using multiprocessing spawn (#30...Leo Trol2022-06-091-0/+30
* bpo-46720: Add support for path-like objects to multiprocessing.set_executabl...Géry Ogam2022-04-221-0/+17
* gh-91231: Add shutdown_timeout to multiprocessing BaseManager (#32112)Victor Stinner2022-04-191-13/+21
* bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632)Victor Stinner2022-03-011-0/+6
* bpo-45735: Promise the long-time truth that `args=list` works (GH-30982)Charlie Zhao2022-02-261-0/+24
* bpo-25066: Added repr for multiprocessing.Event (GH-29749)Kumar Aditya2021-12-091-1/+14
* bpo-45125: Improves pickling docs and tests for `shared_memory` (GH-28294)Nikita Sobolev2021-10-011-31/+104