summaryrefslogtreecommitdiff
path: root/tests/semaphore_test.py
Commit message (Expand)AuthorAgeFilesLines
* Type check Semaphore, GreenPool arguments; Thanks to Matthew D. PagelSergey Shepelev2016-12-231-9/+19
* tests: clean out unittest.main()Sergey Shepelev2016-06-011-5/+0
* little clean upSergey Shepelev2016-02-121-1/+1
* semaphore: Don't hog a semaphore if someone else is waiting for ittmShaun Stanworth2015-02-211-1/+20
* semaphore: support timeout for acquireJustin Patrin2013-06-281-2/+20
* Documented the hell out of semaphore, noticed that BoundedSemaphore had the w...Ryan Williams2010-02-201-2/+2
* Moved semaphore classes into their own module.Ryan Williams2010-01-171-0/+31