1. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  2. 245b42e Found a different, more direct way to disable ssl support until it's fixed. by Guido van Rossum · 17 years ago
  3. 7436a06 Disable this test too. by Guido van Rossum · 17 years ago
  4. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  5. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  6. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  7. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  8. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  9. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  10. 08e301f There was a race condition where the connector would try to connect by Neal Norwitz · 18 years ago
  11. 2a4712d test_rude_shutdown(): Rewrote to use proper thread by Tim Peters · 18 years ago
  12. 37ca8c1 connector(): You can't use an empty string as an argument to connect() by Tim Peters · 21 years ago
  13. 1787a0b Fix SF bug #763770, test_socket_ssl crash by Neal Norwitz · 21 years ago
  14. a9002f8 Fix SF #754870, SSL crash interpreter when remote side closes during connect by Neal Norwitz · 21 years ago
  15. b4ee4eb Rearrange test_socket_ssl so that a skip is expected iff the network by Tim Peters · 22 years ago
  16. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  17. e0c446b Whitespace normalization. by Tim Peters · 23 years ago
  18. 9f6c37d Add trivial test cases for RAND_add() and RAND_status(). by Jeremy Hylton · 23 years ago
  19. 7b219b4 Skip instead of fail this test if the socket module has no ssl support. by Guido van Rossum · 23 years ago
  20. d1ed15e A test of SSL support, using a roundabout method suggested by Guido. by Barry Warsaw · 23 years ago