| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #5341: Fix a variety of spelling errors. | Mark Dickinson | 2009-02-21 | 1 | -1/+1 |
|
|
* | Issue 1307 by Derek Shockey, fox the same bug for RCPT. | Guido van Rossum | 2007-10-23 | 1 | -1/+1 |
|
|
* | Issue #1307, patch by Derek Shockey. | Guido van Rossum | 2007-10-22 | 1 | -1/+1 |
|
|
* | Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy. | Barry Warsaw | 2004-10-09 | 1 | -1/+1 |
|
|
* | Updated my email address to something that works <wink>. | Barry Warsaw | 2004-07-12 | 1 | -1/+1 |
|
|
* | remove debugging print | Skip Montanaro | 2004-06-26 | 1 | -1/+0 |
|
|
* | Allow classes from other modules to be specified at startup. For example, | Skip Montanaro | 2004-06-26 | 1 | -2/+9 |
|
|
* | smtp_RCPT(): Removed a somewhat embarrassing debugging line, found by | Barry Warsaw | 2002-05-14 | 1 | -3/+0 |
|
|
* | SF #515021, print the refused list to the DEBUGSTREAM, so the parameter is used | Neal Norwitz | 2002-02-11 | 1 | -2/+2 |
|
|
* | Two bug fixes for problems reported by Sverre: | Barry Warsaw | 2001-11-04 | 1 | -1/+6 |
|
|
* | SMTPServer.__init__(): The asyncore.dispatcher base class has a method | Barry Warsaw | 2001-10-09 | 1 | -3/+1 |
|
|
* | SMTPServer.__init__(): Print the start information on the DEBUGSTREAM | Barry Warsaw | 2001-10-05 | 1 | -1/+2 |
|
|
* | Script arguments localhost:localport and remotehost:remoteport are now | Barry Warsaw | 2001-10-04 | 1 | -18/+28 |
|
|
* | found_terminator(): Add a debug print showing the data. | Barry Warsaw | 2001-08-13 | 1 | -1/+2 |
|
|
* | Remove unused import (PyChecker) | Andrew M. Kuchling | 2001-08-13 | 1 | -1/+0 |
|
|
* | Fix typo in exception name (UnimplementedError should be | Guido van Rossum | 2001-04-15 | 1 | -2/+2 |
|
|
* | Use != instead of <>. Sorry, Barry. | Guido van Rossum | 2001-03-02 | 1 | -3/+3 |
|
|
* | bunch more __all__ lists | Skip Montanaro | 2001-02-15 | 1 | -0/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-02-09 | 1 | -9/+9 |
|
|
* | Long ago, Guido suggested that I add this to the standard library. | Barry Warsaw | 2001-01-31 | 1 | -0/+531 |
|
|