1. 7c68407 bpo-32622: Implement loop.sendfile() (#5271) by Andrew Svetlov · 7 years ago
  2. 61d478c bpo-31399: Let OpenSSL verify hostname and IP address (#3462) by Christian Heimes · 7 years ago
  3. 51eb1c6 bpo-29970: Make ssh_handshake_timeout None by default (#4939) by Andrew Svetlov · 7 years ago
  4. f7686c1 bpo-29970: Add timeout for SSL handshake in asyncio by Neil Aspinall · 7 years ago
  5. d757aaf bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914) by Yury Selivanov · 7 years ago
  6. 6370f34 bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) by Yury Selivanov · 7 years ago
  7. 51d546a bpo-32069: Drop legacy SSL transport (#4451) by Andrew Svetlov · 7 years ago
  8. ea2ef5d bpo-31632: fix set_protocol() in _SSLProtocolTransport (#3817) (#3817) by jlacoline · 7 years ago
  9. 09663de Revert "bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (#409)" (#2111) by Yury Selivanov · 7 years ago
  10. a608d2d bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (#409) by Nikolay Kim · 7 years ago
  11. d1f5751 Break circular references when closing SSLTransport objects (#981) by Michaël Sghaïer · 7 years ago
  12. a0e3d2d Closing transport during handshake process leaks socket (#480) by Nikolay Kim · 7 years ago
  13. 3e2ad8e bpo-29617: Remove Python 3.3 support from asyncio (GH-232) by INADA Naoki · 8 years ago
  14. 2b27e2e bpo-29742: asyncio get_extra_info() throws exception (#525) by Nikolay Kim · 8 years ago
  15. 11c1351 Merge 3.5 (issue #28990) by Yury Selivanov · 8 years ago
  16. b1461aa Issue #28990: Fix SSL hanging if connection is closed before handshake completed. by Yury Selivanov · 8 years ago
  17. a886142 Merge 3.5 (issue #23749) by Yury Selivanov · 8 years ago
  18. 92e7c7f asyncio: Add "call_connection_made" arg to SSLProtocol.__init__ by Yury Selivanov · 8 years ago
  19. 966321e Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  20. a05a6ef asyncio: Add set_protocol / get_protocol methods to Transports by Yury Selivanov · 8 years ago
  21. 7c6b3ea Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  22. 77bc04a asyncio: Fix NameError in sslproto _fatal_error() by Yury Selivanov · 8 years ago
  23. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  24. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  25. 00f4648 Merge 3.5 (asyncio) by Victor Stinner · 9 years ago
  26. c94a93a asyncio: Don't log ConnectionAbortedError by Victor Stinner · 9 years ago
  27. e19558a Add a source parameter to warnings.warn() by Victor Stinner · 9 years ago
  28. 5bb1afb asyncio: Add Transport.is_closing() by Yury Selivanov · 9 years ago
  29. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  30. f7dc7fb Issue #25114, asyncio: add ssl_object extra info to SSL transports by Victor Stinner · 9 years ago
  31. 8c125eb asyncio: Make sure BaseException is re-raised in SSLProtocol by Yury Selivanov · 9 years ago
  32. 2a8911c asyncio: Sync with upstream (compat module) by Yury Selivanov · 9 years ago
  33. 978a9af Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport by Victor Stinner · 10 years ago
  34. f07801b asyncio: SSL transports now clear their reference to the waiter by Victor Stinner · 10 years ago
  35. b507cba asyncio: Fix SSLProtocol.eof_received() by Victor Stinner · 10 years ago
  36. ff018e4 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  37. 7e222f4 SSLProtocol: set the _transport attribute in the constructor by Victor Stinner · 10 years ago
  38. 72bdefb Issue #22560: Fix typo: call -> call_soon by Victor Stinner · 10 years ago
  39. 042dad7 Issue #22560: Fix SSLProtocol._on_handshake_complete() by Victor Stinner · 10 years ago
  40. 177e9f0 Issue #23197, asyncio: On SSL handshake failure, check if the waiter is by Victor Stinner · 10 years ago
  41. 231b404 Issue #22560: New SSL implementation based on ssl.MemoryBIO by Victor Stinner · 10 years ago