COMMITS
/ Lib/asyncio/selector_events.py April 25, 2017
I
bpo-29617: Remove Python 3.3 support from asyncio (GH-232)
INADA Naoki committed
October 5, 2016
Y
Merge 3.5 (issue #28369)
Yury Selivanov committed
Y
Issue #28369: Raise an error when transport's FD is used with add_reader
Yury Selivanov committed
September 15, 2016
Y
Merge 3.5 (issue #28176)
Yury Selivanov committed
Y
Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect.
Yury Selivanov committed
Y
Merge 3.5 (issue #27906)
Yury Selivanov committed
Y
Issue #27906: Fix socket accept exhaustion during high TCP traffic.
Yury Selivanov committed
September 12, 2016
Y
Merge 3.5 (issue #27456)
Yury Selivanov committed
Y
Issue #27456: asyncio: Set TCP_NODELAY by default.
Yury Selivanov committed
Y
Merge 3.5 (asyncio)
Yury Selivanov committed
Y
asyncio: Add set_protocol / get_protocol methods to Transports
Yury Selivanov committed
June 28, 2016
Y
Merge 3.5 (asyncio)
Yury Selivanov committed
Y
asyncio: Use socket specs for getaddrinfo() in sock_connect()
Yury Selivanov committed
June 11, 2016
Y
Merge 3.5 (issue #27223)
Yury Selivanov committed
Y
Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost.
Yury Selivanov committed
June 8, 2016
Y
Merge 3.5 (issue #27136, asyncio)
Yury Selivanov committed
Y
Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo
Yury Selivanov committed
May 16, 2016
Y
Merge 3.5 (Issue #27041)
Yury Selivanov committed
Y
Issue #27041: asyncio: Add loop.create_future method
Yury Selivanov committed
April 17, 2016
S
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Serhiy Storchaka committed
S
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka committed
April 1, 2016
V
Merge 3.5 (asyncio)
Victor Stinner committed
V
asyncio: Don't log ConnectionAbortedError
Victor Stinner committed
March 22, 2016
V
Add a source parameter to warnings.warn()
Victor Stinner committed
February 1, 2016
V
Fix error message in asyncio.selector_events.
Victor Stinner committed
December 17, 2015
Y
asyncio: Skip getaddrinfo if host is already resolved.
Yury Selivanov committed
November 17, 2015
Y
asyncio: Cleanup Future API
Yury Selivanov committed
November 16, 2015
Y
asyncio: Add Transport.is_closing()
Yury Selivanov committed
September 21, 2015
V
Issue #25114, asyncio: add ssl_object extra info to SSL transports
Victor Stinner committed
August 4, 2015
Y
asyncio: Sync with upstream (compat module)
Yury Selivanov committed
April 7, 2015
V
Issue #23879, asyncio: SelectorEventLoop.sock_connect() must not call connect()
Victor Stinner committed
March 27, 2015
V
asyncio: Fix _SelectorTransport.__repr__() if the event loop is closed
Victor Stinner committed
February 4, 2015
V
asyncio: Only call _check_resolved_address() in debug mode
Victor Stinner committed
V
asyncio: BaseSelectorEventLoop uses directly the private _debug attribute
Victor Stinner committed
January 29, 2015
V
Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport
Victor Stinner committed
V
asyncio: sync with Tulip
Victor Stinner committed
V
asyncio: sync with Tulip
Victor Stinner committed
January 28, 2015
V
asyncio: Fix _SelectorSocketTransport constructor
Victor Stinner committed
V
asyncio: SSL transports now clear their reference to the waiter
Victor Stinner committed
January 21, 2015
V
asyncio: pyflakes, remove unused import
Victor Stinner committed
January 14, 2015
V
asyncio: sync with Tulip
Victor Stinner committed
V
Issue #23197: On SSL handshake failure on matching hostname, check if the
Victor Stinner committed
V
Issue #23197, asyncio: On SSL handshake failure, check if the waiter is
Victor Stinner committed
January 13, 2015
V
Issue #22560: New SSL implementation based on ssl.MemoryBIO
Victor Stinner committed
January 9, 2015
V
asyncio: sync with Tulip
Victor Stinner committed
V
asyncio: sync with Tulip
Victor Stinner committed
January 8, 2015
V
asyncio: Truncate to 80 columns
Victor Stinner committed
V
asyncio: _make_ssl_transport: make the waiter parameter optional
Victor Stinner committed
December 26, 2014
V
Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods of
Victor Stinner committed
November 23, 2014
B
don't require OpenSSL SNI to pass hostname to ssl functions (#22921)
Benjamin Peterson committed