summaryrefslogtreecommitdiffstats
path: root/Modules/_multiprocessing/multiprocessing.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #4028: Make multiprocessing build on SunOS.Charles-François Natali2011-12-141-1/+1
* Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor wa...Jesus Cea2011-09-211-0/+11
* Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndianaJesus Cea2011-09-101-11/+23
* Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.Antoine Pitrou2011-08-231-2/+2
* Merged revisions 85665 via svnmerge fromBenjamin Peterson2010-10-171-2/+2
* Fix compiler warning: module init functions do not return anything in 2.x.Georg Brandl2010-10-171-1/+1
* Merged revisions 85586-85587,85596-85598 via svnmerge fromGregory P. Smith2010-10-171-2/+13
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-198/+198
* Issue #7272, continued: don't re-use existing HAVE_BROKEN_POSIX_SEMAPHORESMark Dickinson2009-11-281-2/+2
* Issue #7272: Add configure test to detect whether sem_open worksMark Dickinson2009-11-201-2/+3
* issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin L...Jesse Noller2009-04-021-1/+7
* convert multiprocessing to unix line endingsBenjamin Peterson2008-06-131-311/+311
* Typo.Georg Brandl2008-06-131-1/+1
* #3095: don't leak values from Py_BuildValue.Georg Brandl2008-06-131-6/+9
* add the multiprocessing package to fulfill PEP 371Benjamin Peterson2008-06-111-0/+308