index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
smtpd.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
#8739: upgrade smtpd to RFC 5321 and 1870.
R David Murray
2012-05-26
1
-52/+193
*
#14269: smtpd now conforms to the RFC and requires HELO before MAIL.
R David Murray
2012-03-20
1
-0/+12
*
Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarn...
Florent Xicluna
2011-12-10
1
-22/+22
*
Issue #9168: now smtpd is able to bind privileged port.
Florent Xicluna
2011-10-20
1
-10/+10
|
\
|
*
Issue #9168: now smtpd is able to bind privileged port.
Florent Xicluna
2011-10-20
1
-10/+10
*
|
Normalize the encoding names for Latin-1 and UTF-8 to
Marc-André Lemburg
2011-02-25
1
-1/+1
|
/
*
#1745035: add limits for command and data size to smtpd; patch by Savio Sena.
Georg Brandl
2010-12-03
1
-0/+24
*
Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher
Giampaolo Rodolà
2010-10-04
1
-15/+1
*
fix issue 9129: adds proper error handling on accept() when smtpd accepts new...
Giampaolo Rodolà
2010-08-23
1
-2/+23
*
fix smtpd.py I accidentally broke in my previous commit
Giampaolo Rodolà
2010-08-21
1
-1/+1
*
revert changes made in r84236 committed by accident
Giampaolo Rodolà
2010-08-21
1
-14/+1
*
fix issue #9129: added proper error handling when accepting new connections i...
Giampaolo Rodolà
2010-08-21
1
-2/+15
*
kill outdated comment
Benjamin Peterson
2010-08-07
1
-1/+0
*
Avoid triggering DeprecationWarnings in test_smtpd and smtpd.
Georg Brandl
2010-07-31
1
-4/+4
*
Implementation for issue 4184
Richard Jones
2010-07-24
1
-42/+168
*
Merged revisions 82404 via svnmerge from
Giampaolo Rodolà
2010-06-30
1
-8/+13
*
convert shebang lines: python -> python3
Benjamin Peterson
2010-03-11
1
-1/+1
*
Merged revisions 69846 via svnmerge from
Mark Dickinson
2009-02-21
1
-1/+1
*
Committing Py3k version of changelist 64080 and 64257, along with updated tests
Josiah Carlson
2008-07-07
1
-4/+4
*
Patch for issue 2848, mostly by Humberto Diogenes, with a couple of
Barry Warsaw
2008-06-12
1
-2/+2
*
Merged revisions 58221-58741 via svnmerge from
Guido van Rossum
2007-11-01
1
-2/+2
*
Merged revisions 56753-56781 via svnmerge from
Guido van Rossum
2007-08-06
1
-1/+1
*
Change some uses of cStringIO.StringIO to io.StringIO.
Guido van Rossum
2007-05-18
1
-1/+1
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-27/+24
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-4/+4
*
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