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