This repository was archived by the owner on Nov 23, 2017. It is now read-only.
Commits
Branch selector
User selector
Commit History
Commits on Feb 22, 2017
Fix asyncio to support instantiation of new event loops in subprocesses
Show description for a791d88committed
Commits on Dec 16, 2016
SSL hangs if connection_lost is called (#472) (#476)
Show description for d84a8cbauthored andcommitted
Commits on Dec 4, 2016
- authored andcommitted
Commits on Nov 21, 2016
Allow AF_UNIX in loop.create_connection and loop.create_server.
Show description for ab113e4committed
Commits on Nov 15, 2016
Commits on Nov 9, 2016
- committed
- committed
Make loop methods reject socket kinds they do not support.
Show description for eb4c3ffcommittedFix _format_coroutine for coroutine-like objects without __name__
Show description for a3bb643committed
Commits on Nov 7, 2016
Expose _get_running_loop() and _set_running_loop() functions
Show description for 8e8416fcommittedFix `isfuture()` to support `Mock(asyncio.Future)`
Show description for ae82bb7committed- authored andcommitted
Commits on Nov 4, 2016
Make get_event_loop() return the running loop if called from coroutines
Show description for 07ac834committed
Commits on Nov 3, 2016
Commits on Oct 21, 2016
CI: Turn off testing of Python 3.3 and 3.4.
Show description for 1d6f0edcommittedDon't configure the number of workers for default threadpool executor.
Show description for 6b912f5committedFix Gather.cancel() to return True when there were active child tasks.
Show description for f9b0d51committed
Commits on Oct 18, 2016
Handle if async generators are GCed from another thread.
Show description for f5ab2bbcommitted
Commits on Oct 9, 2016
Commits on Oct 8, 2016
Commits on Oct 7, 2016
Commits on Oct 5, 2016
- committed
- committed
- committed
Raise DeprecationWarning when run_in_executor is called with a Handle
Show description for 99ebe37committed- authored andcommitted
- committed
Raise RuntimeError when transport's FD is used with add_reader etc
Show description for 374930dcommittedRefuse monitoring processes if the child watcher has no loop attached
Show description for 496f60fauthored andcommitted
Drop test_sock_connect_sock_write_race (sync with CPython)
Show description for 3a8fc97committed
Commits on Sep 30, 2016
Don't use getservbyname for non-numeric ports. (#437)
Show description for 15bfb5fauthored andcommitted- authored andcommitted