summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_smtpd.py
Commit message (Expand)AuthorAgeFilesLines
* gh-90473: WASI: skip gethostname tests (GH-93092)Christian Heimes2022-05-231-0/+3
* gh-92169: Use warnings_helper.import_deprecated() to import deprecated module...Hugo van Kemenade2022-05-031-5/+3
* Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-2...Victor Stinner2021-12-071-0/+1018
* bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)Victor Stinner2021-11-151-1018/+0
* bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in t...Irit Katriel2021-06-241-2/+6
* bpo-41521: Rename blacklist parameter to not_exported (GH-21824)Victor Stinner2020-08-171-3/+2
* bpo-40275: Use new test.support helper submodules in tests (GH-21219)Hai Shi2020-06-301-22/+23
* bpo-40275: Avoid importing socket in test.support (GH-19603)Serhiy Storchaka2020-04-251-22/+23
* bpo-29639: change test.support.HOST to "localhost"Gregory P. Smith2017-09-091-2/+2
* Issue #27110: Add smtpd.SMTPChannel to __all__, by Jacek KoƂodziejMartin Panter2016-06-061-0/+11
* Issue #27033: The default value of the decode_data parameter forSerhiy Storchaka2016-05-161-29/+12
* #25328: add missing raise keyword in decode_data+SMTPUTF8 check.R David Murray2015-10-091-0/+6
* #21795: advertise 8BITMIME if decode_data is False.R David Murray2015-05-111-21/+108
* #21725: Add RFC 6531 (SMTPUTF8) support to smtpd.R David Murray2014-08-091-13/+243
* #14758: add IPv6 support to smtpd.R David Murray2014-06-111-8/+43
* #19662: add decode_data to smtpd so you can get at DATA in bytes form.R David Murray2014-06-111-7/+111
* #8739: fix omission of DEBUGSTREAM reset in new test in test_smtpd.R David Murray2012-06-041-0/+2
* #8739: upgrade smtpd to RFC 5321 and 1870.R David Murray2012-05-261-31/+249
* #14269: smtpd now conforms to the RFC and requires HELO before MAIL.R David Murray2012-03-201-1/+47
* Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarn...Florent Xicluna2011-12-101-22/+22
* Restore smtpd.DEBUGSTREAM at the end of test_smtpd.Antoine Pitrou2011-11-121-0/+2
* #1745035: add limits for command and data size to smtpd; patch by Savio Sena.Georg Brandl2010-12-031-0/+18
* close down sockets held by asyncore at end of test; closes issue9619Richard Jones2010-08-161-0/+2
* fix test_smtplib/test_smtpd collision through pre-loaded reply data in mock_s...Richard Jones2010-08-041-4/+4
* improve smtpd module test coverageRichard Jones2010-08-041-5/+83
* improvements to test_smtplib per issue2423Richard Jones2010-08-031-41/+8
* Avoid triggering DeprecationWarnings in test_smtpd and smtpd.Georg Brandl2010-07-311-26/+27
* Fix #9412: make list of messages an instance attribute instead of class attri...Georg Brandl2010-07-291-1/+3
* New tests for smtpd module. Has full coverage for SMTPChannel and SMTPServer.Richard Jones2010-07-231-0/+221