| Commit message (Expand) | Author | Age | Files | Lines |
* | Add debug output to the asyncore test | Antoine Pitrou | 2010-08-15 | 1 | -0/+8 |
|
|
* | Put test_ciphers in NetworkedTests | Antoine Pitrou | 2010-08-15 | 1 | -16/+14 |
|
|
* | Following Ezio's suggestion, force verbose mode on test_ssl to diagnose freez... | Antoine Pitrou | 2010-08-15 | 1 | -0/+3 |
|
|
* | There doesn't seem to be a reason for this test to be disabled. | Antoine Pitrou | 2010-08-14 | 1 | -2/+0 |
|
|
* | This is a better resolution than r84021 (because it will also affect | Antoine Pitrou | 2010-08-14 | 1 | -12/+6 |
|
|
* | Add a reasonable timeout to network SSL tests, so as to avoid buildbot timeouts | Antoine Pitrou | 2010-08-14 | 1 | -0/+12 |
|
|
* | Try to fix issue #9415: skip some tests on broken Ubuntu OpenSSL | Antoine Pitrou | 2010-08-04 | 1 | -0/+23 |
|
|
* | In verbose mode, identify OpenSSL build and platform more precisely | Antoine Pitrou | 2010-08-04 | 1 | -0/+18 |
|
|
* | Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode | Victor Stinner | 2010-06-11 | 1 | -5/+4 |
|
|
* | Issue #4870: Add an `options` attribute to SSL contexts, as well as | Antoine Pitrou | 2010-05-21 | 1 | -57/+99 |
|
|
* | Typo (thanks Arfrever) | Antoine Pitrou | 2010-05-17 | 1 | -1/+1 |
|
|
* | Try to fix buildbot failures with old OpenSSLs. | Antoine Pitrou | 2010-05-17 | 1 | -0/+2 |
|
|
* | "xyzzy" is not a silly enough name for some OpenSSL versions to report an error | Antoine Pitrou | 2010-05-16 | 1 | -2/+2 |
|
|
* | Do not fail if ssl fails to import | Antoine Pitrou | 2010-05-16 | 1 | -4/+5 |
|
|
* | Fix (hopefully) the remaining test_ssl buildbot failures | Antoine Pitrou | 2010-05-16 | 1 | -2/+2 |
|
|
* | Followup on r81233: fix test_ssl with OpenSSL < 1.0.0. | Antoine Pitrou | 2010-05-16 | 1 | -0/+4 |
|
|
* | Issue #8550: Add first class `SSLContext` objects to the ssl module. | Antoine Pitrou | 2010-05-16 | 1 | -29/+174 |
|
|
* | Merged revisions 80869 via svnmerge from | Antoine Pitrou | 2010-05-06 | 1 | -3/+3 |
|
|
* | Merged revisions 80690 via svnmerge from | Antoine Pitrou | 2010-05-01 | 1 | -21/+0 |
|
|
* | Fix test failure with -bb | Antoine Pitrou | 2010-04-28 | 1 | -2/+2 |
|
|
* | Merged revisions 80596 via svnmerge from | Antoine Pitrou | 2010-04-28 | 1 | -190/+188 |
|
|
* | Merged revisions 80557 via svnmerge from | Antoine Pitrou | 2010-04-27 | 1 | -0/+4 |
|
|
* | Merged revisions 80534 via svnmerge from | Antoine Pitrou | 2010-04-27 | 1 | -0/+3 |
|
|
* | Merged revisions 80529 via svnmerge from | Antoine Pitrou | 2010-04-27 | 1 | -159/+103 |
|
|
* | Merged revisions 80526 via svnmerge from | Antoine Pitrou | 2010-04-27 | 1 | -46/+3 |
|
|
* | Merged revisions 80522 via svnmerge from | Antoine Pitrou | 2010-04-27 | 1 | -23/+23 |
|
|
* | Issue #8524: When creating an SSL socket, the timeout value of the | Antoine Pitrou | 2010-04-24 | 1 | -11/+18 |
|
|
* | Merged revisions 80451-80452 via svnmerge from | Antoine Pitrou | 2010-04-24 | 1 | -12/+77 |
|
|
* | Merged revisions 80434 via svnmerge from | Antoine Pitrou | 2010-04-24 | 1 | -16/+19 |
|
|
* | Note: I'm just merging in the additional test. | Antoine Pitrou | 2010-04-23 | 1 | -0/+18 |
|
|
* | Only the test is merged in. | Antoine Pitrou | 2010-04-23 | 1 | -0/+11 |
|
|
* | Merged revisions 80375 via svnmerge from | Antoine Pitrou | 2010-04-22 | 1 | -0/+3 |
|
|
* | Merged revisions 80314-80315 via svnmerge from | Antoine Pitrou | 2010-04-21 | 1 | -0/+20 |
|
|
* | Merged revisions 80151 via svnmerge from | Antoine Pitrou | 2010-04-17 | 1 | -3/+29 |
|
|
* | Merged revisions 79812 via svnmerge from | Antoine Pitrou | 2010-04-05 | 1 | -0/+28 |
|
|
* | Merged revisions 78093 via svnmerge from | Georg Brandl | 2010-03-14 | 1 | -3/+0 |
|
|
* | Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,... | Georg Brandl | 2010-03-14 | 1 | -8/+8 |
|
|
* | Merged revisions 75529 via svnmerge from | Antoine Pitrou | 2009-11-25 | 1 | -15/+17 |
|
|
* | Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-... | Benjamin Peterson | 2009-03-28 | 1 | -1/+1 |
|
|
* | fixes from issue 3162 for SSL module | Bill Janssen | 2008-09-08 | 1 | -0/+126 |
|
|
* | Merged revisions 65829 via svnmerge from | Benjamin Peterson | 2008-08-18 | 1 | -4/+4 |
|
|
* | clean up ssl.py; expose unwrap and add test for it | Bill Janssen | 2008-08-12 | 1 | -3/+20 |
|
|
* | catch socket.error errors in badCertTest | Bill Janssen | 2008-07-17 | 1 | -0/+3 |
|
|
* | close asyncore.dispatcher on EOF | Bill Janssen | 2008-06-29 | 1 | -0/+1 |
|
|
* | Make a new urllib package . | Jeremy Hylton | 2008-06-18 | 1 | -4/+4 |
|
|
* | Patch for issue 2848, mostly by Humberto Diogenes, with a couple of | Barry Warsaw | 2008-06-12 | 1 | -1/+1 |
|
|
* | fix test_ssl | Benjamin Peterson | 2008-06-11 | 1 | -4/+4 |
|
|
* | Create http package. #2883. | Georg Brandl | 2008-05-26 | 1 | -2/+1 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -85/+85 |
|
|
* | Update test_ssl.py to reflect the new approach for writing network-oriented t... | Trent Nelson | 2008-04-10 | 1 | -55/+26 |
|
|