1. 11c1351 Merge 3.5 (issue #28990) by Yury Selivanov · 9 years ago
  2. b1461aa Issue #28990: Fix SSL hanging if connection is closed before handshake completed. by Yury Selivanov · 9 years ago
  3. a886142 Merge 3.5 (issue #23749) by Yury Selivanov · 9 years ago
  4. 92e7c7f asyncio: Add "call_connection_made" arg to SSLProtocol.__init__ by Yury Selivanov · 9 years ago
  5. 966321e Merge 3.5 (asyncio) by Yury Selivanov · 9 years ago
  6. a05a6ef asyncio: Add set_protocol / get_protocol methods to Transports by Yury Selivanov · 9 years ago
  7. 7c6b3ea Merge 3.5 (asyncio) by Yury Selivanov · 9 years ago
  8. 77bc04a asyncio: Fix NameError in sslproto _fatal_error() by Yury Selivanov · 9 years ago
  9. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 9 years ago
  10. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 9 years ago
  11. 00f4648 Merge 3.5 (asyncio) by Victor Stinner · 9 years ago
  12. c94a93a asyncio: Don't log ConnectionAbortedError by Victor Stinner · 9 years ago
  13. e19558a Add a source parameter to warnings.warn() by Victor Stinner · 9 years ago
  14. 5bb1afb asyncio: Add Transport.is_closing() by Yury Selivanov · 10 years ago
  15. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 10 years ago
  16. f7dc7fb Issue #25114, asyncio: add ssl_object extra info to SSL transports by Victor Stinner · 10 years ago
  17. 8c125eb asyncio: Make sure BaseException is re-raised in SSLProtocol by Yury Selivanov · 10 years ago
  18. 2a8911c asyncio: Sync with upstream (compat module) by Yury Selivanov · 10 years ago
  19. 978a9af Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport by Victor Stinner · 10 years ago
  20. f07801b asyncio: SSL transports now clear their reference to the waiter by Victor Stinner · 10 years ago
  21. b507cba asyncio: Fix SSLProtocol.eof_received() by Victor Stinner · 10 years ago
  22. ff018e4 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  23. 7e222f4 SSLProtocol: set the _transport attribute in the constructor by Victor Stinner · 10 years ago
  24. 72bdefb Issue #22560: Fix typo: call -> call_soon by Victor Stinner · 10 years ago
  25. 042dad7 Issue #22560: Fix SSLProtocol._on_handshake_complete() by Victor Stinner · 10 years ago
  26. 177e9f0 Issue #23197, asyncio: On SSL handshake failure, check if the waiter is by Victor Stinner · 10 years ago
  27. 231b404 Issue #22560: New SSL implementation based on ssl.MemoryBIO by Victor Stinner · 10 years ago