summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_selector_events.py
Commit message (Expand)AuthorAgeFilesLines
* asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(),Victor Stinner2014-02-111-4/+5
* asyncio tests: Remove scories of resolution/granularityVictor Stinner2014-02-091-1/+0
* asyncio: Don't export BaseEventLoop, BaseSelectorEventLoop norVictor Stinner2014-01-251-1/+2
* Update asyncio from the Tulip projectVictor Stinner2014-01-251-39/+37
* Issue #20311: asyncio: Add a granularity attribute to BaseEventLoop: maximumVictor Stinner2014-01-251-1/+3
* asyncio: Change write buffer use to avoid O(N**2). Make write()/sendto() acce...Guido van Rossum2013-11-271-47/+156
* asyncio: Replace connection_refused() with error_received().Guido van Rossum2013-11-161-10/+23
* asyncio: Better-looking errors when ssl module cannot be imported. In part by...Guido van Rossum2013-11-011-0/+20
* asyncio: Refactor ssl transport ready loop (Nikolay Kim).Guido van Rossum2013-11-011-51/+83
* Make various asyncio test files individually runnableAntoine Pitrou2013-10-201-0/+4
* Rename Transport.pause/resume to pause_reading/pause_writing. Also relax time...Guido van Rossum2013-10-181-6/+6
* Rename the logger to plain "logger".Guido van Rossum2013-10-171-6/+6
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-171-0/+1485