Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by ↵ | Antoine Pitrou | 2011-05-07 | 1 | -0/+7 |
| | | | | Kasun Herath. | ||||
* | Merged revisions 85423 via svnmerge from | Antoine Pitrou | 2010-10-13 | 1 | -1/+2 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85423 | antoine.pitrou | 2010-10-13 19:14:16 +0200 (mer., 13 oct. 2010) | 3 lines Protect test_smtpnet against connection failures ........ | ||||
* | Fix spelling left over from testing. | R. David Murray | 2009-05-23 | 1 | -1/+1 |
| | |||||
* | Don't be so wordy in requires('network') in case other tests | R. David Murray | 2009-05-23 | 1 | -5/+2 |
| | | | | are added later, and skip the existing test if SSL is not available. | ||||
* | Fix Issue #4066: smtplib.SMTP_SSL._get_socket now correctly returns | R. David Murray | 2009-05-23 | 1 | -0/+26 |
the socket. Patch by Farhan Ahmad, test by Marcin Bachry. |