summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_smtplib.py
Commit message (Expand)AuthorAgeFilesLines
* #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
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-7/+7
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-091-41/+37
* Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,...Christian Heimes2008-03-181-4/+4
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-1/+1
* Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,...Christian Heimes2008-02-281-65/+42
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-231-2/+3
* Convert the socket module to insist on bytes for input, and to return bytesGuido van Rossum2007-11-211-1/+1
* Fix test_smtplib by munging asynchat some more.Thomas Wouters2007-08-311-2/+2
* Two changes (not enough to make the test pass though) having to do withGuido van Rossum2007-08-301-2/+3
* Merged revisions 57221-57391 via svnmerge fromGuido van Rossum2007-08-241-11/+194
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-061-15/+195
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-0/+71