1. 1bbb68d `self` doesn't exist here by Antoine Pitrou · 15 years ago
  2. 8651810 Remove duplicate test by Antoine Pitrou · 15 years ago
  3. 3945c86 Fix style issues in test_ssl by Antoine Pitrou · 15 years ago
  4. 4c7bcf1 Issue #8086: In :func:`ssl.DER_cert_to_PEM_cert()`, fix missing newline by Antoine Pitrou · 15 years ago
  5. 9bf5425 socket.error can really happen here, and fix a possible NameError by Antoine Pitrou · 15 years ago
  6. db18784 Qualify or remove or bare excepts. Simplify exception handling in places. by Antoine Pitrou · 15 years ago
  7. 435ba0c replace custom code with standard library functionality (HTTPServer.shutdown()) by Antoine Pitrou · 15 years ago
  8. 150acda Remove uses of find_unused_port() in test_ssl, and small cleanups by Antoine Pitrou · 15 years ago
  9. fc69af1 Issue #5103: SSL handshake would ignore the socket timeout and block by Antoine Pitrou · 15 years ago
  10. 55841ac Make test_makefile_close a networked test (can't read() from a non-connected by Antoine Pitrou · 15 years ago
  11. b558f17 Issue #5238: Calling makefile() on an SSL object would prevent the by Antoine Pitrou · 15 years ago
  12. dfb299b Issue #7943: Fix circular reference created when instantiating an SSL by Antoine Pitrou · 15 years ago
  13. 9aed604 Skip test on old versions of OpenSSL by Antoine Pitrou · 15 years ago
  14. 60b1ee3 Temporarily display OpenSSL version in verbose run -- trying to diagnose failure on Neal's buildbot. by Antoine Pitrou · 15 years ago
  15. c715a9e Issue #8484: Load all ciphers and digest algorithms when initializing by Antoine Pitrou · 15 years ago
  16. 0a6373c Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change the by Antoine Pitrou · 15 years ago
  17. f9de534 Issue #8321: Give access to OpenSSL version numbers from the `ssl` module, by Antoine Pitrou · 15 years ago
  18. 0762788 #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper. by Florent Xicluna · 15 years ago
  19. a4f46e1 Remove unused imports in test modules. by Georg Brandl · 15 years ago
  20. c7ca56d We heard you like test failures so we put unbound locals in your test so that you can fail while you fail. by Georg Brandl · 15 years ago
  21. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 15 years ago
  22. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 15 years ago
  23. 5ba8491 Issue #7133: SSL objects now support the new buffer API. by Antoine Pitrou · 16 years ago
  24. 888a39b remove test_support.TestSkipped and just use unittest.SkipTest by Benjamin Peterson · 16 years ago
  25. eb257ac fix for release blocker 3910, 2.6 regression in socket.ssl method by Bill Janssen · 17 years ago
  26. 61c001a incorporate fixes from issue 3162; SSL doc patch by Bill Janssen · 17 years ago
  27. 26f5216 fix old API names in test_ssl by Benjamin Peterson · 17 years ago
  28. 39295c2 remove duplicate close() from ssl.py; expose unwrap and add test for it by Bill Janssen · 17 years ago
  29. 0c1dbf8 catch socket.error errors in badCertTest by Bill Janssen · 17 years ago
  30. de34d91 make sure we close the active channels when eof is received on them by Bill Janssen · 17 years ago
  31. 934b16d various SSL fixes; issues 1251, 3162, 3212 by Bill Janssen · 17 years ago
  32. e41b006 - Issue #2550: The approach used by client/server code for obtaining ports by Trent Nelson · 17 years ago
  33. d0a91af Apply same patch from 3k branch to try and prevent this test from hanging by Neal Norwitz · 17 years ago
  34. 5b63acd #2503 make singletons compared with "is" not == or != by Benjamin Peterson · 17 years ago
  35. 0098c9d Introduce a lock to fix a race condition which caused an exception in the test. by Neal Norwitz · 17 years ago
  36. 6c29be5 Disabled test_xmlrpc:test_404. It's causing lots of false alarms. by Christian Heimes · 17 years ago
  37. bf10c47 use binary mode when reading files for testAsyncore to make Windows happy by Bill Janssen · 18 years ago
  38. 296a59d Add support for asyncore server-side SSL support. This requires by Bill Janssen · 18 years ago
  39. e3f1d7d Make sure test_ssl doesn't reference the ssl module in a by Bill Janssen · 18 years ago
  40. 119c7a6 A better way of finding an open port to test with. by Bill Janssen · 18 years ago
  41. 98d19da More work on SSL support. by Bill Janssen · 18 years ago
  42. ffe576d SSL certificate distinguished names should be represented by tuples by Bill Janssen · 18 years ago
  43. ba8c565 > Regardless, building a fixed test certificate and checking it in sounds like by Guido van Rossum · 18 years ago
  44. 9eb9b10 If we can't create a certificate, print a warning, but don't fail the test. by Neal Norwitz · 18 years ago
  45. 3e533c2 Make a utility function for handling (printing) an error by Neal Norwitz · 18 years ago
  46. f6f525b Stop using string.join (from the module) to ease upgrade to py3k by Neal Norwitz · 18 years ago
  47. d6a51e6 Another patch from Bill Janssen that: by Neal Norwitz · 18 years ago
  48. 15d4e56 Get the test passing by commenting out some writes (should they be removed?) by Neal Norwitz · 18 years ago
  49. e472933 Bill Janssen wrote: by Guido van Rossum · 18 years ago
  50. 7fc8e29 Fail gracefully if the cert files cannot be created by Neal Norwitz · 18 years ago
  51. 8e58b34 Try to get this test to pass for systems that do not have SO_REUSEPORT by Neal Norwitz · 18 years ago
  52. ce7fa56 Fix test so it is skipped properly if there is no SSL support. by Neal Norwitz · 18 years ago
  53. 4f2c3dd Server-side SSL and certificate validation, by Bill Janssen. by Guido van Rossum · 18 years ago