summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/base_events.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #20452: Remove debug code, no more neededVictor Stinner2014-01-311-9/+1
* asyncio: Fix error message in BaseEventLoop.subprocess_shell(). Patch writtenVictor Stinner2014-01-311-1/+1
* Issue #20452: select and selectors round (again) timeout away from zero forVictor Stinner2014-01-311-10/+5
* Issue #20452: Oops, fix debug code :-/Victor Stinner2014-01-311-5/+10
* Issue #20452: add more info in case of test_asyncio failure to try to debug theVictor Stinner2014-01-311-1/+9
* asyncio: subprocess_shell() and subprocess_exec() now raise ValueError instea...Victor Stinner2014-01-291-5/+14
* Merge latest Tulip into asyncioVictor Stinner2014-01-251-7/+2
* Issue #20311: asyncio: Add a granularity attribute to BaseEventLoop: maximumVictor Stinner2014-01-251-0/+6
* asyncio: Cleanup logging in BaseEventLoop._run_once()Victor Stinner2014-01-221-2/+5
* Close #20275: Optimize BaseEventLoop._run_once()Victor Stinner2014-01-201-8/+11
* asyncio: Fix space in log message about poll time.Guido van Rossum2013-12-211-1/+1
* asyncio: Better-looking errors when ssl module cannot be imported. In part by...Guido van Rossum2013-11-011-0/+2
* asyncio: Various style nits.Guido van Rossum2013-11-011-1/+1
* asyncio: Document EventLoop.close().Guido van Rossum2013-11-011-0/+5
* asyncio: Add server_hostname as create_connection() argument, with secure def...Guido van Rossum2013-11-011-2/+21
* (Hopefully) proper fix for gentoo buildbot failure due to lacking AF_INET6 su...Guido van Rossum2013-10-201-1/+5
* Issue #19299: fix refleak test failures in test_asyncioAntoine Pitrou2013-10-191-0/+8
* Rename the logger to plain "logger".Guido van Rossum2013-10-171-2/+2
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-171-0/+606