summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_smtplib.py
Commit message (Expand)AuthorAgeFilesLines
* merge 3.3 (#19125)Benjamin Peterson2013-09-291-3/+3
|\
| * fix test to run and test that smtpd does support ELHO (closes #19125)Benjamin Peterson2013-09-291-3/+3
* | Merge: #5713: One more test_smtplib timing fix.R David Murray2013-03-211-1/+1
|\ \ | |/
| * #5713: One more test_smtplib timing fix.R David Murray2013-03-211-1/+1
* | Merge: #5712: Preemptively fix some other possible timing issues.R David Murray2013-03-211-3/+3
|\ \ | |/
| * Merge: #5712: Preemptively fix some other possible timing issues.R David Murray2013-03-211-3/+3
| |\
| | * #5712: Preemptively fix some other possible timing issues.R David Murray2013-03-211-3/+3
* | | Merge: #5713: fix timing issue in smtplib tests.R David Murray2013-03-211-0/+3
|\ \ \ | |/ /
| * | Merge: #5713: fix timing issue in smtplib tests.R David Murray2013-03-211-0/+3
| |\ \ | | |/
| | * #5713: fix timing issue in smtplib tests.R David Murray2013-03-211-0/+3
* | | Merge: #5713: Handle 421 error codes during sendmail by closing the socket.R David Murray2013-03-211-9/+65
|\ \ \ | |/ /
| * | Merge: #5713: Handle 421 error codes during sendmail by closing the socket.R David Murray2013-03-211-9/+65
| |\ \ | | |/
| | * #5713: Handle 421 error codes during sendmail by closing the socket.R David Murray2013-03-211-1/+64
* | | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
* | | Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-181-1/+1
* | | Cleanup: remove not needed mocks.Andrew Svetlov2012-12-171-6/+0
* | | Issue #16647: save socket error details in LMTP.connect()Andrew Svetlov2012-12-171-2/+2
|/ /
* | #8739: upgrade smtpd to RFC 5321 and 1870.R David Murray2012-05-261-5/+14
* | Issue #14442: Add missing errno import in test_smtplib.Ross Lagerwall2012-03-291-0/+1
* | Make tests faster by reaping threads only at the endAntoine Pitrou2011-08-271-4/+1
|\ \ | |/
| * Make tests faster by reaping threads only at the endAntoine Pitrou2011-08-271-4/+1
* | Addressing the review comments by Antoine Pitrou for smtplib.py and test_smtp...Senthil Kumaran2011-07-311-6/+11
* | Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which add...Senthil Kumaran2011-07-301-0/+17
* | Merge #7484: no more <> around addresses in VRFY or EXPNR David Murray2011-07-191-9/+24
|\ \ | |/
| * #7484: no more <> around addresses in VRFY or EXPNR David Murray2011-07-191-9/+24
* | merge #12147: make send_message correctly handle Sender and Resent- headers.R David Murray2011-07-031-1/+110
|\ \ | |/
| * #12147: make send_message correctly handle Sender and Resent- headers.R David Murray2011-07-031-1/+110
* | merge #12283: Fixed regression in smtplib quoting of leading dots in DATA.R David Murray2011-06-091-0/+15
|\ \ | |/
| * #12283: Fixed regression in smtplib quoting of leading dots in DATA.R David Murray2011-06-091-0/+15
* | Merge: I was right, hardconding the localhost IP doesn't work in linux-vserver.R David Murray2011-05-021-6/+3
|\ \ | |/
| * I was right, hardconding the localhost IP doesn't work in linux-vserver.R David Murray2011-05-021-6/+3
* | - Issue #11289: `smtp.SMTP` class becomes a context manager so it can be usedBarry Warsaw2011-03-151-2/+36
|/
* #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ...Ezio Melotti2010-12-011-4/+4
* #10321: Add support for sending binary DATA and Message objects to smtplibR. David Murray2010-11-081-0/+106
* string exceptions; how quaintBenjamin Peterson2010-10-311-4/+2
* cleanup resources in test_smtplib #10264Benjamin Peterson2010-10-311-0/+3
* Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcherGiampaolo RodolĂ 2010-10-041-2/+1
* fix test_smtplib/test_smtpd collision through pre-loaded reply data in mock_s...Richard Jones2010-08-041-0/+5
* improvements to test_smtplib per issue2423Richard Jones2010-08-031-34/+27
* Merged revisions 80882 via svnmerge fromGiampaolo RodolĂ 2010-05-061-0/+6
* Merged revisions 80669 via svnmerge fromAntoine Pitrou2010-04-301-4/+8
* Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-281-7/+15
* Merged revisions 75849 via svnmerge fromAntoine Pitrou2009-10-271-4/+20
* Merged revisions 73022 via svnmerge fromR. David Murray2009-05-291-14/+13
* Finish issue 5259 by adding tests and fixes for the 'login'R. David Murray2009-05-281-22/+75
* Fix for issue 5259: ASCII encode the username and password before passingR. David Murray2009-05-231-0/+20
* Merged revisions 66028 via svnmerge fromNeal Norwitz2008-08-251-0/+4
* Committing Py3k version of changelist 64080 and 64257, along with updated testsJosiah Carlson2008-07-071-0/+8
* Merged revisions 64125 via svnmerge fromBenjamin Peterson2008-06-111-2/+2
* Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,...Georg Brandl2008-06-101-16/+18