aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/smtpd.py
Commit message (Expand)AuthorAge
* Fix Issue 6706: return None on connect() in case of EWOULDBLOCK/ECONNABORTED ...Giampaolo Rodolà2010-11-01
* Merged revisions 84289 via svnmerge fromGiampaolo Rodolà2010-08-23
* Merged revisions 82407 via svnmerge fromGiampaolo Rodolà2010-06-30
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-21
* Committing Py3k version of changelist 64080 and 64257, along with updated testsJosiah Carlson2008-07-07
* Patch for issue 2848, mostly by Humberto Diogenes, with a couple ofBarry Warsaw2008-06-12
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-01
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-06
* Change some uses of cStringIO.StringIO to io.StringIO.Guido van Rossum2007-05-18
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy.Barry Warsaw2004-10-09
* Updated my email address to something that works <wink>.Barry Warsaw2004-07-12
* remove debugging printSkip Montanaro2004-06-26
* Allow classes from other modules to be specified at startup. For example,Skip Montanaro2004-06-26
* smtp_RCPT(): Removed a somewhat embarrassing debugging line, found byBarry Warsaw2002-05-14
* SF #515021, print the refused list to the DEBUGSTREAM, so the parameter is usedNeal Norwitz2002-02-11
* Two bug fixes for problems reported by Sverre:Barry Warsaw2001-11-04
* SMTPServer.__init__(): The asyncore.dispatcher base class has a methodBarry Warsaw2001-10-09
* SMTPServer.__init__(): Print the start information on the DEBUGSTREAMBarry Warsaw2001-10-05
* Script arguments localhost:localport and remotehost:remoteport are nowBarry Warsaw2001-10-04
* found_terminator(): Add a debug print showing the data.Barry Warsaw2001-08-13
* Remove unused import (PyChecker)Andrew M. Kuchling2001-08-13
* Fix typo in exception name (UnimplementedError should beGuido van Rossum2001-04-15
* Use != instead of <>. Sorry, Barry.Guido van Rossum2001-03-02
* bunch more __all__ listsSkip Montanaro2001-02-15
* Whitespace normalization.Tim Peters2001-02-09
* Long ago, Guido suggested that I add this to the standard library.Barry Warsaw2001-01-31