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