summaryrefslogtreecommitdiffstats
path: root/Lib/multiprocessing/forking.py
Commit message (Expand)AuthorAgeFilesLines
* Close #10128: don't rerun __main__.py in multiprocessingNick Coghlan2015-11-191-1/+15
* #18705: fix a number of typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-1/+1
* Issue #12098: multiprocessing on Windows now starts child processesKristján Valur Jónsson2013-03-191-1/+2
* Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR.Richard Oudkerk2013-02-261-6/+12
* Issue #15646: Prevent equivalent of a fork bomb when using multiprocessingRichard Oudkerk2012-08-141-1/+1
* Fix #5162. Allow child spawning from Windows services (via pywin32).brian.curtin2011-04-111-2/+3
* Merged revisions 87225 via svnmerge fromR. David Murray2010-12-141-1/+27
* Submit patch for bug 9144; broken imports due to r81380Jesse Noller2010-07-031-1/+1
* Backport the Popen.poll() protection from subprocess to multiprocessing. See ...Florent Xicluna2010-03-071-1/+6
* issue3352: clean up the multiprocessing API to remove many get_/set_ methods ...Jesse Noller2008-08-191-2/+2
* Apply Amaury's patch to multiprocessing for issue 3125, removes the copy_reg ...Jesse Noller2008-07-161-9/+53
* darn! I converted half of the files the wrong way.Benjamin Peterson2008-06-131-429/+429
* convert multiprocessing to unix line endingsBenjamin Peterson2008-06-131-10/+10
* add the multiprocessing package to fulfill PEP 371Benjamin Peterson2008-06-111-0/+429