1. a763c06 Suppress transient refleaks in test_smtplib. by Antoine Pitrou · 16 years ago
  2. 6b98544 Refactor test parameterization to resolve update timing problem. by R. David Murray · 16 years ago
  3. 8de212b Backport smtplib auth tests from r72990. by R. David Murray · 16 years ago
  4. 3724d6c Add smtplib test from issue 5259. by R. David Murray · 16 years ago
  5. e39be53 Try to reduce the flakiness of this test by Neal Norwitz · 17 years ago
  6. 0fbcf69 give the threading API PEP 8 names by Benjamin Peterson · 17 years ago
  7. 4f1b1ed Fixed the semantic of timeout for socket.create_connection and by Facundo Batista · 17 years ago
  8. e41b006 - Issue #2550: The approach used by client/server code for obtaining ports by Trent Nelson · 17 years ago
  9. 819f139 Try increasing the timeout to reduce the flakiness of this test. by Neal Norwitz · 17 years ago
  10. 48309d5 Make the timeout longer to give slow machines a chance to pass the test by Neal Norwitz · 17 years ago
  11. 75992ed Speed up this test by about 99%. Remove sleeps and replace with events. by Neal Norwitz · 17 years ago
  12. 1660933 Issue 1776581. Minor corrections to smtplib, and two small tests. by Facundo Batista · 17 years ago
  13. 1bc8d63 Added test for behavior of operations on an unconnected SMTP object, by Facundo Batista · 18 years ago
  14. 412b8b6 Allow the OS to select a free port for each test server. For by Facundo Batista · 18 years ago
  15. 16ed5b4 New tests for basic behavior of smtplib.SMTP and by Facundo Batista · 18 years ago
  16. 0d4c06e Whitespace normalization. Ugh, we really need to do this more often. by Neal Norwitz · 18 years ago
  17. 366d626 Added timeout to smtplib (to SMTP and SMTP_SSL). Also created by Facundo Batista · 18 years ago