summaryrefslogtreecommitdiff
path: root/Modules/_multiprocessing/pipe_connection.c
Commit message (Expand)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-97/+97
* Remove extraneous whitespace.Brett Cannon2010-05-051-2/+2
* Issue 3551: Raise ValueError if the size causes ERROR_NO_SYSTEM_RESOURCESJesse Noller2009-04-021-0/+6
* issue 5002: fix windows warning that I intro'ed with r68768Jesse Noller2009-01-201-3/+1
* fix compile error on WindowsBenjamin Peterson2008-08-021-1/+1
* Submit fix for issue3393: Memory corruption in multiprocessing moduleJesse Noller2008-08-011-6/+15
* convert multiprocessing to unix line endingsBenjamin Peterson2008-06-131-136/+136
* add the multiprocessing package to fulfill PEP 371Benjamin Peterson2008-06-111-0/+136