summaryrefslogtreecommitdiff
path: root/asyncio/unix_events.py
Commit message (Expand)AuthorAgeFilesLines
* Add closing read-only property to transportsclosingVictor Stinner2015-07-201-2/+0
* Workaround CPython bug #23353Victor Stinner2015-02-021-2/+10
* Python issue #23347: Make BaseSubprocessTransport.wait() privateVictor Stinner2015-01-301-1/+1
* Python issue #23347: Refactor creation of subprocess transportsVictor Stinner2015-01-291-5/+10
* Python issue #23243: On Python 3.4 and newer, emit a ResourceWarning when anVictor Stinner2015-01-291-0/+19
* Fix _UnixReadPipeTransport and _UnixWritePipeTransportVictor Stinner2015-01-291-6/+11
* SSL transports now clear their reference to the waiterVictor Stinner2015-01-291-2/+2
* Python issue #23208: Add BaseEventLoop._current_handleVictor Stinner2015-01-261-0/+961