Commit Graph

13 Commits

Author SHA1 Message Date
A. Jesse Jiryu Davis 99a4e15726 Document the Lock class. 2015-04-18 23:04:13 -04:00
A. Jesse Jiryu Davis 9f72157ab8 Move doctests from locks.rst to locks.py docstrings.
For consistency with queues doctests.
2015-04-12 17:16:08 -04:00
A. Jesse Jiryu Davis 556a25da5d Reliable Semaphore doctest.
100ms sleep doesn't always order the test output on Travis slaves.
2015-04-12 13:28:46 -04:00
A. Jesse Jiryu Davis 5a3d4beac6 Remove redundant doctest of BoundedSemaphore.release. 2015-04-10 00:01:58 -04:00
A. Jesse Jiryu Davis d2a4a06643 Document locks.BoundedSemaphore. 2015-04-04 08:39:11 -04:00
A. Jesse Jiryu Davis 7159718050 Document locks.Semaphore. 2015-03-30 22:41:05 -04:00
A. Jesse Jiryu Davis bb5c8bde23 Clarify event.wait's blocking behavior. 2015-03-28 06:02:32 -04:00
A. Jesse Jiryu Davis 83d07d8012 More concise locks examples. 2015-03-27 06:20:40 -04:00
A. Jesse Jiryu Davis 7ecc0312c5 Document locks.Event. 2015-03-27 06:17:31 -04:00
A. Jesse Jiryu Davis 42b38827b5 Make specific example code for Condition. 2015-03-26 06:31:57 -04:00
A. Jesse Jiryu Davis d75df2ac37 Replace "loop" with "io_loop" in locks example. 2015-03-26 06:19:47 -04:00
A. Jesse Jiryu Davis fe662263e4 Document tornado.locks. 2015-03-25 06:18:32 -04:00
A. Jesse Jiryu Davis 32acb5c060 Add tornado.locks.Condition.
Copied from Toro with small improvements.
2015-02-14 14:30:48 -05:00