1. efb1d0a bpo-29639: change test.support.HOST to "localhost" by Gregory P. Smith · 7 years ago
  2. 380ef01 Issue #27110: Add smtpd.SMTPChannel to __all__, by Jacek Kołodziej by Martin Panter · 8 years ago
  3. cbcc2fd Issue #27033: The default value of the decode_data parameter for by Serhiy Storchaka · 8 years ago
  4. 1a81538 #25328: add missing raise keyword in decode_data+SMTPUTF8 check. by R David Murray · 9 years ago
  5. a33df31 #21795: advertise 8BITMIME if decode_data is False. by R David Murray · 9 years ago
  6. 2539e67 #21725: Add RFC 6531 (SMTPUTF8) support to smtpd. by R David Murray · 10 years ago
  7. 6fe56a3 #14758: add IPv6 support to smtpd. by R David Murray · 10 years ago
  8. 554bcbf #19662: add decode_data to smtpd so you can get at DATA in bytes form. by R David Murray · 10 years ago
  9. 05cab75 #8739: fix omission of DEBUGSTREAM reset in new test in test_smtpd. by R David Murray · 12 years ago
  10. d1a30c9 #8739: upgrade smtpd to RFC 5321 and 1870. by R David Murray · 12 years ago
  11. 669b755 #14269: smtpd now conforms to the RFC and requires HELO before MAIL. by R David Murray · 12 years ago
  12. 6731775 Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarning (cgi, importlib, nntplib, smtpd). by Florent Xicluna · 13 years ago
  13. e0815e2 Restore smtpd.DEBUGSTREAM at the end of test_smtpd. by Antoine Pitrou · 13 years ago
  14. 1e5c5f8 #1745035: add limits for command and data size to smtpd; patch by Savio Sena. by Georg Brandl · 14 years ago
  15. daf2350 close down sockets held by asyncore at end of test; closes issue9619 by Richard Jones · 14 years ago
  16. 6a9e6bb fix test_smtplib/test_smtpd collision through pre-loaded reply data in mock_socket by Richard Jones · 14 years ago
  17. 4aa0d4d improve smtpd module test coverage by Richard Jones · 14 years ago
  18. 64b02de improvements to test_smtplib per issue2423 by Richard Jones · 14 years ago
  19. 17e3d69 Avoid triggering DeprecationWarnings in test_smtpd and smtpd. by Georg Brandl · 14 years ago
  20. 6d23c44 Fix #9412: make list of messages an instance attribute instead of class attribute. by Georg Brandl · 14 years ago
  21. 8cb3619 New tests for smtpd module. Has full coverage for SMTPChannel and SMTPServer. by Richard Jones · 14 years ago