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
/
test
/
test_asyncio
/
test_sslproto.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-31632: fix set_protocol() in _SSLProtocolTransport (#3817) (#3817)
jlacoline
2017-10-19
1
-0/+8
*
Revert "bpo-29406: asyncio SSL contexts leak sockets after calling close with...
Yury Selivanov
2017-06-11
1
-34/+0
*
bpo-29406: asyncio SSL contexts leak sockets after calling close with certain...
Nikolay Kim
2017-06-10
1
-0/+34
*
Closing transport during handshake process leaks socket (#480)
Nikolay Kim
2017-06-09
1
-0/+15
*
bpo-29742: asyncio get_extra_info() throws exception (#525)
Nikolay Kim
2017-03-12
1
-0/+12
*
Issue #28990: Fix SSL hanging if connection is closed before handshake comple...
Yury Selivanov
2016-12-16
1
-0/+10
*
Issue #28613: Fix get_event_loop() to return the current loop
Yury Selivanov
2016-11-04
1
-0/+1
*
asyncio: Add set_protocol / get_protocol methods to Transports
Yury Selivanov
2016-09-12
1
-0/+1
*
asyncio: Fix NameError in sslproto _fatal_error()
Yury Selivanov
2016-06-28
1
-0/+16
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
1
-1/+1
*
Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport
Victor Stinner
2015-01-29
1
-4/+3
*
asyncio: Fix SSLProtocol.eof_received()
Victor Stinner
2015-01-28
1
-11/+29
*
asyncio: sync with Tulip
Victor Stinner
2015-01-27
1
-0/+5
*
asyncio: Close transports in tests
Victor Stinner
2015-01-15
1
-0/+4
*
Issue #23197, asyncio: On SSL handshake failure, check if the waiter is
Victor Stinner
2015-01-14
1
-0/+45