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-33037: Skip sending/receiving after SSL transport closing (GH-6044)
Andrew Svetlov
2018-03-10
1
-20/+37
*
bpo-23749: Make start-tls tests more stable on win7 buildbot (GH-5409)
Yury Selivanov
2018-01-29
1
-2/+10
*
bpo-32458: Temporarily mask start-tls proactor test on Windows (#5054)
Yury Selivanov
2017-12-30
1
-2/+4
*
bpo-23749: Implement loop.start_tls() (#5039)
Yury Selivanov
2017-12-30
1
-0/+152
*
bpo-29970: Make ssh_handshake_timeout None by default (#4939)
Andrew Svetlov
2017-12-20
1
-0/+16
*
bpo-29970: Add timeout for SSL handshake in asyncio
Neil Aspinall
2017-12-19
1
-1/+13
*
bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785)
Yury Selivanov
2017-12-11
1
-1/+1
*
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