summaryrefslogtreecommitdiff
path: root/Lib/smtpd.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #9168: now smtpd is able to bind privileged port.Florent Xicluna2011-10-201-10/+10
* Fix Issue 6706: return None on connect() in case of EWOULDBLOCK/ECONNABORTED ...Giampaolo Rodolà2010-11-011-26/+5
* Merged revisions 84289 via svnmerge fromGiampaolo Rodolà2010-08-231-2/+23
* fix issue #6589: cleanup asyncore.socket_map if smtpd.SMTPServer constructor ...Giampaolo Rodolà2010-06-301-9/+15
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-211-1/+1
* Issue 1307 by Derek Shockey, fox the same bug for RCPT.Guido van Rossum2007-10-231-1/+1
* Issue #1307, patch by Derek Shockey.Guido van Rossum2007-10-221-1/+1
* Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy.Barry Warsaw2004-10-091-1/+1
* Updated my email address to something that works <wink>.Barry Warsaw2004-07-121-1/+1
* remove debugging printSkip Montanaro2004-06-261-1/+0
* Allow classes from other modules to be specified at startup. For example,Skip Montanaro2004-06-261-2/+9
* smtp_RCPT(): Removed a somewhat embarrassing debugging line, found byBarry Warsaw2002-05-141-3/+0
* SF #515021, print the refused list to the DEBUGSTREAM, so the parameter is usedNeal Norwitz2002-02-111-2/+2
* Two bug fixes for problems reported by Sverre:Barry Warsaw2001-11-041-1/+6
* SMTPServer.__init__(): The asyncore.dispatcher base class has a methodBarry Warsaw2001-10-091-3/+1
* SMTPServer.__init__(): Print the start information on the DEBUGSTREAMBarry Warsaw2001-10-051-1/+2
* Script arguments localhost:localport and remotehost:remoteport are nowBarry Warsaw2001-10-041-18/+28
* found_terminator(): Add a debug print showing the data.Barry Warsaw2001-08-131-1/+2
* Remove unused import (PyChecker)Andrew M. Kuchling2001-08-131-1/+0
* Fix typo in exception name (UnimplementedError should beGuido van Rossum2001-04-151-2/+2
* Use != instead of <>. Sorry, Barry.Guido van Rossum2001-03-021-3/+3
* bunch more __all__ listsSkip Montanaro2001-02-151-0/+1
* Whitespace normalization.Tim Peters2001-02-091-9/+9
* Long ago, Guido suggested that I add this to the standard library.Barry Warsaw2001-01-311-0/+531