index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
asyncio
/
sslproto.py
Commit message (
Expand
)
Author
Age
...
|
*
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter
2016-05-26
*
|
Merge 3.5 (asyncio)
Victor Stinner
2016-04-01
|
\
|
|
*
asyncio: Don't log ConnectionAbortedError
Victor Stinner
2016-04-01
*
|
Add a source parameter to warnings.warn()
Victor Stinner
2016-03-23
|
/
*
asyncio: Add Transport.is_closing()
Yury Selivanov
2015-11-16
*
Issue #25523: Further a-to-an corrections.
Serhiy Storchaka
2015-11-02
*
Issue #25114, asyncio: add ssl_object extra info to SSL transports
Victor Stinner
2015-09-21
*
asyncio: Make sure BaseException is re-raised in SSLProtocol
Yury Selivanov
2015-08-05
*
asyncio: Sync with upstream (compat module)
Yury Selivanov
2015-08-04
*
Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport
Victor Stinner
2015-01-29
*
asyncio: SSL transports now clear their reference to the waiter
Victor Stinner
2015-01-29
*
asyncio: Fix SSLProtocol.eof_received()
Victor Stinner
2015-01-29
*
asyncio: sync with Tulip
Victor Stinner
2015-01-28
*
SSLProtocol: set the _transport attribute in the constructor
Victor Stinner
2015-01-15
*
Issue #22560: Fix typo: call -> call_soon
Victor Stinner
2015-01-15
*
Issue #22560: Fix SSLProtocol._on_handshake_complete()
Victor Stinner
2015-01-15
*
Issue #23197, asyncio: On SSL handshake failure, check if the waiter is
Victor Stinner
2015-01-14
*
Issue #22560: New SSL implementation based on ssl.MemoryBIO
Victor Stinner
2015-01-14
[prev]