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