summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_smtplib.py
Commit message (Expand)AuthorAgeFilesLines
* 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