1. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  2. 1e5c5f8 #1745035: add limits for command and data size to smtpd; patch by Savio Sena. by Georg Brandl · 14 years ago
  3. 977c707 Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher by Giampaolo Rodolà · 14 years ago
  4. 9cf5ef4 fix issue 9129: adds proper error handling on accept() when smtpd accepts new incoming connections. by Giampaolo Rodolà · 14 years ago
  5. 522180a fix smtpd.py I accidentally broke in my previous commit by Giampaolo Rodolà · 14 years ago
  6. 5fe9cd5 revert changes made in r84236 committed by accident by Giampaolo Rodolà · 14 years ago
  7. 5c8c9a2 fix issue #9129: added proper error handling when accepting new connections in SMTPServer.handle_accept by Giampaolo Rodolà · 14 years ago
  8. fa45076 kill outdated comment by Benjamin Peterson · 14 years ago
  9. 17e3d69 Avoid triggering DeprecationWarnings in test_smtpd and smtpd. by Georg Brandl · 14 years ago
  10. 803ef8a Implementation for issue 4184 by Richard Jones · 14 years ago
  11. 610aa4f Merged revisions 82404 via svnmerge from by Giampaolo Rodolà · 14 years ago
  12. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  13. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  14. d74900e Committing Py3k version of changelist 64080 and 64257, along with updated tests by Josiah Carlson · 16 years ago
  15. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  16. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  17. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  18. 68937b4 Change some uses of cStringIO.StringIO to io.StringIO. by Guido van Rossum · 17 years ago
  19. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  20. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  21. f267b62 Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy. by Barry Warsaw · 20 years ago
  22. b102764 Updated my email address to something that works <wink>. by Barry Warsaw · 20 years ago
  23. 5fad8bd remove debugging print by Skip Montanaro · 20 years ago
  24. 90e0153 Allow classes from other modules to be specified at startup. For example, by Skip Montanaro · 20 years ago
  25. bdc8289 smtp_RCPT(): Removed a somewhat embarrassing debugging line, found by by Barry Warsaw · 22 years ago
  26. f151625 SF #515021, print the refused list to the DEBUGSTREAM, so the parameter is used by Neal Norwitz · 22 years ago
  27. ebf5427 Two bug fixes for problems reported by Sverre: by Barry Warsaw · 23 years ago
  28. 93a6327 SMTPServer.__init__(): The asyncore.dispatcher base class has a method by Barry Warsaw · 23 years ago
  29. 4a8e9f4 SMTPServer.__init__(): Print the start information on the DEBUGSTREAM by Barry Warsaw · 23 years ago
  30. 0e8427e Script arguments localhost:localport and remotehost:remoteport are now by Barry Warsaw · 23 years ago
  31. 406d46e found_terminator(): Add a debug print showing the data. by Barry Warsaw · 23 years ago
  32. e7abf97 Remove unused import (PyChecker) by Andrew M. Kuchling · 23 years ago
  33. b8b45ea Fix typo in exception name (UnimplementedError should be by Guido van Rossum · 23 years ago
  34. 4ba3d65 Use != instead of <>. Sorry, Barry. by Guido van Rossum · 23 years ago
  35. 0de6580 bunch more __all__ lists by Skip Montanaro · 23 years ago
  36. 658cba6 Whitespace normalization. by Tim Peters · 23 years ago
  37. 7e0d956 Long ago, Guido suggested that I add this to the standard library. by Barry Warsaw · 23 years ago