1. 5bb1afb asyncio: Add Transport.is_closing() by Yury Selivanov · 9 years ago
  2. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  3. f7dc7fb Issue #25114, asyncio: add ssl_object extra info to SSL transports by Victor Stinner · 9 years ago
  4. 8c125eb asyncio: Make sure BaseException is re-raised in SSLProtocol by Yury Selivanov · 9 years ago
  5. 2a8911c asyncio: Sync with upstream (compat module) by Yury Selivanov · 9 years ago
  6. 978a9af Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport by Victor Stinner · 10 years ago
  7. f07801b asyncio: SSL transports now clear their reference to the waiter by Victor Stinner · 10 years ago
  8. b507cba asyncio: Fix SSLProtocol.eof_received() by Victor Stinner · 10 years ago
  9. ff018e4 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  10. 7e222f4 SSLProtocol: set the _transport attribute in the constructor by Victor Stinner · 10 years ago
  11. 72bdefb Issue #22560: Fix typo: call -> call_soon by Victor Stinner · 10 years ago
  12. 042dad7 Issue #22560: Fix SSLProtocol._on_handshake_complete() by Victor Stinner · 10 years ago
  13. 177e9f0 Issue #23197, asyncio: On SSL handshake failure, check if the waiter is by Victor Stinner · 10 years ago
  14. 231b404 Issue #22560: New SSL implementation based on ssl.MemoryBIO by Victor Stinner · 10 years ago