summaryrefslogtreecommitdiffstats
path: root/Modules/_multiprocessing/connection.h
Commit message (Expand)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-369/+369
* Remove extraneous whitespace.Brett Cannon2010-05-051-33/+33
* Issue 3551: Raise ValueError if the size causes ERROR_NO_SYSTEM_RESOURCESJesse Noller2009-04-021-2/+6
* Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check ha...Jesse Noller2009-01-191-1/+1
* #3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not forAmaury Forgeot d'Arc2008-09-101-3/+3
* Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,Martin v. Löwis2008-08-121-6/+16
* Submit fix for issue3393: Memory corruption in multiprocessing moduleJesse Noller2008-08-011-10/+0
* add the multiprocessing package to fulfill PEP 371Benjamin Peterson2008-06-111-0/+515