1. 380ef01 Issue #27110: Add smtpd.SMTPChannel to __all__, by Jacek Kołodziej by Martin Panter · 8 years ago
  2. eb6cd74 Issue #27033: Removed unnecessary the bool calls. by Serhiy Storchaka · 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. 43a1bed merge 3.4 (#23873) by Benjamin Peterson · 9 years ago
  7. 033c58a remove smtpd dead code (closes #23873) by Benjamin Peterson · 9 years ago
  8. 142bf56 merge 3.4 (#23872) by Benjamin Peterson · 9 years ago
  9. 0c80331 fix extended command syntax (closes #23872) by Benjamin Peterson · 9 years ago
  10. ee4c0b9 Issue #23681: Fixed Python 2 to 3 poring bugs. by Serhiy Storchaka · 9 years ago
  11. 2539e67 #21725: Add RFC 6531 (SMTPUTF8) support to smtpd. by R David Murray · 10 years ago
  12. 012a83a #14758: Need to specify the desired socket type in the getaddrinfo call. by R David Murray · 10 years ago
  13. 6fe56a3 #14758: add IPv6 support to smtpd. by R David Murray · 10 years ago
  14. 554bcbf #19662: add decode_data to smtpd so you can get at DATA in bytes form. by R David Murray · 10 years ago
  15. c56894d Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts write by Serhiy Storchaka · 11 years ago
  16. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  17. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  18. 30298b4 Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of which avoids affecting global state. by Vinay Sajip · 11 years ago
  19. 0166a28 modernize some modules' code by replacing OSError->ENOENT/ENOTDIR/EPERM/EEXIST occurrences with the corresponding pep-3151 exceptions (FileNotFoundError, NotADirectoryError, etc.) by Giampaolo Rodola' · 11 years ago
  20. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 11 years ago
  21. d1a30c9 #8739: upgrade smtpd to RFC 5321 and 1870. by R David Murray · 12 years ago
  22. 669b755 #14269: smtpd now conforms to the RFC and requires HELO before MAIL. by R David Murray · 12 years ago
  23. 6731775 Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarning (cgi, importlib, nntplib, smtpd). by Florent Xicluna · 12 years ago
  24. 407cfd1 Issue #9168: now smtpd is able to bind privileged port. by Florent Xicluna · 13 years ago
  25. 711f87c Issue #9168: now smtpd is able to bind privileged port. by Florent Xicluna · 13 years ago
  26. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  27. 1e5c5f8 #1745035: add limits for command and data size to smtpd; patch by Savio Sena. by Georg Brandl · 13 years ago
  28. 977c707 Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher by Giampaolo Rodolà · 14 years ago
  29. 9cf5ef4 fix issue 9129: adds proper error handling on accept() when smtpd accepts new incoming connections. by Giampaolo Rodolà · 14 years ago
  30. 522180a fix smtpd.py I accidentally broke in my previous commit by Giampaolo Rodolà · 14 years ago
  31. 5fe9cd5 revert changes made in r84236 committed by accident by Giampaolo Rodolà · 14 years ago
  32. 5c8c9a2 fix issue #9129: added proper error handling when accepting new connections in SMTPServer.handle_accept by Giampaolo Rodolà · 14 years ago
  33. fa45076 kill outdated comment by Benjamin Peterson · 14 years ago
  34. 17e3d69 Avoid triggering DeprecationWarnings in test_smtpd and smtpd. by Georg Brandl · 14 years ago
  35. 803ef8a Implementation for issue 4184 by Richard Jones · 14 years ago
  36. 610aa4f Merged revisions 82404 via svnmerge from by Giampaolo Rodolà · 14 years ago
  37. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  38. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  39. d74900e Committing Py3k version of changelist 64080 and 64257, along with updated tests by Josiah Carlson · 16 years ago
  40. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  41. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  42. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  43. 68937b4 Change some uses of cStringIO.StringIO to io.StringIO. by Guido van Rossum · 17 years ago
  44. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  45. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  46. f267b62 Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy. by Barry Warsaw · 20 years ago
  47. b102764 Updated my email address to something that works <wink>. by Barry Warsaw · 20 years ago
  48. 5fad8bd remove debugging print by Skip Montanaro · 20 years ago
  49. 90e0153 Allow classes from other modules to be specified at startup. For example, by Skip Montanaro · 20 years ago
  50. bdc8289 smtp_RCPT(): Removed a somewhat embarrassing debugging line, found by by Barry Warsaw · 22 years ago
  51. f151625 SF #515021, print the refused list to the DEBUGSTREAM, so the parameter is used by Neal Norwitz · 22 years ago
  52. ebf5427 Two bug fixes for problems reported by Sverre: by Barry Warsaw · 23 years ago
  53. 93a6327 SMTPServer.__init__(): The asyncore.dispatcher base class has a method by Barry Warsaw · 23 years ago
  54. 4a8e9f4 SMTPServer.__init__(): Print the start information on the DEBUGSTREAM by Barry Warsaw · 23 years ago
  55. 0e8427e Script arguments localhost:localport and remotehost:remoteport are now by Barry Warsaw · 23 years ago
  56. 406d46e found_terminator(): Add a debug print showing the data. by Barry Warsaw · 23 years ago
  57. e7abf97 Remove unused import (PyChecker) by Andrew M. Kuchling · 23 years ago
  58. b8b45ea Fix typo in exception name (UnimplementedError should be by Guido van Rossum · 23 years ago
  59. 4ba3d65 Use != instead of <>. Sorry, Barry. by Guido van Rossum · 23 years ago
  60. 0de6580 bunch more __all__ lists by Skip Montanaro · 23 years ago
  61. 658cba6 Whitespace normalization. by Tim Peters · 23 years ago
  62. 7e0d956 Long ago, Guido suggested that I add this to the standard library. by Barry Warsaw · 23 years ago