| Commit message (Expand) | Author | Age | Files | Lines |
* | merge 3.3 (#19125) | Benjamin Peterson | 2013-09-29 | 1 | -3/+3 |
|\ |
|
| * | fix test to run and test that smtpd does support ELHO (closes #19125) | Benjamin Peterson | 2013-09-29 | 1 | -3/+3 |
|
|
* | | Merge: #5713: One more test_smtplib timing fix. | R David Murray | 2013-03-21 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #5713: One more test_smtplib timing fix. | R David Murray | 2013-03-21 | 1 | -1/+1 |
|
|
* | | Merge: #5712: Preemptively fix some other possible timing issues. | R David Murray | 2013-03-21 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Merge: #5712: Preemptively fix some other possible timing issues. | R David Murray | 2013-03-21 | 1 | -3/+3 |
| |\ |
|
| | * | #5712: Preemptively fix some other possible timing issues. | R David Murray | 2013-03-21 | 1 | -3/+3 |
|
|
* | | | Merge: #5713: fix timing issue in smtplib tests. | R David Murray | 2013-03-21 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | Merge: #5713: fix timing issue in smtplib tests. | R David Murray | 2013-03-21 | 1 | -0/+3 |
| |\ \
| | |/ |
|
| | * | #5713: fix timing issue in smtplib tests. | R David Murray | 2013-03-21 | 1 | -0/+3 |
|
|
* | | | Merge: #5713: Handle 421 error codes during sendmail by closing the socket. | R David Murray | 2013-03-21 | 1 | -9/+65 |
|\ \ \
| |/ / |
|
| * | | Merge: #5713: Handle 421 error codes during sendmail by closing the socket. | R David Murray | 2013-03-21 | 1 | -9/+65 |
| |\ \
| | |/ |
|
| | * | #5713: Handle 421 error codes during sendmail by closing the socket. | R David Murray | 2013-03-21 | 1 | -1/+64 |
|
|
* | | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
|
|
* | | | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|
|
* | | | Cleanup: remove not needed mocks. | Andrew Svetlov | 2012-12-17 | 1 | -6/+0 |
|
|
* | | | Issue #16647: save socket error details in LMTP.connect() | Andrew Svetlov | 2012-12-17 | 1 | -2/+2 |
|/ / |
|
* | | #8739: upgrade smtpd to RFC 5321 and 1870. | R David Murray | 2012-05-26 | 1 | -5/+14 |
|
|
* | | Issue #14442: Add missing errno import in test_smtplib. | Ross Lagerwall | 2012-03-29 | 1 | -0/+1 |
|
|
* | | Make tests faster by reaping threads only at the end | Antoine Pitrou | 2011-08-27 | 1 | -4/+1 |
|\ \
| |/ |
|
| * | Make tests faster by reaping threads only at the end | Antoine Pitrou | 2011-08-27 | 1 | -4/+1 |
|
|
* | | Addressing the review comments by Antoine Pitrou for smtplib.py and test_smtp... | Senthil Kumaran | 2011-07-31 | 1 | -6/+11 |
|
|
* | | Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which add... | Senthil Kumaran | 2011-07-30 | 1 | -0/+17 |
|
|
* | | Merge #7484: no more <> around addresses in VRFY or EXPN | R David Murray | 2011-07-19 | 1 | -9/+24 |
|\ \
| |/ |
|
| * | #7484: no more <> around addresses in VRFY or EXPN | R David Murray | 2011-07-19 | 1 | -9/+24 |
|
|
* | | merge #12147: make send_message correctly handle Sender and Resent- headers. | R David Murray | 2011-07-03 | 1 | -1/+110 |
|\ \
| |/ |
|
| * | #12147: make send_message correctly handle Sender and Resent- headers. | R David Murray | 2011-07-03 | 1 | -1/+110 |
|
|
* | | merge #12283: Fixed regression in smtplib quoting of leading dots in DATA. | R David Murray | 2011-06-09 | 1 | -0/+15 |
|\ \
| |/ |
|
| * | #12283: Fixed regression in smtplib quoting of leading dots in DATA. | R David Murray | 2011-06-09 | 1 | -0/+15 |
|
|
* | | Merge: I was right, hardconding the localhost IP doesn't work in linux-vserver. | R David Murray | 2011-05-02 | 1 | -6/+3 |
|\ \
| |/ |
|
| * | I was right, hardconding the localhost IP doesn't work in linux-vserver. | R David Murray | 2011-05-02 | 1 | -6/+3 |
|
|
* | | - Issue #11289: `smtp.SMTP` class becomes a context manager so it can be used | Barry Warsaw | 2011-03-15 | 1 | -2/+36 |
|/ |
|
* | #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ... | Ezio Melotti | 2010-12-01 | 1 | -4/+4 |
|
|
* | #10321: Add support for sending binary DATA and Message objects to smtplib | R. David Murray | 2010-11-08 | 1 | -0/+106 |
|
|
* | string exceptions; how quaint | Benjamin Peterson | 2010-10-31 | 1 | -4/+2 |
|
|
* | cleanup resources in test_smtplib #10264 | Benjamin Peterson | 2010-10-31 | 1 | -0/+3 |
|
|
* | Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher | Giampaolo RodolĂ | 2010-10-04 | 1 | -2/+1 |
|
|
* | fix test_smtplib/test_smtpd collision through pre-loaded reply data in mock_s... | Richard Jones | 2010-08-04 | 1 | -0/+5 |
|
|
* | improvements to test_smtplib per issue2423 | Richard Jones | 2010-08-03 | 1 | -34/+27 |
|
|
* | Merged revisions 80882 via svnmerge from | Giampaolo RodolĂ | 2010-05-06 | 1 | -0/+6 |
|
|
* | Merged revisions 80669 via svnmerge from | Antoine Pitrou | 2010-04-30 | 1 | -4/+8 |
|
|
* | Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from | Victor Stinner | 2010-04-28 | 1 | -7/+15 |
|
|
* | Merged revisions 75849 via svnmerge from | Antoine Pitrou | 2009-10-27 | 1 | -4/+20 |
|
|
* | Merged revisions 73022 via svnmerge from | R. David Murray | 2009-05-29 | 1 | -14/+13 |
|
|
* | Finish issue 5259 by adding tests and fixes for the 'login' | R. David Murray | 2009-05-28 | 1 | -22/+75 |
|
|
* | Fix for issue 5259: ASCII encode the username and password before passing | R. David Murray | 2009-05-23 | 1 | -0/+20 |
|
|
* | Merged revisions 66028 via svnmerge from | Neal Norwitz | 2008-08-25 | 1 | -0/+4 |
|
|
* | Committing Py3k version of changelist 64080 and 64257, along with updated tests | Josiah Carlson | 2008-07-07 | 1 | -0/+8 |
|
|
* | Merged revisions 64125 via svnmerge from | Benjamin Peterson | 2008-06-11 | 1 | -2/+2 |
|
|
* | Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,... | Georg Brandl | 2008-06-10 | 1 | -16/+18 |
|
|