1. 9054967 bpo-40443: Remove unused imports in the stdlib (GH-19803) by Victor Stinner · 5 years ago
  2. 1f39c28 bpo-37035: Don't log OSError (GH-13548) by Andrew Svetlov · 6 years ago
  3. 431b540 bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528) by Yury Selivanov · 6 years ago
  4. f683f46 bpo-34745: Fix asyncio sslproto memory issues (GH-12386) by Fantix King · 6 years ago
  5. fb2c346 asyncio: __del__() keep reference to warnings.warn (GH-11491) by Victor Stinner · 6 years ago
  6. ff6c077 bpo-33694: Fix typo in helper function name (GH-7522) by Victor Stinner · 7 years ago
  7. 79790bc bpo-33694: Fix race condition in asyncio proactor (GH-7498) by Victor Stinner · 7 years ago
  8. 415bc46 bpo-33769: start_tls: Fix error message; cancel callbacks on error (GH-7403) by Yury Selivanov · 7 years ago
  9. 9602643 bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321) by Yury Selivanov · 7 years ago
  10. 2179022 bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (#7194) by Yury Selivanov · 7 years ago
  11. be00a55 bpo-33674: asyncio: Fix SSLProtocol race (GH-7175) by Victor Stinner · 7 years ago
  12. dbf1022 bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130) by Yury Selivanov · 7 years ago
  13. 5e80a71 bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044) by Andrew Svetlov · 7 years ago
  14. 7c68407 bpo-32622: Implement loop.sendfile() (#5271) by Andrew Svetlov · 7 years ago
  15. 61d478c bpo-31399: Let OpenSSL verify hostname and IP address (#3462) by Christian Heimes · 7 years ago
  16. 51eb1c6 bpo-29970: Make ssh_handshake_timeout None by default (#4939) by Andrew Svetlov · 8 years ago
  17. f7686c1 bpo-29970: Add timeout for SSL handshake in asyncio by Neil Aspinall · 8 years ago
  18. d757aaf bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914) by Yury Selivanov · 8 years ago
  19. 6370f34 bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) by Yury Selivanov · 8 years ago
  20. 51d546a bpo-32069: Drop legacy SSL transport (#4451) by Andrew Svetlov · 8 years ago
  21. ea2ef5d bpo-31632: fix set_protocol() in _SSLProtocolTransport (#3817) (#3817) by jlacoline · 8 years ago
  22. 09663de Revert "bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (#409)" (#2111) by Yury Selivanov · 8 years ago
  23. a608d2d bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (#409) by Nikolay Kim · 8 years ago
  24. d1f5751 Break circular references when closing SSLTransport objects (#981) by Michaël Sghaïer · 8 years ago
  25. a0e3d2d Closing transport during handshake process leaks socket (#480) by Nikolay Kim · 8 years ago
  26. 3e2ad8e bpo-29617: Remove Python 3.3 support from asyncio (GH-232) by INADA Naoki · 8 years ago
  27. 2b27e2e bpo-29742: asyncio get_extra_info() throws exception (#525) by Nikolay Kim · 8 years ago
  28. 11c1351 Merge 3.5 (issue #28990) by Yury Selivanov · 9 years ago
  29. b1461aa Issue #28990: Fix SSL hanging if connection is closed before handshake completed. by Yury Selivanov · 9 years ago
  30. a886142 Merge 3.5 (issue #23749) by Yury Selivanov · 9 years ago
  31. 92e7c7f asyncio: Add "call_connection_made" arg to SSLProtocol.__init__ by Yury Selivanov · 9 years ago
  32. 966321e Merge 3.5 (asyncio) by Yury Selivanov · 9 years ago
  33. a05a6ef asyncio: Add set_protocol / get_protocol methods to Transports by Yury Selivanov · 9 years ago
  34. 7c6b3ea Merge 3.5 (asyncio) by Yury Selivanov · 9 years ago
  35. 77bc04a asyncio: Fix NameError in sslproto _fatal_error() by Yury Selivanov · 9 years ago
  36. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 9 years ago
  37. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 9 years ago
  38. 00f4648 Merge 3.5 (asyncio) by Victor Stinner · 9 years ago
  39. c94a93a asyncio: Don't log ConnectionAbortedError by Victor Stinner · 9 years ago
  40. e19558a Add a source parameter to warnings.warn() by Victor Stinner · 9 years ago
  41. 5bb1afb asyncio: Add Transport.is_closing() by Yury Selivanov · 10 years ago
  42. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 10 years ago
  43. f7dc7fb Issue #25114, asyncio: add ssl_object extra info to SSL transports by Victor Stinner · 10 years ago
  44. 8c125eb asyncio: Make sure BaseException is re-raised in SSLProtocol by Yury Selivanov · 10 years ago
  45. 2a8911c asyncio: Sync with upstream (compat module) by Yury Selivanov · 10 years ago
  46. 978a9af Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport by Victor Stinner · 10 years ago
  47. f07801b asyncio: SSL transports now clear their reference to the waiter by Victor Stinner · 10 years ago
  48. b507cba asyncio: Fix SSLProtocol.eof_received() by Victor Stinner · 10 years ago
  49. ff018e4 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  50. 7e222f4 SSLProtocol: set the _transport attribute in the constructor by Victor Stinner · 10 years ago
  51. 72bdefb Issue #22560: Fix typo: call -> call_soon by Victor Stinner · 10 years ago
  52. 042dad7 Issue #22560: Fix SSLProtocol._on_handshake_complete() by Victor Stinner · 10 years ago
  53. 177e9f0 Issue #23197, asyncio: On SSL handshake failure, check if the waiter is by Victor Stinner · 10 years ago
  54. 231b404 Issue #22560: New SSL implementation based on ssl.MemoryBIO by Victor Stinner · 10 years ago