| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Untabify C files. Will watch buildbots. | Antoine Pitrou | 2010-05-09 | 1 | -198/+198 |
| | | |||||
| * | Issue #7272, continued: don't re-use existing HAVE_BROKEN_POSIX_SEMAPHORES | Mark Dickinson | 2009-11-28 | 1 | -2/+2 |
| | | | | | | to indicate that semaphores aren't available; define a new variable POSIX_SEMAPHORES_NOT_ENABLED instead. | ||||
| * | Issue #7272: Add configure test to detect whether sem_open works | Mark Dickinson | 2009-11-20 | 1 | -2/+3 |
| | | | | | | | properly, and use this to skip test_multiprocessing on platforms where sem_open raises a signal. This should fix some FreeBSD buildbot failures for test_multiprocessing. | ||||
| * | issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin ↵ | Jesse Noller | 2009-04-02 | 1 | -1/+7 |
| | | | | | Lowis for help | ||||
| * | convert multiprocessing to unix line endings | Benjamin Peterson | 2008-06-13 | 1 | -311/+311 |
| | | |||||
| * | Typo. | Georg Brandl | 2008-06-13 | 1 | -1/+1 |
| | | |||||
| * | #3095: don't leak values from Py_BuildValue. | Georg Brandl | 2008-06-13 | 1 | -6/+9 |
| | | |||||
| * | add the multiprocessing package to fulfill PEP 371 | Benjamin Peterson | 2008-06-11 | 1 | -0/+308 |
