summaryrefslogtreecommitdiffstats
path: root/Modules/_multiprocessing/pipe_connection.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge 68778,68788 to maintJesse Noller2009-02-121-3/+1
|
* Merged revisions 65385 via svnmerge fromBenjamin Peterson2008-08-021-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r65385 | benjamin.peterson | 2008-08-01 22:11:16 -0500 (Fri, 01 Aug 2008) | 1 line fix compile error on Windows ........
* Merge 65376 into 3k, fix for issue 3399Jesse Noller2008-08-021-6/+15
|
* fix multiprocessing line endings in py3kBenjamin Peterson2008-06-131-136/+136
|
* Merged revisions 64104,64117 via svnmerge fromBenjamin Peterson2008-06-111-0/+136
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 ........