Serhiy Storchaka
|
148679982f
|
Issue #22369: Change "context manager protocol" to "context management protocol".
|
2014-09-10 23:43:41 +03:00 |
Andrew Svetlov
|
f21fcd09c5
|
Accept optional lock object in Condition ctor (tulip issue #198)
|
2014-07-26 17:54:34 +03:00 |
Victor Stinner
|
f951d28ac8
|
asyncio: sync with Tulip, add a new asyncio.coroutines module
|
2014-06-29 00:46:45 +02:00 |
Guido van Rossum
|
ab3c88983b
|
asyncio: Locks refactor: use a separate context manager; remove Semaphore._locked.
|
2014-01-25 16:51:57 -08:00 |
Guido van Rossum
|
2407f3bb1b
|
asyncio: Don't special-case GeneratorExit in Condition.wait().
|
2014-01-10 13:25:38 -08:00 |
Guido van Rossum
|
994bf4332f
|
Shorten lines.
|
2013-12-19 12:47:38 -08:00 |
Victor Stinner
|
10a8e6ab7b
|
asyncio: replace our with asynchronous in docstring
|
2013-12-02 14:31:43 +01:00 |
Victor Stinner
|
c37dd614b6
|
asyncio: document locks
|
2013-12-02 14:31:16 +01:00 |
Guido van Rossum
|
a58d1c32f8
|
asyncio: Add BoundedSemaphore to export list in locks.__all__.
|
2013-11-24 22:32:09 -08:00 |
Guido van Rossum
|
085869bfee
|
asyncio: Change bounded semaphore into a subclass, like threading.[Bounded]Semaphore.
|
2013-11-23 15:09:16 -08:00 |
Guido van Rossum
|
9c55a58a1d
|
asyncio: Make Semaphore(0) work properly.
|
2013-11-21 11:07:45 -08:00 |
Guido van Rossum
|
ccea08462b
|
asyncio: Locks improvements by Arnaud Faure: better repr(), change Conditio\
n structure.
|
2013-11-04 13:18:19 -08:00 |
Guido van Rossum
|
27b7c7ebf1
|
Initial checkin of asyncio package (== Tulip, == PEP 3156).
|
2013-10-17 13:40:50 -07:00 |