summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_socket_ssl.py
Commit message (Expand)AuthorAgeFilesLines
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-6/+6
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-8/+18
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+39
* There was a race condition where the connector would try to connectNeal Norwitz2006-01-251-0/+3
* test_rude_shutdown(): Rewrote to use proper threadTim Peters2006-01-241-11/+19
* connector(): You can't use an empty string as an argument to connect()Tim Peters2003-07-011-1/+1
* Fix SF bug #763770, test_socket_ssl crashNeal Norwitz2003-07-011-2/+2
* Fix SF #754870, SSL crash interpreter when remote side closes during connectNeal Norwitz2003-06-301-1/+37
* Rearrange test_socket_ssl so that a skip is expected iff the networkTim Peters2002-12-041-19/+24
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Whitespace normalization.Tim Peters2001-10-181-3/+0
* Add trivial test cases for RAND_add() and RAND_status().Jeremy Hylton2001-10-181-1/+15
* Skip instead of fail this test if the socket module has no sslGuido van Rossum2001-09-061-0/+3
* A test of SSL support, using a roundabout method suggested by Guido.Barry Warsaw2001-08-201-0/+13