1. 888a39b remove test_support.TestSkipped and just use unittest.SkipTest by Benjamin Peterson · 16 years ago
  2. eb257ac fix for release blocker 3910, 2.6 regression in socket.ssl method by Bill Janssen · 17 years ago
  3. 61c001a incorporate fixes from issue 3162; SSL doc patch by Bill Janssen · 17 years ago
  4. 26f5216 fix old API names in test_ssl by Benjamin Peterson · 17 years ago
  5. 39295c2 remove duplicate close() from ssl.py; expose unwrap and add test for it by Bill Janssen · 17 years ago
  6. 0c1dbf8 catch socket.error errors in badCertTest by Bill Janssen · 17 years ago
  7. de34d91 make sure we close the active channels when eof is received on them by Bill Janssen · 17 years ago
  8. 934b16d various SSL fixes; issues 1251, 3162, 3212 by Bill Janssen · 17 years ago
  9. e41b006 - Issue #2550: The approach used by client/server code for obtaining ports by Trent Nelson · 17 years ago
  10. d0a91af Apply same patch from 3k branch to try and prevent this test from hanging by Neal Norwitz · 17 years ago
  11. 5b63acd #2503 make singletons compared with "is" not == or != by Benjamin Peterson · 17 years ago
  12. 0098c9d Introduce a lock to fix a race condition which caused an exception in the test. by Neal Norwitz · 17 years ago
  13. 6c29be5 Disabled test_xmlrpc:test_404. It's causing lots of false alarms. by Christian Heimes · 18 years ago
  14. bf10c47 use binary mode when reading files for testAsyncore to make Windows happy by Bill Janssen · 18 years ago
  15. 296a59d Add support for asyncore server-side SSL support. This requires by Bill Janssen · 18 years ago
  16. e3f1d7d Make sure test_ssl doesn't reference the ssl module in a by Bill Janssen · 18 years ago
  17. 119c7a6 A better way of finding an open port to test with. by Bill Janssen · 18 years ago
  18. 98d19da More work on SSL support. by Bill Janssen · 18 years ago
  19. ffe576d SSL certificate distinguished names should be represented by tuples by Bill Janssen · 18 years ago
  20. ba8c565 > Regardless, building a fixed test certificate and checking it in sounds like by Guido van Rossum · 18 years ago
  21. 9eb9b10 If we can't create a certificate, print a warning, but don't fail the test. by Neal Norwitz · 18 years ago
  22. 3e533c2 Make a utility function for handling (printing) an error by Neal Norwitz · 18 years ago
  23. f6f525b Stop using string.join (from the module) to ease upgrade to py3k by Neal Norwitz · 18 years ago
  24. d6a51e6 Another patch from Bill Janssen that: by Neal Norwitz · 18 years ago
  25. 15d4e56 Get the test passing by commenting out some writes (should they be removed?) by Neal Norwitz · 18 years ago
  26. e472933 Bill Janssen wrote: by Guido van Rossum · 18 years ago
  27. 7fc8e29 Fail gracefully if the cert files cannot be created by Neal Norwitz · 18 years ago
  28. 8e58b34 Try to get this test to pass for systems that do not have SO_REUSEPORT by Neal Norwitz · 18 years ago
  29. ce7fa56 Fix test so it is skipped properly if there is no SSL support. by Neal Norwitz · 18 years ago
  30. 4f2c3dd Server-side SSL and certificate validation, by Bill Janssen. by Guido van Rossum · 18 years ago