| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-2... | Victor Stinner | 2021-12-07 | 1 | -0/+885 |
|
|
* | bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521) | Victor Stinner | 2021-11-15 | 1 | -885/+0 |
|
|
* | bpo-44498: Issue a deprecation warning on asynchat, asyncore and smtpd import... | Barry Warsaw | 2021-06-24 | 1 | -2/+13 |
|
|
* | bpo-35800: Remove smtpd.MailmanProxy since 3.11 (GH-26617) | Dong-hee Na | 2021-06-09 | 1 | -93/+0 |
|
|
* | bpo-42427: Use the errno attribute of OSError instead of args[0] (GH-23449) | Serhiy Storchaka | 2020-11-22 | 1 | -1/+1 |
|
|
* | bpo-35800: Deprecate smtpd.MailmanProxy (GH-11675) | Samuel Colvin | 2019-10-12 | 1 | -0/+2 |
|
|
* | Issue #27110: Add smtpd.SMTPChannel to __all__, by Jacek Kołodziej | Martin Panter | 2016-06-06 | 1 | -1/+4 |
|
|
* | Issue #27033: Removed unnecessary the bool calls. | Serhiy Storchaka | 2016-05-29 | 1 | -4/+4 |
|
|
* | Issue #27033: The default value of the decode_data parameter for | Serhiy Storchaka | 2016-05-16 | 1 | -30/+15 |
|
|
* | #25328: add missing raise keyword in decode_data+SMTPUTF8 check. | R David Murray | 2015-10-09 | 1 | -2/+2 |
|
|
* | #21795: advertise 8BITMIME if decode_data is False. | R David Murray | 2015-05-11 | 1 | -48/+56 |
|
|
* | merge 3.4 (#23873) | Benjamin Peterson | 2015-04-07 | 1 | -9/+0 |
|\ |
|
| * | remove smtpd dead code (closes #23873) | Benjamin Peterson | 2015-04-07 | 1 | -9/+0 |
|
|
* | | merge 3.4 (#23872) | Benjamin Peterson | 2015-04-05 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | fix extended command syntax (closes #23872) | Benjamin Peterson | 2015-04-05 | 1 | -1/+1 |
|
|
* | | Issue #23681: Fixed Python 2 to 3 poring bugs. | Serhiy Storchaka | 2015-03-20 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | #21725: Add RFC 6531 (SMTPUTF8) support to smtpd. | R David Murray | 2014-08-09 | 1 | -58/+146 |
|
|
* | | #14758: Need to specify the desired socket type in the getaddrinfo call. | R David Murray | 2014-06-11 | 1 | -1/+2 |
|
|
* | | #14758: add IPv6 support to smtpd. | R David Murray | 2014-06-11 | 1 | -1/+2 |
|
|
* | | #19662: add decode_data to smtpd so you can get at DATA in bytes form. | R David Murray | 2014-06-11 | 1 | -9/+36 |
|/ |
|
* | Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts write | Serhiy Storchaka | 2013-09-05 | 1 | -1/+1 |
|
|
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | Brett Cannon | 2013-07-04 | 1 | -1/+1 |
|
|
* | Issue #18200: Update the stdlib (except tests) to use | Brett Cannon | 2013-06-14 | 1 | -1/+1 |
|
|
* | Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of wh... | Vinay Sajip | 2013-06-07 | 1 | -5/+7 |
|
|
* | modernize some modules' code by replacing OSError->ENOENT/ENOTDIR/EPERM/EEXIS... | Giampaolo Rodola' | 2013-02-12 | 1 | -2/+1 |
|
|
* | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 | 1 | -2/+2 |
|
|
* | #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 |
|
|