Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (Hopefully) proper fix for gentoo buildbot failure due to lacking AF_INET6 su... | Guido van Rossum | 2013-10-20 | 1 | -1/+5 |
* | Issue #19305: try to fix sporadic test_asyncio failure on FreeBSD 10.0 | Antoine Pitrou | 2013-10-19 | 1 | -0/+15 |
* | Issue #19299: fix refleak test failures in test_asyncio | Antoine Pitrou | 2013-10-19 | 3 | -0/+10 |
* | Verify hostname if verify_mode is CERT_OPTIONAL too. | Guido van Rossum | 2013-10-19 | 1 | -1/+1 |
* | Write flow control for asyncio (includes asyncio.streams overhaul). | Guido van Rossum | 2013-10-18 | 4 | -72/+267 |
* | Important race condition fix for Tulip. | Guido van Rossum | 2013-10-18 | 1 | -33/+18 |
* | Rename Transport.pause/resume to pause_reading/pause_writing. Also relax time... | Guido van Rossum | 2013-10-18 | 5 | -17/+17 |
* | Rename the logger to plain "logger". | Guido van Rossum | 2013-10-17 | 9 | -35/+36 |
* | Initial checkin of asyncio package (== Tulip, == PEP 3156). | Guido van Rossum | 2013-10-17 | 18 | -0/+5708 |