summaryrefslogtreecommitdiffstats
path: root/Lib/test/_test_multiprocessing.py
Commit message (Expand)AuthorAgeFilesLines
* gh-142206: multiprocessing.resource_tracker: Decode messages using older prot...Petr Viktorin2025-12-031-2/+24
* Fix multiprocessing queue test_get() (GH-142024)Victor Stinner2025-11-291-5/+6
* gh-135335: Simplify preload regression test using __main__ (GH-138686)Duane Griffin2025-11-231-18/+3
* gh-98896: resource_tracker: use json&base64 to allow arbitrary shared memory ...Rani Pinchuk2025-11-121-0/+43
* gh-138813: Fix mutable default kwargs={} in multiprocessing BaseProcess and D...Denis Sergeev2025-09-171-0/+17
* gh-126631: gh-137996: fix pre-loading of `__main__` (GH-135295)Duane Griffin2025-09-071-0/+12
* gh-135427: Fix DeprecationWarning for os.fork when run in threads with -Werro...Rani Pinchuk2025-08-261-11/+204
* gh-135335: flush stdout/stderr in forkserver after preloading modules (#135338)Duane Griffin2025-06-181-0/+29
* gh-134381: Fix RuntimeError when starting not-yet started Thread after fork (...Jiucheng(Oliver)2025-05-231-0/+22
* gh-133744: Fix multiprocessing interrupt test: add an event (#133746)Victor Stinner2025-05-121-5/+16
* gh-133017: Improve error message for invalid typecodes in multiprocessing.{Ar...Tomas R.2025-05-091-0/+12
* gh-132719: Skip multiprocessing test if missing ctypes (#132846)Victor Stinner2025-04-231-0/+1
* gh-132719: Skip multiprocessing test if missing ctypes (#132842)Victor Stinner2025-04-231-0/+1
* gh-131913: multiprocessing: add interrupt for POSIX (GH-132453)pulkin2025-04-231-2/+20
* gh-132719: Fix AMD64 FreeBSD14/15 3.x failures - `test_rlock_locked_2processe...Duprat2025-04-211-1/+1
* gh-132561: Fix the public `multiprocessing.SemLock.locked` method (#132586)Duprat2025-04-171-0/+37
* gh-115942: Add `locked` to several multiprocessing locks (#115944)sobolevn2025-04-081-3/+14
* gh-130954: Fix multiprocessing test_notify_n (#130955)Sam Gross2025-03-081-8/+13
* gh-110206: Fix multiprocessing test_notify_all (#130933)Sam Gross2025-03-071-5/+12
* gh-130730: Fix multiprocessing test_active_children() (#130837)Victor Stinner2025-03-041-4/+8
* gh-130737: Fix multiprocessing test_notify() (#130797)Victor Stinner2025-03-031-9/+5
* gh-129401: Test repr rlock failing randomly (#129959)Duprat2025-03-011-13/+7
* gh-129948: Add `set()` to `multiprocessing.managers.SyncManager` (#129949)mingyu2025-02-231-0/+144
* gh-71339: Use new assertion methods in the multiprocessing tests (GH-128847)Serhiy Storchaka2025-01-141-29/+24
* gh-127586: multiprocessing.Pool does not properly restore blocked signals (tr...Stephen Hansen2024-12-271-0/+21
* Revert "gh-127586: properly restore blocked signals in resource_tracker.py (G...Hugo van Kemenade2024-12-161-15/+0
* gh-127586: properly restore blocked signals in resource_tracker.py (GH-127587)Stephen Hansen2024-12-151-0/+15
* gh-97514: Authenticate the forkserver control socket. (GH-99309)Gregory P. Smith2024-11-201-2/+52
* gh-126417: validate ABC methods on multiprocessing proxy types (#126454)Stephen Morton2024-11-111-0/+22
* gh-117378: Only run the new multiprocessing SysPath test when appropriate (GH...Gregory P. Smith2024-11-101-29/+30
* gh-117378: Fix multiprocessing forkserver preload sys.path inheritance. (GH-1...Gregory P. Smith2024-11-091-0/+78
* gh-125679: multiprocessing Lock and RLock - fix invalid representation string...Duprat2024-11-071-0/+122
* gh-126417: Register multiprocessing proxy types to an appropriate collections...Stephen Morton2024-11-051-0/+9
* gh-125620: Skip check_resource_tracker_death on NetBSD due to long wait for S...Furkan Onder2024-10-181-0/+2
* gh-84559: Change the multiprocessing start method default to `forkserver` (GH...Gregory P. Smith2024-09-261-5/+19
* gh-120012: clarify the behaviour of `multiprocessing.Queue.empty` on closed q...Bénédikt Tran2024-06-131-0/+26
* gh-103134: Update multiprocessing.managers.ListProxy and DictProxy (GH-103133)Roy Hyunjin Han2024-05-201-3/+43
* gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH-119065)Serhiy Storchaka2024-05-161-3/+3
* gh-83856: Honor atexit for all multiprocessing start methods (GH-114279)Tian Gao2024-05-031-0/+23
* gh-118413: Fix test_release_task_refs on free-threaded build (#118494)Sam Gross2024-05-021-2/+1
* gh-118413: Temporarily skip `test_release_task_refs` in free-threaded builds ...Sam Gross2024-05-011-0/+1
* gh-116622: Test updates for Android (#117299)Malcolm Smith2024-04-051-1/+1
* gh-88118: Fix some test_multiprocessing flakiness. (#116434)Gregory P. Smith2024-03-061-5/+10
* bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845)Miguel Brito2024-02-271-0/+19
* gh-115886: Handle embedded null characters in shared memory name (GH-115887)Serhiy Storchaka2024-02-251-1/+16
* gh-104090: Add exit code to multiprocessing ResourceTracker (GH-115410)Petr Viktorin2024-02-211-1/+34
* gh-89240: Enable multiprocessing on Windows to use large process pools (GH-10...Steve Dower2024-02-131-0/+18
* gh-113205: test_multiprocessing.test_terminate: Give tasks a chance to start ...Serhiy Storchaka2024-01-241-0/+1
* gh-113205: test_multiprocessing.test_terminate: Test the API on threadpools (...Petr Viktorin2024-01-181-3/+8
* gh-113421: Fix multiprocessing logger for "%(filename)s" (GH-113423)Xu Song2023-12-241-0/+23