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_socket_ssl.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix test_socket_ssl the easy way and remove it per #1489
Benjamin Peterson
2008-06-18
1
-283/+0
*
The ssl certificate at https://sf.net is not valid.
Amaury Forgeot d'Arc
2008-06-18
1
-1/+1
*
Fix typo with regards to self.PORT shadowing class variables with the same name.
Trent Nelson
2008-04-09
1
-3/+3
*
- Issue #2550: The approach used by client/server code for obtaining ports
Trent Nelson
2008-04-08
1
-17/+20
*
Suppress failure (to avoid a flaky test) if we cannot connect to svn.python.org
Neal Norwitz
2008-03-23
1
-2/+10
*
Block the "socket.ssl() is deprecated" warning from test_socket_ssl.
Jeffrey Yasskin
2008-03-18
1
-0/+6
*
The test requires the network resource
Christian Heimes
2008-02-11
1
-0/+2
*
Retry connection in case it fails to reduce flakiness
Neal Norwitz
2008-01-27
1
-3/+30
*
Use the host the author likely meant in the first place. pop.gmail.com is
Gregory P. Smith
2007-10-06
1
-4/+1
*
Add support for asyncore server-side SSL support. This requires
Bill Janssen
2007-09-16
1
-1/+1
*
More work on SSL support.
Bill Janssen
2007-09-10
1
-1/+1
*
This contains a number of things:
Bill Janssen
2007-08-29
1
-2/+2
*
Bug #978833: Close https sockets by releasing the _ssl object.
Martin v. Löwis
2007-07-27
1
-0/+19
*
Whitespace normalization. Ugh, we really need to do this more often.
Neal Norwitz
2007-04-25
1
-15/+15
*
Added tests for other methods of SSL object. Now we cover
Facundo Batista
2007-04-22
1
-0/+15
*
Typo fix.
Collin Winter
2007-04-10
1
-1/+1
*
Minor fix to the tests pass ok even with -O.
Facundo Batista
2007-04-10
1
-1/+2
*
Fixed the way that the .pem files are looked for, and changed
Facundo Batista
2007-04-04
1
-16/+9
*
Changed the whole structure of startup and checking if the
Facundo Batista
2007-04-03
1
-26/+36
*
Added a SSL server to test_socket_ssl.py to be able to test
Facundo Batista
2007-04-03
1
-11/+80
*
Now using unittest for the tests infraestructure. Also split the
Facundo Batista
2007-04-03
1
-111/+115
*
Add test.test_support.transient_internet . Returns a context manager that
Brett Cannon
2007-03-13
1
-1/+1
*
Introduce test.test_support.TransientResource. It's a context manager to
Brett Cannon
2007-03-08
1
-1/+2
*
This should fix the buildbot failure on s/390 which can't connect to gmail.org.
Neal Norwitz
2006-06-29
1
-6/+9
*
At the C level, tuple arguments are passed in directly to the exception
Brett Cannon
2006-06-21
1
-4/+4
*
Fix typo of exception name.
Brett Cannon
2006-06-20
1
-1/+1
*
Raise TestSkipped when the test socket connection is refused.
Brett Cannon
2006-06-20
1
-0/+7
*
Fix the socket tests so they can be run concurrently. Backport candidate
Neal Norwitz
2006-06-12
1
-3/+3
*
test_timeout(): This test was added during Bug Day, but disabled
Tim Peters
2006-04-08
1
-20/+36
*
Fix stupid typo.
Tim Peters
2006-04-01
1
-1/+1
*
test_timeout(): Disable this new test on all platforms.
Tim Peters
2006-04-01
1
-4/+8
*
Make test_socket_ssl finally pass on WIn
Georg Brandl
2006-03-31
1
-0/+3
*
Disable test_socket_ssl timeout test on Windows.
Georg Brandl
2006-03-31
1
-11/+13
*
Patch #1380952: fix SSL objects timing out on consecutive read()s
Georg Brandl
2006-03-31
1
-0/+14
*
There was a race condition where the connector would try to connect
Neal Norwitz
2006-01-25
1
-0/+3
*
test_rude_shutdown(): Rewrote to use proper thread
Tim Peters
2006-01-24
1
-11/+19
*
connector(): You can't use an empty string as an argument to connect()
Tim Peters
2003-07-01
1
-1/+1
*
Fix SF bug #763770, test_socket_ssl crash
Neal Norwitz
2003-07-01
1
-2/+2
*
Fix SF #754870, SSL crash interpreter when remote side closes during connect
Neal Norwitz
2003-06-30
1
-1/+37
*
Rearrange test_socket_ssl so that a skip is expected iff the network
Tim Peters
2002-12-04
1
-19/+24
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Whitespace normalization.
Tim Peters
2001-10-18
1
-3/+0
*
Add trivial test cases for RAND_add() and RAND_status().
Jeremy Hylton
2001-10-18
1
-1/+15
*
Skip instead of fail this test if the socket module has no ssl
Guido van Rossum
2001-09-06
1
-0/+3
*
A test of SSL support, using a roundabout method suggested by Guido.
Barry Warsaw
2001-08-20
1
-0/+13