summaryrefslogtreecommitdiffstats
path: root/Modules/_multiprocessing/semaphore.c
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 85679 via svnmerge fromGeorg Brandl2010-11-231-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85679 | georg.brandl | 2010-10-18 07:06:18 +0200 (Mo, 18 Okt 2010) | 1 line Fix compiler warnings about formatting pid_t as an int, by always casting to long. ........
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-446/+446
|
* issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin ↵Jesse Noller2009-04-021-5/+5
| | | | Lowis for help
* merge in patch from tim golden to fix contextmanager support for mp.Lock()Jesse Noller2009-03-301-1/+1
|
* Move definition int sval into branch of ifdef where it is used.Jeremy Hylton2008-11-281-1/+1
| | | | Otherwise, you get a warning about an undefined variable.
* add the multiprocessing package to fulfill PEP 371Benjamin Peterson2008-06-111-0/+625