Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). | Guido van Rossum | 2015-09-29 | 1 | -16/+21 |
| | |||||
* | asyncio: sync with github | Victor Stinner | 2015-07-25 | 1 | -1/+0 |
| | | | | | | | | | * Fix ResourceWarning warnings in test_streams * Return True from StreamReader.eof_received() to fix http://bugs.python.org/issue24539 (but still needs a unittest). Add StreamReader.__repr__() for easy debugging. * remove unused imports * Issue #234: Drop JoinableQueue on Python 3.5+ | ||||
* | asyncio: Add asyncio.compat module | Victor Stinner | 2015-07-25 | 1 | -4/+2 |
| | | | | | Move compatibility helpers for the different Python versions to a new asyncio.compat module. | ||||
* | Sync asyncio code from default branch. | Yury Selivanov | 2015-05-13 | 1 | -55/+53 |
| | |||||
* | Issue #23456: Add missing @coroutine decorators in asyncio | Victor Stinner | 2015-03-18 | 1 | -0/+3 |
| | |||||
* | Issue #22369: Change "context manager protocol" to "context management ↵ | Serhiy Storchaka | 2014-09-10 | 1 | -2/+2 |
| | | | | protocol". | ||||
* | Accept optional lock object in Condition ctor (tulip issue #198) | Andrew Svetlov | 2014-07-26 | 1 | -3/+6 |
| | |||||
* | asyncio: sync with Tulip, add a new asyncio.coroutines module | Victor Stinner | 2014-06-28 | 1 | -6/+6 |
| | |||||
* | asyncio: Locks refactor: use a separate context manager; remove ↵ | Guido van Rossum | 2014-01-26 | 1 | -22/+60 |
| | | | | Semaphore._locked. | ||||
* | asyncio: Don't special-case GeneratorExit in Condition.wait(). | Guido van Rossum | 2014-01-10 | 1 | -6/+1 |
| | |||||
* | Shorten lines. | Guido van Rossum | 2013-12-19 | 1 | -2/+2 |
| | |||||
* | asyncio: replace our with asynchronous in docstring | Victor Stinner | 2013-12-02 | 1 | -1/+1 |
| | |||||
* | asyncio: document locks | Victor Stinner | 2013-12-02 | 1 | -3/+3 |
| | |||||
* | asyncio: Add BoundedSemaphore to export list in locks.__all__. | Guido van Rossum | 2013-11-25 | 1 | -1/+1 |
| | |||||
* | asyncio: Change bounded semaphore into a subclass, like ↵ | Guido van Rossum | 2013-11-23 | 1 | -17/+19 |
| | | | | threading.[Bounded]Semaphore. | ||||
* | asyncio: Make Semaphore(0) work properly. | Guido van Rossum | 2013-11-21 | 1 | -2/+2 |
| | |||||
* | asyncio: Locks improvements by Arnaud Faure: better repr(), change Conditio\ | Guido van Rossum | 2013-11-04 | 1 | -24/+54 |
| | | | | n structure. | ||||
* | Initial checkin of asyncio package (== Tulip, == PEP 3156). | Guido van Rossum | 2013-10-17 | 1 | -0/+401 |