summaryrefslogtreecommitdiffstats
path: root/Modules/_multiprocessing/semaphore.c
Commit message (Expand)AuthorAgeFilesLines
* issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin L...Jesse Noller2009-04-021-5/+5
* 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
* add the multiprocessing package to fulfill PEP 371Benjamin Peterson2008-06-111-0/+625