summaryrefslogtreecommitdiff
path: root/Lib/test/test_smtplib.py
Commit message (Expand)AuthorAgeFilesLines
* gh-72719: Remove asyncore and asynchat modules (#96580)Nikita Sobolev2022-11-081-3/+1
* gh-93243: Make smtpd private before porting its users (GH-93246)Oleg Iarygin2022-08-051-1/+1
* gh-92169: Use warnings_helper.import_deprecated() to import deprecated module...Hugo van Kemenade2022-05-031-5/+5
* bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)Christian Heimes2022-03-221-0/+2
* bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455)Christian Heimes2022-01-131-2/+2
* Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-2...Victor Stinner2021-12-071-2/+6
* bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)Victor Stinner2021-11-161-6/+2
* bpo-43124: Fix smtplib multiple CRLF injection (GH-25987)Miguel Brito2021-08-291-0/+55
* bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in t...Irit Katriel2021-06-251-2/+6
* bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118)Pandu E POLUAN2021-03-121-1/+44
* bpo-42756: Configure LMTP Unix-domain socket to use global default timeout wh...Ross2021-01-021-0/+11
* bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)Christian Heimes2020-11-201-2/+2
* bpo-40275: Adding threading_helper submodule in test.support (GH-20263)Hai Shi2020-05-281-16/+16
* bpo-9216: hashlib usedforsecurity fixes (GH-20258)Christian Heimes2020-05-221-0/+1
* bpo-40275: Move requires_hashdigest() to test.support.hashlib_helper (GH-19716)Hai Shi2020-04-291-2/+2
* bpo-40275: Avoid importing socket in test.support (GH-19603)Serhiy Storchaka2020-04-251-3/+4
* bpo-39329: Add timeout parameter for smtplib.LMTP constructor (GH-17998)Dong-hee Na2020-01-141-30/+45
* bpo-39259: smtp.SMTP/SMTP_SSL now reject timeout = 0 (GH-17958)Dong-hee Na2020-01-141-0/+5
* bpo-38614: Use support timeout constants (GH-17572)Victor Stinner2019-12-111-18/+31
* bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554)Victor Stinner2019-12-101-29/+56
* bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382)Christian Heimes2019-09-251-1/+10
* Remove unused imports in tests (GH-14518)Victor Stinner2019-07-011-1/+1
* bpo-35133: Fix mistakes when concatenate string literals on different lines. ...Serhiy Storchaka2018-11-051-1/+1
* bpo-32680 add default "sock" on SMTP objects (#5345)Romuald Brunet2018-10-091-0/+7
* bpo-34246: Make sure test_smtplib always cleans resources when finished (GH-9...Pablo Galindo2018-09-081-7/+47
* bpo-34246: Use no mutable default args in smtplib (GH-8554)Pablo Aguiar2018-09-071-0/+28
* bpo-32663 Make SMTPUTF8SimTests run (#5314)chason2018-07-251-25/+14
* bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and...Stéphane Wirtel2018-01-301-1/+18
* bpo-31234: Join threads in tests (#3572)Victor Stinner2017-09-141-1/+3
* bpo-29639: change test.support.HOST to "localhost"Gregory P. Smith2017-09-091-27/+40
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-10/+1
* #25446: Fix regression in smtplib's AUTH LOGIN support.R David Murray2015-11-081-58/+121
* - Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optionalBarry Warsaw2015-07-091-9/+83
* #24218: Add SMTPUTF8 support to send_message.R David Murray2015-05-171-1/+46
* #22027: Add RFC6531 support to smtplib.R David Murray2015-05-161-0/+119
* #16914: add timestamps to smtplib debugging output via new debuglevel 2.R David Murray2015-04-161-0/+21
* Merge #22215: have the smtplib 'quit' command reset the state.R David Murray2014-08-301-0/+15
|\
| * #22215: have the smtplib 'quit' command reset the state.R David Murray2014-08-301-0/+15
* | Issue #21566: Make use of socket.listen() default backlog.Charles-François Natali2014-07-231-1/+1
* | #15014: Add 'auth' command to implement auth mechanisms and use it in login.R David Murray2014-07-031-22/+38
* | #19662: Eliminate warnings in other test modules that use smtpd.R David Murray2014-06-111-3/+5
|/
* #17498: Defer SMTPServerDisconnected errors until the next command.R David Murray2014-04-141-0/+13
* merge with 3.3Georg Brandl2014-02-101-1/+29
* Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests.Serhiy Storchaka2014-02-081-3/+3
|\
| * Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests.Serhiy Storchaka2014-02-081-3/+3
* | Closes #6683: add a test that exercises multiple authentication.Andrew Kuchling2013-11-111-0/+9
* | merge 3.3 (#19125)Benjamin Peterson2013-09-291-3/+3
|\ \ | |/
| * fix test to run and test that smtpd does support ELHO (closes #19125)Benjamin Peterson2013-09-291-3/+3
* | Merge: #5713: One more test_smtplib timing fix.R David Murray2013-03-211-1/+1
|\ \ | |/
| * #5713: One more test_smtplib timing fix.R David Murray2013-03-211-1/+1