aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Modules/_multiprocessing/win32_functions.c
Commit message (Expand)AuthorAge
* Issue #11750: The Windows API functions scattered in the _subprocess andAntoine Pitrou2012-04-18
* Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows.Antoine Pitrou2012-03-05
* Issue #14125: Fix multiprocessing refleak on Windows. Patch by sbt.Stefan Krah2012-02-27
* Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on ConnectionCharles-François Natali2012-02-08
* Issue #12328: Under Windows, refactor handling of Ctrl-C events andAntoine Pitrou2011-11-21
* Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killedAntoine Pitrou2011-06-08
* Issue #11743: Rewrite multiprocessing connection classes in pure Python.Antoine Pitrou2011-05-09
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-09
* Revert last change, which was incorrect.Kristján Valur Jónsson2009-07-04
* http://bugs.python.org/issue6381Kristján Valur Jónsson2009-07-04
* Merged revisions 70908 via svnmerge fromJesse Noller2009-03-31
* fix multiprocessing line endings in py3kBenjamin Peterson2008-06-13
* Adaptation to py3k.Amaury Forgeot d'Arc2008-06-11
* Merged revisions 64104,64117 via svnmerge fromBenjamin Peterson2008-06-11