COMMITS
/ Lib/smtpd.py June 24, 2021
B
bpo-44498: Issue a deprecation warning on asynchat, asyncore and smtpd import (#26882)
Barry Warsaw committed
June 9, 2021
D
bpo-35800: Remove smtpd.MailmanProxy since 3.11 (GH-26617)
Dong-hee Na committed
November 22, 2020
S
bpo-42427: Use the errno attribute of OSError instead of args[0] (GH-23449)
Serhiy Storchaka committed
October 12, 2019
S
bpo-35800: Deprecate smtpd.MailmanProxy (GH-11675)
Samuel Colvin committed
June 6, 2016
M
Issue #27110: Add smtpd.SMTPChannel to __all__, by Jacek Kołodziej
Martin Panter committed
May 29, 2016
S
Issue #27033: Removed unnecessary the bool calls.
Serhiy Storchaka committed
May 16, 2016
S
Issue #27033: The default value of the decode_data parameter for
Serhiy Storchaka committed
October 9, 2015
R
#25328: add missing raise keyword in decode_data+SMTPUTF8 check.
R David Murray committed
May 11, 2015
R
#21795: advertise 8BITMIME if decode_data is False.
R David Murray committed
April 7, 2015
B
merge 3.4 (#23873)
Benjamin Peterson committed
B
remove smtpd dead code (closes #23873)
Benjamin Peterson committed
April 5, 2015
B
merge 3.4 (#23872)
Benjamin Peterson committed
B
fix extended command syntax (closes #23872)
Benjamin Peterson committed
March 20, 2015
S
Issue #23681: Fixed Python 2 to 3 poring bugs.
Serhiy Storchaka committed
August 9, 2014
R
#21725: Add RFC 6531 (SMTPUTF8) support to smtpd.
R David Murray committed
June 11, 2014
R
#14758: Need to specify the desired socket type in the getaddrinfo call.
R David Murray committed
R
#14758: add IPv6 support to smtpd.
R David Murray committed
R
#19662: add decode_data to smtpd so you can get at DATA in bytes form.
R David Murray committed
September 5, 2013
S
Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts write
Serhiy Storchaka committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
June 7, 2013
February 12, 2013
December 18, 2012
A
Issue #16717: get rid of socket.error, replace with OSError
Andrew Svetlov committed
May 26, 2012
R
#8739: upgrade smtpd to RFC 5321 and 1870.
R David Murray committed
March 20, 2012
R
#14269: smtpd now conforms to the RFC and requires HELO before MAIL.
R David Murray committed
December 10, 2011
October 20, 2011
F
Issue #9168: now smtpd is able to bind privileged port.
Florent Xicluna committed
F
Issue #9168: now smtpd is able to bind privileged port.
Florent Xicluna committed
February 25, 2011
M
Normalize the encoding names for Latin-1 and UTF-8 to
Marc-André Lemburg committed
December 3, 2010
G
#1745035: add limits for command and data size to smtpd; patch by Savio Sena.
Georg Brandl committed
October 4, 2010
G
Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher
Giampaolo Rodolà committed
August 23, 2010
G
fix issue 9129: adds proper error handling on accept() when smtpd accepts new incoming connections.
Giampaolo Rodolà committed
August 21, 2010
G
fix smtpd.py I accidentally broke in my previous commit
Giampaolo Rodolà committed
G
revert changes made in r84236 committed by accident
Giampaolo Rodolà committed
G
fix issue #9129: added proper error handling when accepting new connections in SMTPServer.handle_accept
Giampaolo Rodolà committed
August 7, 2010
B
kill outdated comment
Benjamin Peterson committed
July 31, 2010
G
Avoid triggering DeprecationWarnings in test_smtpd and smtpd.
Georg Brandl committed
July 24, 2010
R
Implementation for issue 4184
Richard Jones committed
June 30, 2010
G
Merged revisions 82404 via svnmerge from
Giampaolo Rodolà committed
March 11, 2010
B
convert shebang lines: python -> python3
Benjamin Peterson committed
February 21, 2009
M
Merged revisions 69846 via svnmerge from
Mark Dickinson committed
July 7, 2008
J
Committing Py3k version of changelist 64080 and 64257, along with updated tests
Josiah Carlson committed
June 12, 2008
B
Patch for issue 2848, mostly by Humberto Diogenes, with a couple of
Barry Warsaw committed
November 1, 2007
G
Merged revisions 58221-58741 via svnmerge from
Guido van Rossum committed
August 6, 2007
G
Merged revisions 56753-56781 via svnmerge from
Guido van Rossum committed
May 18, 2007
G
Change some uses of cStringIO.StringIO to io.StringIO.
Guido van Rossum committed
February 9, 2007
G
Fix most trivially-findable print statements.
Guido van Rossum committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
October 9, 2004
B
Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy.
Barry Warsaw committed