1. d2eca37 Clean up socket closing in test_ssl and test.ssl_servers by Antoine Pitrou · 14 years ago
  2. b75b639 Remove usage of exception indexing. by Georg Brandl · 14 years ago
  3. eb585ad Fix test_ssl on Ubuntu buildbot with patched OpenSSL by Antoine Pitrou · 14 years ago
  4. d532321 Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` by Antoine Pitrou · 14 years ago
  5. 05d936d Let test_ssl fail gracefully if ssl support is not available by Antoine Pitrou · 14 years ago
  6. 803e6d6 Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and by Antoine Pitrou · 14 years ago
  7. b0182c8 Issue #10075: Add a session_stats() method to SSLContext objects. by Antoine Pitrou · 14 years ago
  8. 8156409 Issue #1051: Add a script (Lib/test/make_ssl_certs.py) to generate the by Antoine Pitrou · 14 years ago
  9. 59fdd67 Issue #1589: Add ssl.match_hostname(), to help implement server identity by Antoine Pitrou · 14 years ago
  10. 977c707 Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher by Giampaolo Rodolà · 14 years ago
  11. a468adc Issue #9853: Fix the signature of SSLSocket.recvfrom() and by Antoine Pitrou · 14 years ago
  12. 350c722 Use transient_internet() where appropriate in test_ssl by Antoine Pitrou · 14 years ago
  13. a88c83c Issue #8574: better implementation of test.support.transient_internet(). by Antoine Pitrou · 14 years ago
  14. 8b7da62 Fix issue #9711: raise ValueError is SSLConnection constructor is invoked with keyfile and not certfile. by Giampaolo Rodolà · 14 years ago
  15. 4a656eb dedent some lines in test_ssl so that they are actually executed by Giampaolo Rodolà · 14 years ago
  16. cd9dfb9 in ssl tests rely on IOError.errno rather thanf IOError.strerror for better compatibility across platforms. by Giampaolo Rodolà · 14 years ago
  17. 745ab38 Fix issue issue9706: provides a better error handling for various SSL operations by Giampaolo Rodolà · 14 years ago
  18. 982c018 Remove debug hack by Antoine Pitrou · 14 years ago
  19. ed98636 Add debug output to the asyncore test by Antoine Pitrou · 14 years ago
  20. f4c7bad Put test_ciphers in NetworkedTests by Antoine Pitrou · 14 years ago
  21. 968dc03 Following Ezio's suggestion, force verbose mode on test_ssl to diagnose freezes on 3.x by Antoine Pitrou · 14 years ago
  22. ab6190f There doesn't seem to be a reason for this test to be disabled. by Antoine Pitrou · 14 years ago
  23. d151e27 This is a better resolution than r84021 (because it will also affect by Antoine Pitrou · 14 years ago
  24. 35bebe1 Add a reasonable timeout to network SSL tests, so as to avoid buildbot timeouts by Antoine Pitrou · 14 years ago
  25. 23df483 Try to fix issue #9415: skip some tests on broken Ubuntu OpenSSL by Antoine Pitrou · 14 years ago
  26. 15cee62 In verbose mode, identify OpenSSL build and platform more precisely by Antoine Pitrou · 14 years ago
  27. 313a120 Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode by Victor Stinner · 14 years ago
  28. b521877 Issue #4870: Add an `options` attribute to SSL contexts, as well as by Antoine Pitrou · 14 years ago
  29. d7e4c1c Typo (thanks Arfrever) by Antoine Pitrou · 14 years ago
  30. d091950 Try to fix buildbot failures with old OpenSSLs. by Antoine Pitrou · 14 years ago
  31. 3047406 "xyzzy" is not a silly enough name for some OpenSSL versions to report an error by Antoine Pitrou · 14 years ago
  32. 27ba638 Do not fail if ssl fails to import by Antoine Pitrou · 14 years ago
  33. 65ec8ae Fix (hopefully) the remaining test_ssl buildbot failures by Antoine Pitrou · 14 years ago
  34. 467f28d Followup on r81233: fix test_ssl with OpenSSL < 1.0.0. by Antoine Pitrou · 14 years ago
  35. 152efa2 Issue #8550: Add first class `SSLContext` objects to the ssl module. by Antoine Pitrou · 14 years ago
  36. d75b2a9 Merged revisions 80869 via svnmerge from by Antoine Pitrou · 14 years ago
  37. 70d8a86 Merged revisions 80690 via svnmerge from by Antoine Pitrou · 14 years ago
  38. 764b878 Fix test failure with -bb by Antoine Pitrou · 14 years ago
  39. 480a124 Merged revisions 80596 via svnmerge from by Antoine Pitrou · 14 years ago
  40. 9bfbe61 Merged revisions 80557 via svnmerge from by Antoine Pitrou · 14 years ago
  41. 05830aa Merged revisions 80534 via svnmerge from by Antoine Pitrou · 14 years ago
  42. 18c913e Merged revisions 80529 via svnmerge from by Antoine Pitrou · 14 years ago
  43. af7c602 Merged revisions 80526 via svnmerge from by Antoine Pitrou · 14 years ago
  44. 773b5db Merged revisions 80522 via svnmerge from by Antoine Pitrou · 14 years ago
  45. 40f0874 Issue #8524: When creating an SSL socket, the timeout value of the by Antoine Pitrou · 14 years ago
  46. d3f8ab8 Merged revisions 80451-80452 via svnmerge from by Antoine Pitrou · 14 years ago
  47. e322024 Merged revisions 80434 via svnmerge from by Antoine Pitrou · 14 years ago
  48. cfcd8ad Note: I'm just merging in the additional test. by Antoine Pitrou · 14 years ago
  49. 9d54366 Only the test is merged in. by Antoine Pitrou · 14 years ago
  50. 29619b2 Merged revisions 80375 via svnmerge from by Antoine Pitrou · 14 years ago
  51. fec12ff Merged revisions 80314-80315 via svnmerge from by Antoine Pitrou · 14 years ago
  52. 2d9cb9c Merged revisions 80151 via svnmerge from by Antoine Pitrou · 14 years ago
  53. 04f6a32 Merged revisions 79812 via svnmerge from by Antoine Pitrou · 14 years ago
  54. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  55. 89fad14 Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from by Georg Brandl · 14 years ago
  56. 7d7aede Merged revisions 75529 via svnmerge from by Antoine Pitrou · 15 years ago
  57. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  58. 58afe4c fixes from issue 3162 for SSL module by Bill Janssen · 16 years ago
  59. 4171da5 Merged revisions 65829 via svnmerge from by Benjamin Peterson · 16 years ago
  60. 40a0f66 clean up ssl.py; expose unwrap and add test for it by Bill Janssen · 16 years ago
  61. ddc5669 catch socket.error errors in badCertTest by Bill Janssen · 16 years ago
  62. 2f5799b close asyncore.dispatcher on EOF by Bill Janssen · 16 years ago
  63. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  64. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  65. 502d89e fix test_ssl by Benjamin Peterson · 16 years ago
  66. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  67. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  68. 7852000 Update test_ssl.py to reflect the new approach for writing network-oriented tests in such a way that contention for ports is eliminated, thus allowing multiple instances of the same test to be run in parallel without issue (import for buildbots to run smoothly). This change is in line with the changes made to network-oriented tests in trunk in r62234. test_ssl.py is an odd case because the py3k version was newer than trunk. When the most recent svnmerge was run from trunk to py3k in r62242, the older trunk version was brought over on top of the newer py3k version. So, the plan was/is: revert the recent svnmerged version (done), manually make the changes to improve running in parallel (done with this commit), copy this version back to trunk and manually 3to2 it (to do next), check that in, then svnmerge block it. Then when future changes need to be made to test_ssl.py, we can make them against trunk, and hopefully the merge to py3k should be a lot less painful. by Trent Nelson · 16 years ago
  69. 6b240cd Revert r62242: trunk's test_ssl.py isn't as up-to-date as py3k's, and should't have been brought over in the merge. by Trent Nelson · 16 years ago
  70. 5e69685 Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from by Christian Heimes · 16 years ago
  71. f9ff5f0 This was required on OS X to prevent the test from deadlocking. I'm not sure by Neal Norwitz · 16 years ago
  72. 2a691a8 Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from by Benjamin Peterson · 16 years ago
  73. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  74. fceab5a Merged revisions 60080-60089,60091-60093 via svnmerge from by Georg Brandl · 17 years ago
  75. 54cc54c update to fix leak in SSL code by Bill Janssen · 17 years ago
  76. 6e027db get SSL support to work again by Bill Janssen · 17 years ago
  77. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  78. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  79. 245b42e Found a different, more direct way to disable ssl support until it's fixed. by Guido van Rossum · 17 years ago
  80. 47229db Disable test_ssl until ssl.py has been fixed. by Guido van Rossum · 17 years ago
  81. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago