| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the missing `f` on an f-string error message in multiprocessing. (GH-127462) | Gregory P. Smith | 2024-12-01 | 1 | -1/+1 |
|
|
* | gh-97514: Authenticate the forkserver control socket. (GH-99309) | Gregory P. Smith | 2024-11-20 | 3 | -14/+74 |
|
|
* | gh-71936: Fix race condition in multiprocessing.Pool (GH-124973) | Petr Viktorin | 2024-11-13 | 1 | -13/+20 |
|
|
* | gh-117378: Fix multiprocessing forkserver preload sys.path inheritance. (GH-1... | Gregory P. Smith | 2024-11-09 | 1 | -0/+2 |
|
|
* | gh-125679: multiprocessing Lock and RLock - fix invalid representation string... | Duprat | 2024-11-07 | 1 | -2/+2 |
|
|
* | Cleanup multiprocessing comment and unusual import error message (#126532) | Gregory P. Smith | 2024-11-07 | 1 | -8/+7 |
|
|
* | gh-126417: Register multiprocessing proxy types to an appropriate collections... | Stephen Morton | 2024-11-05 | 1 | -1/+5 |
|
|
* | gh-125620: Remove unnecessary import of subprocess in spawnv_passfds (#125624) | Furkan Onder | 2024-10-16 | 1 | -1/+0 |
|
|
* | gh-84559: Change the multiprocessing start method default to `forkserver` (GH... | Gregory P. Smith | 2024-09-26 | 1 | -13/+13 |
|
|
* | gh-121313: multiprocessing: simplify by increasing the connection buffer size... | Inada Naoki | 2024-09-03 | 1 | -16/+4 |
|
|
* | gh-121313: Limit the reading size from pipes to their default buffer size on ... | Alexander P. | 2024-08-31 | 1 | -3/+18 |
|
|
* | gh-121381 Remove subprocess._USE_VFORK escape hatch (#121383) | Cody Maloney | 2024-07-31 | 1 | -2/+1 |
|
|
* | gh-121288: Make error message for index() methods consistent (GH-121395) | Serhiy Storchaka | 2024-07-05 | 1 | -1/+1 |
|
|
* | gh-120417: Add #noqa to used imports in the stdlib (#120421) | Victor Stinner | 2024-06-13 | 2 | -2/+2 |
|
|
* | gh-103134: Update multiprocessing.managers.ListProxy and DictProxy (GH-103133) | Roy Hyunjin Han | 2024-05-20 | 1 | -7/+11 |
|
|
* | gh-83856: Honor atexit for all multiprocessing start methods (GH-114279) | Tian Gao | 2024-05-03 | 3 | -5/+10 |
|
|
* | gh-118293: Suppress mouse cursor feedback when launching Windows processes wi... | Henrik Tunedal | 2024-04-28 | 1 | -1/+3 |
|
|
* | gh-71052: Change Android's `sys.platform` from "linux" to "android" | Malcolm Smith | 2024-03-11 | 1 | -5/+1 |
|
|
* | bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845) | Miguel Brito | 2024-02-27 | 1 | -1/+2 |
|
|
* | gh-71052: Enable test_concurrent_futures on platforms that lack multiprocessi... | Malcolm Smith | 2024-02-25 | 1 | -2/+0 |
|
|
* | gh-104090: Add exit code to multiprocessing ResourceTracker (GH-115410) | Petr Viktorin | 2024-02-21 | 1 | -6/+32 |
|
|
* | gh-89240: Enable multiprocessing on Windows to use large process pools (GH-10... | Steve Dower | 2024-02-13 | 1 | -1/+13 |
|
|
* | gh-114807: multiprocessing: don't raise ImportError if _multiprocessing is mi... | Hood Chatham | 2024-02-11 | 1 | -1/+1 |
|
|
* | gh-101225: Increase the socket backlog when creating a multiprocessing.connec... | Ronald Oussoren | 2024-01-13 | 2 | -2/+2 |
|
|
* | gh-113421: Fix multiprocessing logger for "%(filename)s" (GH-113423) | Xu Song | 2023-12-24 | 1 | -4/+4 |
|
|
* | gh-113009: Fix multiprocessing Process.terminate() on Windows (#113128) | Victor Stinner | 2023-12-15 | 1 | -24/+30 |
|
|
* | gh-82300: Add track parameter to multiprocessing.shared_memory (#110778) | pan324 | 2023-12-05 | 1 | -7/+17 |
|
|
* | gh-107431: Make `multiprocessing.managers.{DictProxy,ListProxy}` generic (#10... | Nikita Sobolev | 2023-11-10 | 1 | -2/+6 |
|
|
* | gh-109649: Use os.process_cpu_count() (#110165) | Victor Stinner | 2023-10-01 | 1 | -1/+1 |
|
|
* | gh-109047: concurrent.futures catches PythonFinalizationError (#109810) | Victor Stinner | 2023-09-29 | 1 | -5/+25 |
|
|
* | gh-110036: multiprocessing Popen.terminate() catches PermissionError (#110037) | Victor Stinner | 2023-09-29 | 1 | -2/+9 |
|
|
* | gh-109461: Update logging module lock to use context manager (#109462) | Dale Collison | 2023-09-27 | 1 | -5/+1 |
|
|
* | gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (#109629) | Antoine Pitrou | 2023-09-26 | 1 | -2/+32 |
|
|
* | gh-109370: Fix unexpected traceback output in test_concurrent_futures (GH-109... | Serhiy Storchaka | 2023-09-26 | 1 | -2/+1 |
|
|
* | gh-107219: Fix concurrent.futures terminate_broken() (#109244) | Victor Stinner | 2023-09-11 | 1 | -0/+18 |
|
|
* | gh-108520: Fix bad fork detection in nested multiprocessing use case (#108568) | albanD | 2023-08-30 | 1 | -3/+5 |
|
|
* | gh-77377: Ensure multiprocessing SemLock is valid for spawn-based Process bef... | albanD | 2023-08-23 | 1 | -2/+7 |
|
|
* | More actionable error message when spawn is incorrectly used. (#102203) | Yuxin Wu | 2023-08-16 | 1 | -1/+5 |
|
|
* | gh-107963: Fix set_forkserver_preload to check the type of given list (#107965) | Dong-hee Na | 2023-08-15 | 1 | -1/+1 |
|
|
* | gh-106558: break ref cycles through exceptions in multiprocessing manager (#... | Andrew Geng | 2023-08-11 | 1 | -2/+8 |
|
|
* | gh-106739: Add `rtype_cache` to `warnings.warn` message when leaked objects f... | shailshouryya | 2023-07-25 | 1 | -3/+4 |
|
|
* | gh-90876: Restore the ability to import multiprocessing when `sys.executable`... | Gregory P. Smith | 2023-07-06 | 1 | -2/+4 |
|
|
* | gh-104536: Improve `multiprocessing.process._cleanup` logic (#104537) | Luccccifer | 2023-05-22 | 1 | -1/+1 |
|
|
* | gh-61460: Stronger HMAC in multiprocessing (#20380) | Christian Heimes | 2023-05-20 | 1 | -31/+151 |
|
|
* | gh-84559: Remove the new multiprocessing warning, too disruptive. (#101551) | Gregory P. Smith | 2023-02-03 | 1 | -27/+1 |
|
|
* | GH-84559: Deprecate fork being the multiprocessing default. (#100618) | Gregory P. Smith | 2023-02-02 | 1 | -1/+28 |
|
|
* | gh-99509: Add `__class_getitem__` to `multiprocessing.queues.Queue` (#99511) | Nikita Sobolev | 2022-12-27 | 1 | -0/+2 |
|
|
* | Fix typo in exception message in `multiprocessing.pool` (#99900) | Arne de Laat | 2022-11-30 | 1 | -1/+1 |
|
|
* | bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684) | Zackery Spytz | 2022-11-25 | 1 | -1/+4 |
|
|
* | gh-61460: Add a comment describing the multiprocessing.connection protocol (g... | Gregory P. Smith | 2022-11-20 | 1 | -0/+68 |
|
|