summaryrefslogtreecommitdiffstats
path: root/Modules/_multiprocessing/multiprocessing.h
Commit message (Expand)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-15/+15
* Issue #7272, continued: don't re-use existing HAVE_BROKEN_POSIX_SEMAPHORESMark Dickinson2009-11-281-1/+1
* Issue #7272: Add configure test to detect whether sem_open worksMark Dickinson2009-11-201-1/+1
* multiprocessing doesn't compile in Solaris because a typoJesus Cea2009-07-021-1/+1
* Issue 3110: Additional protection for SEM_VALUE_MAX on platforms, thanks to M...Jesse Noller2009-04-021-5/+10
* issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin L...Jesse Noller2009-04-021-1/+1
* Fixed compile error on windows.Hirokazu Yamamoto2009-04-011-0/+3
* Issue #4204: Fixed module build errors on FreeBSD 4.Martin v. Löwis2008-11-041-0/+2
* #3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not forAmaury Forgeot d'Arc2008-09-101-1/+0
* Fix issue 3110 - solaris compilation of multiprocessing fails, reviewed by pi...Jesse Noller2008-09-031-0/+11
* convert multiprocessing to unix line endingsBenjamin Peterson2008-06-131-163/+163
* add the multiprocessing package to fulfill PEP 371Benjamin Peterson2008-06-111-0/+163