Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #23046: Expose the BaseEventLoop class in the asyncio namespace | Victor Stinner | 2015-01-06 | 1 | -1/+3 |
* | Fix asyncio.__all__: export also unix_events and windows_events symbols | Victor Stinner | 2014-07-18 | 1 | -6/+7 |
* | asyncio: sync with Tulip, add a new asyncio.coroutines module | Victor Stinner | 2014-06-29 | 1 | -1/+3 |
* | Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module | Victor Stinner | 2014-02-01 | 1 | -0/+2 |
* | asyncio: Don't export BaseEventLoop, BaseSelectorEventLoop nor | Victor Stinner | 2014-01-25 | 1 | -7/+1 |
* | Update asyncio from the Tulip project | Victor Stinner | 2014-01-25 | 1 | -5/+13 |
* | asyncio: Add support for running subprocesses on Windows with the IOCP event ... | Guido van Rossum | 2013-10-30 | 1 | -2/+10 |
* | Initial checkin of asyncio package (== Tulip, == PEP 3156). | Guido van Rossum | 2013-10-17 | 1 | -0/+33 |