summaryrefslogtreecommitdiff
path: root/eventlet/semaphore.py
Commit message (Expand)AuthorAgeFilesLines
* Semaphore.acquire() accepts timeout=-1Victor Stinner2015-04-051-2/+10
* semaphore: Don't hog a semaphore if someone else is waiting for ittmShaun Stanworth2015-02-211-6/+22
* python3 compat: `raise E(arg)` syntaxSergey Shepelev2013-12-031-1/+1
* semaphore: support timeout for acquireJustin Patrin2013-06-281-17/+55
* whitespace and linelen cleanupTavis Rudd2010-02-271-67/+71
* Documented the hell out of semaphore, noticed that BoundedSemaphore had the w...Ryan Williams2010-02-201-10/+126
* Moved semaphore classes into their own module.Ryan Williams2010-01-171-0/+131