Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c4afe2950ab97fb529da99b511036b8a974b1694
/
Lib
/
test
/
test_smtplib.py
e4499a8
adds handle_error(self):raise to test modules using asyncore to provide a clearer error message in case something goes wrong
by Giampaolo Rodolà
· 15 years ago
54f9f83
Issue #8576: Remove use of find_unused_port() in test_smtplib and
by Antoine Pitrou
· 15 years ago
6a10281
Issue #7449, last part (11): fix many tests if thread support is disabled
by Victor Stinner
· 15 years ago
a763c06
Suppress transient refleaks in test_smtplib.
by Antoine Pitrou
· 16 years ago
6b98544
Refactor test parameterization to resolve update timing problem.
by R. David Murray
· 16 years ago
8de212b
Backport smtplib auth tests from r72990.
by R. David Murray
· 16 years ago
3724d6c
Add smtplib test from issue 5259.
by R. David Murray
· 16 years ago
e39be53
Try to reduce the flakiness of this test
by Neal Norwitz
· 17 years ago
0fbcf69
give the threading API PEP 8 names
by Benjamin Peterson
· 17 years ago
4f1b1ed
Fixed the semantic of timeout for socket.create_connection and
by Facundo Batista
· 17 years ago
e41b006
- Issue #2550: The approach used by client/server code for obtaining ports
by Trent Nelson
· 17 years ago
819f139
Try increasing the timeout to reduce the flakiness of this test.
by Neal Norwitz
· 17 years ago
48309d5
Make the timeout longer to give slow machines a chance to pass the test
by Neal Norwitz
· 17 years ago
75992ed
Speed up this test by about 99%. Remove sleeps and replace with events.
by Neal Norwitz
· 17 years ago
1660933
Issue 1776581. Minor corrections to smtplib, and two small tests.
by Facundo Batista
· 17 years ago
1bc8d63
Added test for behavior of operations on an unconnected SMTP object,
by Facundo Batista
· 18 years ago
412b8b6
Allow the OS to select a free port for each test server. For
by Facundo Batista
· 18 years ago
16ed5b4
New tests for basic behavior of smtplib.SMTP and
by Facundo Batista
· 18 years ago
0d4c06e
Whitespace normalization. Ugh, we really need to do this more often.
by Neal Norwitz
· 18 years ago
366d626
Added timeout to smtplib (to SMTP and SMTP_SSL). Also created
by Facundo Batista
· 18 years ago