| Commit message (Expand) | Author | Age | Files | Lines |
* | #20903: clarify what happens when an smtp connection timeout occurs. | R David Murray | 2014-06-09 | 1 | -1/+2 |
|
|
* | Issue #20913: improve the SSL security considerations to first advocate using... | Antoine Pitrou | 2014-03-22 | 1 | -16/+11 |
|
|
* | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -0/+3 |
|
|
* | Issue #19785: smtplib now supports SSLContext.check_hostname and server name | Christian Heimes | 2013-12-02 | 1 | -0/+9 |
|
|
* | Issue 18724: Fix typo noticed by Susan Tan. | Ned Deily | 2013-08-13 | 1 | -1/+1 |
|\ |
|
| * | Issue 18724: Fix typo noticed by Susan Tan. | Ned Deily | 2013-08-13 | 1 | -1/+1 |
|
|
* | | Merge #18179: reflow paragraphs. | R David Murray | 2013-06-23 | 1 | -24/+24 |
|\ \
| |/ |
|
| * | #18179: reflow paragraphs. | R David Murray | 2013-06-23 | 1 | -24/+24 |
|
|
* | | Merge #18179: document the local_hostname parameter. | R David Murray | 2013-06-23 | 1 | -4/+11 |
|\ \
| |/ |
|
| * | #18179: document the local_hostname parameter. | R David Murray | 2013-06-23 | 1 | -4/+11 |
|
|
* | | #2118: IOError is deprecated, use OSError. | R David Murray | 2013-04-14 | 1 | -1/+1 |
|
|
* | | #2118: Make SMTPException a subclass of IOError. | R David Murray | 2013-04-13 | 1 | -2/+2 |
|/ |
|
* | Reflow paragraph. | R David Murray | 2013-04-13 | 1 | -9/+8 |
|
|
* | #2118: clarify smtplib exception documentation. | R David Murray | 2013-04-13 | 1 | -12/+16 |
|
|
* | MERGE: Closes #16789: :meth:`quit` links to constants instead of own module | Jesus Cea | 2012-12-26 | 1 | -1/+2 |
|\ |
|
| * | Closes #16789: :meth:`quit` links to constants instead of own module | Jesus Cea | 2012-12-26 | 1 | -1/+2 |
|
|
* | | Fix a couple of versionadded/versionchanged related markup errors. | Georg Brandl | 2012-06-24 | 1 | -1/+2 |
|
|
* | | merge 3.2 | Benjamin Peterson | 2011-12-31 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | indicate msg is an argument | Benjamin Peterson | 2011-12-31 | 1 | -3/+3 |
|
|
* | | Addressing the review comments by Antoine Pitrou for smtplib.py and test_smtp... | Senthil Kumaran | 2011-07-31 | 1 | -9/+9 |
|
|
* | | fixing the smtplib.rst whitespaces. | Senthil Kumaran | 2011-07-30 | 1 | -1/+1 |
|
|
* | | Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which add... | Senthil Kumaran | 2011-07-30 | 1 | -8/+25 |
|
|
* | | merge #12147: make send_message correctly handle Sender and Resent- headers. | R David Murray | 2011-07-03 | 1 | -8/+19 |
|\ \
| |/ |
|
| * | #12147: make send_message correctly handle Sender and Resent- headers. | R David Murray | 2011-07-03 | 1 | -8/+19 |
|
|
* | | Issue #8809: The SMTP_SSL constructor and SMTP.starttls() now support | Antoine Pitrou | 2011-05-18 | 1 | -3/+14 |
|
|
* | | I think this should be "versionchanged", not "versionadded" | Antoine Pitrou | 2011-04-26 | 1 | -1/+1 |
|
|
* | | - Issue #11289: `smtp.SMTP` class becomes a context manager so it can be used | Barry Warsaw | 2011-03-15 | 1 | -0/+14 |
|/ |
|
* | More source links | Raymond Hettinger | 2011-01-27 | 1 | -0/+4 |
|
|
* | #10321: Add support for sending binary DATA and Message objects to smtplib | R. David Murray | 2010-11-08 | 1 | -3/+29 |
|
|
* | Terminology fix: exceptions are raised, except in generator.throw(). | Georg Brandl | 2010-08-03 | 1 | -3/+3 |
|
|
* | Merged revisions 76904 via svnmerge from | Ezio Melotti | 2009-12-19 | 1 | -1/+1 |
|
|
* | Switch more function arguments docs to new-style. | Georg Brandl | 2009-09-02 | 1 | -12/+11 |
|
|
* | Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,... | Benjamin Peterson | 2009-06-01 | 1 | -0/+5 |
|
|
* | Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge... | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -3/+3 |
|
|
* | Merged revisions 66141,66145,66150,66180,66211,66217,66219,66226,66231,66244,... | Benjamin Peterson | 2008-09-08 | 1 | -1/+9 |
|
|
* | Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,... | Georg Brandl | 2008-06-10 | 1 | -4/+4 |
|
|
* | Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,... | Alexandre Vassalotti | 2008-05-16 | 1 | -14/+16 |
|
|
* | Merged revisions 61964-61979 via svnmerge from | Christian Heimes | 2008-03-28 | 1 | -7/+3 |
|
|
* | Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from | Christian Heimes | 2008-01-18 | 1 | -0/+26 |
|
|
* | Remove all definitions of raw_input() that were still scattered throughout th... | Georg Brandl | 2007-12-02 | 1 | -8/+2 |
|
|
* | Change instances of 'while 1:' in the docs into 'while True:'. | Collin Winter | 2007-09-10 | 1 | -1/+1 |
|
|
* | Merged revisions 57778-58052 via svnmerge from | Thomas Wouters | 2007-09-08 | 1 | -1/+1 |
|
|
* | Convert all print statements in the docs. | Georg Brandl | 2007-09-04 | 1 | -2/+2 |
|
|
* | Get rid of the remaining versionadded/versionchanged directives. | Georg Brandl | 2007-09-01 | 1 | -7/+0 |
|
|
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+347 |
|
|