1. b521877 Issue #4870: Add an `options` attribute to SSL contexts, as well as by Antoine Pitrou · 14 years ago
  2. 152efa2 Issue #8550: Add first class `SSLContext` objects to the ssl module. by Antoine Pitrou · 14 years ago
  3. 90e6d04 Remove unused import by Antoine Pitrou · 15 years ago
  4. fa2b938 Hopefully fix sporadic Windows issue by avoiding calling getpeername() by Antoine Pitrou · 15 years ago
  5. de8cf32 Merged revisions 80507 via svnmerge from by Antoine Pitrou · 15 years ago
  6. 40f0874 Issue #8524: When creating an SSL socket, the timeout value of the by Antoine Pitrou · 15 years ago
  7. 2d9cb9c Merged revisions 80151 via svnmerge from by Antoine Pitrou · 15 years ago
  8. 04f6a32 Merged revisions 79812 via svnmerge from by Antoine Pitrou · 15 years ago
  9. 37c1f18 Fix a blunder in r79287. This part is, obviously, poorly tested (if at all). by Antoine Pitrou · 15 years ago
  10. 5733c08 Merged revisions 79226,79286 via svnmerge from by Antoine Pitrou · 15 years ago
  11. dc55e67 Merged revisions 77595 via svnmerge from by Ezio Melotti · 15 years ago
  12. 706824f More codestring -> codebytes. by Georg Brandl · 15 years ago
  13. c071d3a fix name usage by Benjamin Peterson · 16 years ago
  14. 9c069fd #4788 qualify remove a bare except by Benjamin Peterson · 16 years ago
  15. 58afe4c fixes from issue 3162 for SSL module by Bill Janssen · 16 years ago
  16. 40a0f66 clean up ssl.py; expose unwrap and add test for it by Bill Janssen · 16 years ago
  17. 980f314 fix bad method names in ssl module (and typo in ssl doc) by Bill Janssen · 16 years ago
  18. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
  19. 54cc54c update to fix leak in SSL code by Bill Janssen · 17 years ago
  20. e6650f9 Reverting revision 59394. We'll sort this out later. by Guido van Rossum · 17 years ago
  21. 03b5c9a Fix the leaks in test_ssl. Issue 1469. Patch by Christian Heimes: by Guido van Rossum · 17 years ago
  22. 48dc27c most recent changes to SSL module to support non-blocking sockets properly by Bill Janssen · 17 years ago
  23. b7b030e Disable dup() of SSLSocket. I don't think it can be made to work. by Guido van Rossum · 17 years ago
  24. 39eb8fa This is roughly socket2.diff from issue 1378, with a few changes applied by Guido van Rossum · 17 years ago
  25. 5b8b155 Fix some minor style nits. (I'll leave adding __all__ and making the by Guido van Rossum · 17 years ago
  26. 6e027db get SSL support to work again by Bill Janssen · 17 years ago
  27. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  28. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  29. 245b42e Found a different, more direct way to disable ssl support until it's fixed. by Guido van Rossum · 17 years ago
  30. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago