summaryrefslogtreecommitdiff
path: root/Lib/test/test_smtpnet.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058)Christian Heimes2017-09-151-2/+6
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-4/+1
* Issue #23527: Update Gmail port number for STARTTLS to 587.Berker Peksag2015-03-021-1/+1
* Issue #20957: test_smtpnet now uses support.transient_internet() to callVictor Stinner2014-09-041-2/+5
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-2/+0
|\
| * Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-2/+0
* | Issue #19785: smtplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-021-4/+26
|/
* test_smtpnet: Skip STARTTLS test if the server doesn't support it.Nadeem Vawda2011-07-301-1/+7
* Skip test_smtpnet when ssl is not availableAntoine Pitrou2011-05-181-1/+2
* Also protect ehlo() and quit() with the transient_internet() context managerAntoine Pitrou2011-05-181-8/+8
* Issue #8809: The SMTP_SSL constructor and SMTP.starttls() now supportAntoine Pitrou2011-05-181-1/+26
* Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented.Antoine Pitrou2011-05-071-0/+7
|\
| * Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by ...Antoine Pitrou2011-05-071-0/+7
| * Merged revisions 85423 via svnmerge fromAntoine Pitrou2010-10-131-1/+2
* | Protect test_smtpnet against connection failuresAntoine Pitrou2010-10-131-1/+2
* | convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
|/
* Merged revisions 72838-72839 via svnmerge fromR. David Murray2009-05-231-5/+2
* Merged revisions 72835 via svnmerge fromR. David Murray2009-05-231-0/+26