summaryrefslogtreecommitdiffstats
path: root/Modules/_multiprocessing/socket_connection.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #10527: Use poll() instead of select() for multiprocessing pipesRichard Oudkerk2013-01-141-0/+33
* Issue #10133: Make multiprocessing deallocate buffer if socket read fails.Richard Oudkerk2012-06-111-13/+16
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-129/+129
* Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check ha...Jesse Noller2009-01-191-1/+13
* Submit fix for issue3393: Memory corruption in multiprocessing moduleJesse Noller2008-08-011-3/+13
* add the multiprocessing package to fulfill PEP 371Benjamin Peterson2008-06-111-0/+180