index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
asyncio
/
sslproto.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Issue #25523: Further a-to-an corrections.
Serhiy Storchaka
2015-11-02
1
-1/+1
*
Issue #25114, asyncio: add ssl_object extra info to SSL transports
Victor Stinner
2015-09-21
1
-0/+4
*
asyncio: Make sure BaseException is re-raised in SSLProtocol
Yury Selivanov
2015-08-05
1
-1/+6
*
asyncio: Sync with upstream (compat module)
Yury Selivanov
2015-08-04
1
-2/+2
*
Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport
Victor Stinner
2015-01-29
1
-0/+13
*
asyncio: SSL transports now clear their reference to the waiter
Victor Stinner
2015-01-28
1
-7/+13
*
asyncio: Fix SSLProtocol.eof_received()
Victor Stinner
2015-01-28
1
-0/+4
*
asyncio: sync with Tulip
Victor Stinner
2015-01-27
1
-1/+0
*
SSLProtocol: set the _transport attribute in the constructor
Victor Stinner
2015-01-15
1
-0/+1
*
Issue #22560: Fix typo: call -> call_soon
Victor Stinner
2015-01-15
1
-1/+1
*
Issue #22560: Fix SSLProtocol._on_handshake_complete()
Victor Stinner
2015-01-15
1
-2/+6
*
Issue #23197, asyncio: On SSL handshake failure, check if the waiter is
Victor Stinner
2015-01-14
1
-2/+3
*
Issue #22560: New SSL implementation based on ssl.MemoryBIO
Victor Stinner
2015-01-13
1
-0/+640
[prev]