1. a468adc Issue #9853: Fix the signature of SSLSocket.recvfrom() and by Antoine Pitrou · 14 years ago
  2. 350c722 Use transient_internet() where appropriate in test_ssl by Antoine Pitrou · 14 years ago
  3. a88c83c Issue #8574: better implementation of test.support.transient_internet(). by Antoine Pitrou · 14 years ago
  4. 8b7da62 Fix issue #9711: raise ValueError is SSLConnection constructor is invoked with keyfile and not certfile. by Giampaolo Rodolà · 14 years ago
  5. 4a656eb dedent some lines in test_ssl so that they are actually executed by Giampaolo Rodolà · 14 years ago
  6. cd9dfb9 in ssl tests rely on IOError.errno rather thanf IOError.strerror for better compatibility across platforms. by Giampaolo Rodolà · 14 years ago
  7. 745ab38 Fix issue issue9706: provides a better error handling for various SSL operations by Giampaolo Rodolà · 14 years ago
  8. 982c018 Remove debug hack by Antoine Pitrou · 14 years ago
  9. ed98636 Add debug output to the asyncore test by Antoine Pitrou · 14 years ago
  10. f4c7bad Put test_ciphers in NetworkedTests by Antoine Pitrou · 14 years ago
  11. 968dc03 Following Ezio's suggestion, force verbose mode on test_ssl to diagnose freezes on 3.x by Antoine Pitrou · 14 years ago
  12. ab6190f There doesn't seem to be a reason for this test to be disabled. by Antoine Pitrou · 14 years ago
  13. d151e27 This is a better resolution than r84021 (because it will also affect by Antoine Pitrou · 14 years ago
  14. 35bebe1 Add a reasonable timeout to network SSL tests, so as to avoid buildbot timeouts by Antoine Pitrou · 14 years ago
  15. 23df483 Try to fix issue #9415: skip some tests on broken Ubuntu OpenSSL by Antoine Pitrou · 14 years ago
  16. 15cee62 In verbose mode, identify OpenSSL build and platform more precisely by Antoine Pitrou · 14 years ago
  17. 313a120 Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode by Victor Stinner · 14 years ago
  18. b521877 Issue #4870: Add an `options` attribute to SSL contexts, as well as by Antoine Pitrou · 14 years ago
  19. d7e4c1c Typo (thanks Arfrever) by Antoine Pitrou · 14 years ago
  20. d091950 Try to fix buildbot failures with old OpenSSLs. by Antoine Pitrou · 14 years ago
  21. 3047406 "xyzzy" is not a silly enough name for some OpenSSL versions to report an error by Antoine Pitrou · 14 years ago
  22. 27ba638 Do not fail if ssl fails to import by Antoine Pitrou · 14 years ago
  23. 65ec8ae Fix (hopefully) the remaining test_ssl buildbot failures by Antoine Pitrou · 14 years ago
  24. 467f28d Followup on r81233: fix test_ssl with OpenSSL < 1.0.0. by Antoine Pitrou · 14 years ago
  25. 152efa2 Issue #8550: Add first class `SSLContext` objects to the ssl module. by Antoine Pitrou · 14 years ago
  26. d75b2a9 Merged revisions 80869 via svnmerge from by Antoine Pitrou · 14 years ago
  27. 70d8a86 Merged revisions 80690 via svnmerge from by Antoine Pitrou · 14 years ago
  28. 764b878 Fix test failure with -bb by Antoine Pitrou · 14 years ago
  29. 480a124 Merged revisions 80596 via svnmerge from by Antoine Pitrou · 14 years ago
  30. 9bfbe61 Merged revisions 80557 via svnmerge from by Antoine Pitrou · 14 years ago
  31. 05830aa Merged revisions 80534 via svnmerge from by Antoine Pitrou · 14 years ago
  32. 18c913e Merged revisions 80529 via svnmerge from by Antoine Pitrou · 14 years ago
  33. af7c602 Merged revisions 80526 via svnmerge from by Antoine Pitrou · 14 years ago
  34. 773b5db Merged revisions 80522 via svnmerge from by Antoine Pitrou · 14 years ago
  35. 40f0874 Issue #8524: When creating an SSL socket, the timeout value of the by Antoine Pitrou · 14 years ago
  36. d3f8ab8 Merged revisions 80451-80452 via svnmerge from by Antoine Pitrou · 14 years ago
  37. e322024 Merged revisions 80434 via svnmerge from by Antoine Pitrou · 14 years ago
  38. cfcd8ad Note: I'm just merging in the additional test. by Antoine Pitrou · 14 years ago
  39. 9d54366 Only the test is merged in. by Antoine Pitrou · 14 years ago
  40. 29619b2 Merged revisions 80375 via svnmerge from by Antoine Pitrou · 14 years ago
  41. fec12ff Merged revisions 80314-80315 via svnmerge from by Antoine Pitrou · 14 years ago
  42. 2d9cb9c Merged revisions 80151 via svnmerge from by Antoine Pitrou · 14 years ago
  43. 04f6a32 Merged revisions 79812 via svnmerge from by Antoine Pitrou · 14 years ago
  44. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 15 years ago
  45. 89fad14 Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from by Georg Brandl · 15 years ago
  46. 7d7aede Merged revisions 75529 via svnmerge from by Antoine Pitrou · 15 years ago
  47. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  48. 58afe4c fixes from issue 3162 for SSL module by Bill Janssen · 16 years ago
  49. 4171da5 Merged revisions 65829 via svnmerge from by Benjamin Peterson · 16 years ago
  50. 40a0f66 clean up ssl.py; expose unwrap and add test for it by Bill Janssen · 16 years ago
  51. ddc5669 catch socket.error errors in badCertTest by Bill Janssen · 16 years ago
  52. 2f5799b close asyncore.dispatcher on EOF by Bill Janssen · 16 years ago
  53. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  54. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  55. 502d89e fix test_ssl by Benjamin Peterson · 16 years ago
  56. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  57. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  58. 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
  59. 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
  60. 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
  61. f9ff5f0 This was required on OS X to prevent the test from deadlocking. I'm not sure by Neal Norwitz · 16 years ago
  62. 2a691a8 Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from by Benjamin Peterson · 16 years ago
  63. 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 · 17 years ago
  64. fceab5a Merged revisions 60080-60089,60091-60093 via svnmerge from by Georg Brandl · 17 years ago
  65. 54cc54c update to fix leak in SSL code by Bill Janssen · 17 years ago
  66. 6e027db get SSL support to work again by Bill Janssen · 17 years ago
  67. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  68. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  69. 245b42e Found a different, more direct way to disable ssl support until it's fixed. by Guido van Rossum · 17 years ago
  70. 47229db Disable test_ssl until ssl.py has been fixed. by Guido van Rossum · 17 years ago
  71. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago