summaryrefslogtreecommitdiff
path: root/eventlet/semaphore.py
Commit message (Expand)AuthorAgeFilesLines
* 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