aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/_test_multiprocessing.py
Commit message (Expand)AuthorAge
* gh-134381: Fix RuntimeError when starting not-yet started Thread after fork (...Jiucheng(Oliver)8 days
* gh-133744: Fix multiprocessing interrupt test: add an event (#133746)Victor Stinner2025-05-12
* gh-133017: Improve error message for invalid typecodes in multiprocessing.{Ar...Tomas R.2025-05-09
* gh-132719: Skip multiprocessing test if missing ctypes (#132846)Victor Stinner2025-04-23
* gh-132719: Skip multiprocessing test if missing ctypes (#132842)Victor Stinner2025-04-23
* gh-131913: multiprocessing: add interrupt for POSIX (GH-132453)pulkin2025-04-22
* gh-132719: Fix AMD64 FreeBSD14/15 3.x failures - `test_rlock_locked_2processe...Duprat2025-04-21
* gh-132561: Fix the public `multiprocessing.SemLock.locked` method (#132586)Duprat2025-04-17
* gh-115942: Add `locked` to several multiprocessing locks (#115944)sobolevn2025-04-08
* gh-130954: Fix multiprocessing test_notify_n (#130955)Sam Gross2025-03-08
* gh-110206: Fix multiprocessing test_notify_all (#130933)Sam Gross2025-03-07
* gh-130730: Fix multiprocessing test_active_children() (#130837)Victor Stinner2025-03-04
* gh-130737: Fix multiprocessing test_notify() (#130797)Victor Stinner2025-03-03
* gh-129401: Test repr rlock failing randomly (#129959)Duprat2025-03-01
* gh-129948: Add `set()` to `multiprocessing.managers.SyncManager` (#129949)mingyu2025-02-23
* gh-71339: Use new assertion methods in the multiprocessing tests (GH-128847)Serhiy Storchaka2025-01-15
* gh-127586: multiprocessing.Pool does not properly restore blocked signals (tr...Stephen Hansen2024-12-27
* Revert "gh-127586: properly restore blocked signals in resource_tracker.py (G...Hugo van Kemenade2024-12-16
* gh-127586: properly restore blocked signals in resource_tracker.py (GH-127587)Stephen Hansen2024-12-15
* gh-97514: Authenticate the forkserver control socket. (GH-99309)Gregory P. Smith2024-11-20
* gh-126417: validate ABC methods on multiprocessing proxy types (#126454)Stephen Morton2024-11-10
* gh-117378: Only run the new multiprocessing SysPath test when appropriate (GH...Gregory P. Smith2024-11-10
* gh-117378: Fix multiprocessing forkserver preload sys.path inheritance. (GH-1...Gregory P. Smith2024-11-09
* gh-125679: multiprocessing Lock and RLock - fix invalid representation string...Duprat2024-11-07
* gh-126417: Register multiprocessing proxy types to an appropriate collections...Stephen Morton2024-11-05
* gh-125620: Skip check_resource_tracker_death on NetBSD due to long wait for S...Furkan Onder2024-10-17
* gh-84559: Change the multiprocessing start method default to `forkserver` (GH...Gregory P. Smith2024-09-26
* gh-120012: clarify the behaviour of `multiprocessing.Queue.empty` on closed q...Bénédikt Tran2024-06-13
* gh-103134: Update multiprocessing.managers.ListProxy and DictProxy (GH-103133)Roy Hyunjin Han2024-05-20
* gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH-119065)Serhiy Storchaka2024-05-16
* gh-83856: Honor atexit for all multiprocessing start methods (GH-114279)Tian Gao2024-05-03
* gh-118413: Fix test_release_task_refs on free-threaded build (#118494)Sam Gross2024-05-02
* gh-118413: Temporarily skip `test_release_task_refs` in free-threaded builds ...Sam Gross2024-05-01
* gh-116622: Test updates for Android (#117299)Malcolm Smith2024-04-05
* gh-88118: Fix some test_multiprocessing flakiness. (#116434)Gregory P. Smith2024-03-06
* bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845)Miguel Brito2024-02-27
* gh-115886: Handle embedded null characters in shared memory name (GH-115887)Serhiy Storchaka2024-02-25
* gh-104090: Add exit code to multiprocessing ResourceTracker (GH-115410)Petr Viktorin2024-02-21
* gh-89240: Enable multiprocessing on Windows to use large process pools (GH-10...Steve Dower2024-02-13
* gh-113205: test_multiprocessing.test_terminate: Give tasks a chance to start ...Serhiy Storchaka2024-01-24
* gh-113205: test_multiprocessing.test_terminate: Test the API on threadpools (...Petr Viktorin2024-01-17
* gh-113421: Fix multiprocessing logger for "%(filename)s" (GH-113423)Xu Song2023-12-24
* gh-82300: Add track parameter to multiprocessing.shared_memory (#110778)pan3242023-12-05
* GH-110829: Ensure Thread.join() joins the OS thread (#110848)Antoine Pitrou2023-11-04
* gh-111284: Make multiprocessing tests with threads faster and more reliable (...Serhiy Storchaka2023-10-30
* gh-110662: multiprocessing test_async_timeout() increase timeout (#110663)Victor Stinner2023-10-11
* gh-110666: Fix multiprocessing test_terminate() elapsed (#110667)Victor Stinner2023-10-11
* gh-110656: Fix logging test_post_fork_child_no_deadlock() if ASAN (#110657)Victor Stinner2023-10-11
* gh-109840: Fix multiprocessing test_waitfor_timeout() (#110428)Victor Stinner2023-10-05
* gh-110036: multiprocessing Popen.terminate() catches PermissionError (#110037)Victor Stinner2023-09-29