summaryrefslogtreecommitdiff
path: root/Lib/test/test_smtplib.py
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-31234: Join threads explicitly in tests (#7406)Victor Stinner2018-06-041-1/+3
* increase test_smtplib timeoutsBenjamin Peterson2016-12-011-8/+8
* smtplib: limit amount read from the network (closes #16042)Benjamin Peterson2014-12-051-1/+29
* #22215: have the smtplib 'quit' command reset the state.R David Murray2014-08-301-0/+15
* Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests.Serhiy Storchaka2014-02-081-3/+3
* #7484: no more <> around addresses in VRFY or EXPNR David Murray2011-07-181-6/+5
* adds handle_error(self):raise to test modules using asyncore to provide a cle...Giampaolo RodolĂ 2010-05-061-0/+6
* Issue #8576: Remove use of find_unused_port() in test_smtplib andAntoine Pitrou2010-04-301-4/+8
* Issue #7449, last part (11): fix many tests if thread support is disabledVictor Stinner2010-04-271-7/+15
* Suppress transient refleaks in test_smtplib.Antoine Pitrou2009-10-271-4/+20
* Refactor test parameterization to resolve update timing problem.R. David Murray2009-05-291-14/+13
* Backport smtplib auth tests from r72990.R. David Murray2009-05-281-22/+75
* Add smtplib test from issue 5259.R. David Murray2009-05-231-0/+20
* Try to reduce the flakiness of this testNeal Norwitz2008-08-251-0/+4
* give the threading API PEP 8 namesBenjamin Peterson2008-06-111-2/+2
* Fixed the semantic of timeout for socket.create_connection andFacundo Batista2008-05-291-16/+18
* - Issue #2550: The approach used by client/server code for obtaining portsTrent Nelson2008-04-081-41/+37
* Try increasing the timeout to reduce the flakiness of this test.Neal Norwitz2008-03-181-4/+4
* Make the timeout longer to give slow machines a chance to pass the testNeal Norwitz2008-03-051-1/+1
* Speed up this test by about 99%. Remove sleeps and replace with events.Neal Norwitz2008-02-261-65/+42
* Issue 1776581. Minor corrections to smtplib, and two small tests.Facundo Batista2008-02-231-2/+3
* Added test for behavior of operations on an unconnected SMTP object,Facundo Batista2007-08-211-11/+192
* Allow the OS to select a free port for each test server. ForFacundo Batista2007-08-011-30/+99
* New tests for basic behavior of smtplib.SMTP andFacundo Batista2007-07-241-10/+121
* Whitespace normalization. Ugh, we really need to do this more often.Neal Norwitz2007-04-251-3/+3
* Added timeout to smtplib (to SMTP and SMTP_SSL). Also createdFacundo Batista2007-03-281-0/+71