Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Untabify C files. Will watch buildbots. | Antoine Pitrou | 2010-05-09 | 1 | -15/+15 |
| | |||||
* | Issue #7272, continued: don't re-use existing HAVE_BROKEN_POSIX_SEMAPHORES | Mark Dickinson | 2009-11-28 | 1 | -1/+1 |
| | | | | | 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 | -1/+1 |
| | | | | | | 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. | ||||
* | multiprocessing doesn't compile in Solaris because a typo | Jesus Cea | 2009-07-02 | 1 | -1/+1 |
| | |||||
* | Issue 3110: Additional protection for SEM_VALUE_MAX on platforms, thanks to ↵ | Jesse Noller | 2009-04-02 | 1 | -5/+10 |
| | | | | Martin Loewis | ||||
* | issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin ↵ | Jesse Noller | 2009-04-02 | 1 | -1/+1 |
| | | | | Lowis for help | ||||
* | Fixed compile error on windows. | Hirokazu Yamamoto | 2009-04-01 | 1 | -0/+3 |
| | |||||
* | Issue #4204: Fixed module build errors on FreeBSD 4. | Martin v. Löwis | 2008-11-04 | 1 | -0/+2 |
| | |||||
* | #3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not for | Amaury Forgeot d'Arc | 2008-09-10 | 1 | -1/+0 |
| | | | | | | | | | PyString_FromFormat which has an independent implementation, and uses "%zd". This makes a difference on win64, where printf needs "%Id" to display 64bit values. For example, queue.__repr__ was incorrect. Reviewed by Martin von Loewis. | ||||
* | Fix issue 3110 - solaris compilation of multiprocessing fails, reviewed by ↵ | Jesse Noller | 2008-09-03 | 1 | -0/+11 |
| | | | | pitrou | ||||
* | convert multiprocessing to unix line endings | Benjamin Peterson | 2008-06-13 | 1 | -163/+163 |
| | |||||
* | add the multiprocessing package to fulfill PEP 371 | Benjamin Peterson | 2008-06-11 | 1 | -0/+163 |