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