1. 610aa4f Merged revisions 82404 via svnmerge from by Giampaolo Rodolà · 14 years ago
  2. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  3. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  4. d74900e Committing Py3k version of changelist 64080 and 64257, along with updated tests by Josiah Carlson · 16 years ago
  5. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  6. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  7. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  8. 68937b4 Change some uses of cStringIO.StringIO to io.StringIO. by Guido van Rossum · 17 years ago
  9. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  10. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  11. f267b62 Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy. by Barry Warsaw · 20 years ago
  12. b102764 Updated my email address to something that works <wink>. by Barry Warsaw · 20 years ago
  13. 5fad8bd remove debugging print by Skip Montanaro · 20 years ago
  14. 90e0153 Allow classes from other modules to be specified at startup. For example, by Skip Montanaro · 20 years ago
  15. bdc8289 smtp_RCPT(): Removed a somewhat embarrassing debugging line, found by by Barry Warsaw · 22 years ago
  16. f151625 SF #515021, print the refused list to the DEBUGSTREAM, so the parameter is used by Neal Norwitz · 23 years ago
  17. ebf5427 Two bug fixes for problems reported by Sverre: by Barry Warsaw · 23 years ago
  18. 93a6327 SMTPServer.__init__(): The asyncore.dispatcher base class has a method by Barry Warsaw · 23 years ago
  19. 4a8e9f4 SMTPServer.__init__(): Print the start information on the DEBUGSTREAM by Barry Warsaw · 23 years ago
  20. 0e8427e Script arguments localhost:localport and remotehost:remoteport are now by Barry Warsaw · 23 years ago
  21. 406d46e found_terminator(): Add a debug print showing the data. by Barry Warsaw · 23 years ago
  22. e7abf97 Remove unused import (PyChecker) by Andrew M. Kuchling · 23 years ago
  23. b8b45ea Fix typo in exception name (UnimplementedError should be by Guido van Rossum · 23 years ago
  24. 4ba3d65 Use != instead of <>. Sorry, Barry. by Guido van Rossum · 23 years ago
  25. 0de6580 bunch more __all__ lists by Skip Montanaro · 24 years ago
  26. 658cba6 Whitespace normalization. by Tim Peters · 24 years ago
  27. 7e0d956 Long ago, Guido suggested that I add this to the standard library. by Barry Warsaw · 24 years ago