summaryrefslogtreecommitdiffstats
path: root/Modules/_multiprocessing/win32_functions.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........
* 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
| | | | merging revision 73819 from trunk
* Merged revisions 70908 via svnmerge fromJesse Noller2009-03-311-0/+6
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r70908 | jesse.noller | 2009-03-31 17:20:35 -0500 (Tue, 31 Mar 2009) | 1 line Issue 5619: Pass MS CRT debug flags into subprocesses ........
* 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
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64104 | benjamin.peterson | 2008-06-10 21:40:25 -0500 (Tue, 10 Jun 2008) | 2 lines add the multiprocessing package to fulfill PEP 371 ........ r64117 | benjamin.peterson | 2008-06-11 07:26:31 -0500 (Wed, 11 Jun 2008) | 2 lines fix import of multiprocessing by juggling imports ........