summaryrefslogtreecommitdiff
path: root/Lib/multiprocessing/popen_spawn_win32.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual en...Steve Dower2019-09-131-1/+1
* bpo-37369: Fix initialization of sys members when launched via an app contain...Steve Dower2019-06-291-2/+1
* bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745)Steve Dower2019-02-031-2/+20
* bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921)Victor Stinner2018-06-271-2/+13
* bpo-30794: added kill() method to multiprocessing.Process (#2528)Vitor Pereira2017-07-181-0/+2
* Fix bpo-30596: Add close() method to multiprocessing.Process (#2010)Antoine Pitrou2017-06-241-1/+4
* Issue #28053: Applying refactorings, docs and other cleanup to follow.Davin Potts2016-09-091-5/+4
* Issue #18999: Make multiprocessing use context objects.Richard Oudkerk2013-10-161-8/+4
* Stop making fork server have copy of semaphore_tracker_fd.Richard Oudkerk2013-08-221-2/+3
* Issue #8713: Support alternative start methods in multiprocessing on Unix.Richard Oudkerk2013-08-141-0/+102