1. 1625d88 Issue #16341: convert examples to use except ... as ... syntax. by Andrew Svetlov · 13 years ago
  2. df4c986 Issue #13747: fix SSL compatibility table. by Antoine Pitrou · 14 years ago
  3. 4a7e0c89 Issue #13747: fix documentation error about the default SSL version. by Antoine Pitrou · 14 years ago
  4. 5472c1c Issue #12823: remove broken link and replace it with another resource. by Antoine Pitrou · 14 years ago
  5. 29a0b57 Backport source links from 3.x. by Éric Araujo · 14 years ago
  6. b1241f9 (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 14 years ago
  7. 2804602 Merged revisions 87627,87638,87760,87986,88108,88115,88165,88263,88329,88364-88365,88423-88424 via svnmerge from by Georg Brandl · 14 years ago
  8. 9e7d6e5 Merged revisions 87653-87655 via svnmerge from by Antoine Pitrou · 15 years ago
  9. 308c2af Document that SSL v2 is insecure. by Antoine Pitrou · 15 years ago
  10. 3ded421 Reword paragraph to make its meaning clearer. by Andrew M. Kuchling · 15 years ago
  11. 0a6373c Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change the by Antoine Pitrou · 15 years ago
  12. f9de534 Issue #8321: Give access to OpenSSL version numbers from the `ssl` module, by Antoine Pitrou · 15 years ago
  13. a50d20a Rewrap long lines. by Georg Brandl · 16 years ago
  14. a178a69 Fix 'the the' duplication by Andrew M. Kuchling · 16 years ago
  15. a7b55a3 revert r69777 since all the experts agree that extra import lines distract from the code by Benjamin Peterson · 16 years ago
  16. 5149742 Since we recommend one module per import line, reflect this also in the by Jeroen Ruigrok van der Werven · 16 years ago
  17. c62ef8b Remove trailing whitespace. by Georg Brandl · 17 years ago
  18. 61c001a incorporate fixes from issue 3162; SSL doc patch by Bill Janssen · 17 years ago
  19. 5bfbd76 update ssl documentation by Bill Janssen · 17 years ago
  20. 934b16d various SSL fixes; issues 1251, 3162, 3212 by Bill Janssen · 17 years ago
  21. aea8d2e Use correct parameter name by Andrew M. Kuchling · 17 years ago
  22. 2b92f6b Diverse markup fixes. by Georg Brandl · 18 years ago
  23. 529b1a9 Fix protocol name by Andrew M. Kuchling · 18 years ago
  24. 296a59d Add support for asyncore server-side SSL support. This requires by Bill Janssen · 18 years ago
  25. 93bf9ce Fix some documentation bugs. by Bill Janssen · 18 years ago
  26. 98d19da More work on SSL support. by Bill Janssen · 18 years ago
  27. ffe576d SSL certificate distinguished names should be represented by tuples by Bill Janssen · 18 years ago
  28. 426ea0a This contains a number of things: by Bill Janssen · 18 years ago
  29. 8ee23bb Patch 10124 by Bill Janssen, docs for the new ssl code. by Guido van Rossum · 18 years ago