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