Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Untabify C files. Will watch buildbots. | Antoine Pitrou | 2010-05-09 | 7 | -1425/+1425 |
| | |||||
* | Remove extraneous whitespace. | Brett Cannon | 2010-05-05 | 3 | -51/+51 |
| | |||||
* | Issue #7272, continued: don't re-use existing HAVE_BROKEN_POSIX_SEMAPHORES | Mark Dickinson | 2009-11-28 | 2 | -3/+3 |
| | | | | | 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 | 2 | -3/+4 |
| | | | | | | 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 3551: Raise ValueError if the size causes ERROR_NO_SYSTEM_RESOURCES | Jesse Noller | 2009-04-02 | 2 | -2/+12 |
| | |||||
* | 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 | 3 | -7/+13 |
| | | | | Lowis for help | ||||
* | Fixed compile error on windows. | Hirokazu Yamamoto | 2009-04-01 | 1 | -0/+3 |
| | |||||
* | Issue 5619: Pass MS CRT debug flags into subprocesses | Jesse Noller | 2009-03-31 | 1 | -0/+6 |
| | |||||
* | merge in patch from tim golden to fix contextmanager support for mp.Lock() | Jesse Noller | 2009-03-30 | 1 | -1/+1 |
| | |||||
* | issue 5002: fix windows warning that I intro'ed with r68768 | Jesse Noller | 2009-01-20 | 1 | -3/+1 |
| | |||||
* | Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check ↵ | Jesse Noller | 2009-01-19 | 2 | -2/+14 |
| | | | | handle | ||||
* | Move definition int sval into branch of ifdef where it is used. | Jeremy Hylton | 2008-11-28 | 1 | -1/+1 |
| | | | | Otherwise, you get a warning about an undefined variable. | ||||
* | 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 | 2 | -4/+3 |
| | | | | | | | | | 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 | ||||
* | Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, | Martin v. Löwis | 2008-08-12 | 1 | -6/+16 |
| | | | | | | | by denying s# to parse objects that have a releasebuffer procedure, and introducing s*. More module might need to get converted to use s*. | ||||
* | fix compile error on Windows | Benjamin Peterson | 2008-08-02 | 1 | -1/+1 |
| | |||||
* | Submit fix for issue3393: Memory corruption in multiprocessing module | Jesse Noller | 2008-08-01 | 3 | -19/+28 |
| | |||||
* | convert multiprocessing to unix line endings | Benjamin Peterson | 2008-06-13 | 4 | -870/+870 |
| | |||||
* | 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 | 7 | -0/+2187 |