Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | asyncio: _fatal_error() of _UnixWritePipeTransport and _ProactorBasePipeTrans... | Victor Stinner | 2014-01-29 | 1 | -1/+2 |
* | Update asyncio from the Tulip project | Victor Stinner | 2014-01-25 | 1 | -0/+2 |
* | Cleanup properly proactor event loop | Victor Stinner | 2014-01-10 | 1 | -0/+10 |
* | asyncio: Write flow control for proactor event loop. | Guido van Rossum | 2013-12-04 | 1 | -17/+99 |
* | asyncio: Add support for running subprocesses on Windows with the IOCP event ... | Guido van Rossum | 2013-10-30 | 1 | -2/+9 |
* | Issue #19299: fix refleak test failures in test_asyncio | Antoine Pitrou | 2013-10-19 | 1 | -0/+1 |
* | Rename Transport.pause/resume to pause_reading/pause_writing. Also relax time... | Guido van Rossum | 2013-10-18 | 1 | -3/+3 |
* | Rename the logger to plain "logger". | Guido van Rossum | 2013-10-17 | 1 | -5/+5 |
* | Initial checkin of asyncio package (== Tulip, == PEP 3156). | Guido van Rossum | 2013-10-17 | 1 | -0/+352 |