index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_smtplib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Try to reduce the flakiness of this test
Neal Norwitz
2008-08-25
1
-0/+4
*
give the threading API PEP 8 names
Benjamin Peterson
2008-06-11
1
-2/+2
*
Fixed the semantic of timeout for socket.create_connection and
Facundo Batista
2008-05-29
1
-16/+18
*
- Issue #2550: The approach used by client/server code for obtaining ports
Trent Nelson
2008-04-08
1
-41/+37
*
Try increasing the timeout to reduce the flakiness of this test.
Neal Norwitz
2008-03-18
1
-4/+4
*
Make the timeout longer to give slow machines a chance to pass the test
Neal Norwitz
2008-03-05
1
-1/+1
*
Speed up this test by about 99%. Remove sleeps and replace with events.
Neal Norwitz
2008-02-26
1
-65/+42
*
Issue 1776581. Minor corrections to smtplib, and two small tests.
Facundo Batista
2008-02-23
1
-2/+3
*
Added test for behavior of operations on an unconnected SMTP object,
Facundo Batista
2007-08-21
1
-11/+192
*
Allow the OS to select a free port for each test server. For
Facundo Batista
2007-08-01
1
-30/+99
*
New tests for basic behavior of smtplib.SMTP and
Facundo Batista
2007-07-24
1
-10/+121
*
Whitespace normalization. Ugh, we really need to do this more often.
Neal Norwitz
2007-04-25
1
-3/+3
*
Added timeout to smtplib (to SMTP and SMTP_SSL). Also created
Facundo Batista
2007-03-28
1
-0/+71