summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_smtpnet.py
Commit message (Expand)AuthorAgeFilesLines
* 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