Home | History | Annotate | Download | only in test

Lines Matching refs:remote

168         remote = ("svn.python.org", 443)
169 with test_support.transient_internet(remote[0]):
172 s.connect(remote)
175 s.connect(remote)
181 s.connect(remote)
381 self.skipTest("remote host needs SNI, only available on Python 3.2+")
383 remote = ("sha256.tbs-internet.com", 443)
390 s.connect(remote)
393 (remote, s.cipher()))
1144 " client: read %d bytes from remote server '%s'\n"