index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
smtplib.py
Commit message (
Expand
)
Author
Age
*
gh-118673: Remove shebang and executable bits from stdlib modules. (#119658)
Jason R. Coombs
2024-05-29
*
Remove almost all unpaired backticks in docstrings (#119231)
Geoffrey Thomas
2024-05-22
*
gh-65495: Use lowercase `mail from` and `rcpt to` in `smtplib.SMTP` (#107019)
Matthieu Caneill
2023-07-22
*
bpo-45975: Simplify some while-loops with walrus operator (GH-29347)
Nick Drozd
2022-11-26
*
gh-94172: Remove keyfile, certfile and check_hostname parameters (#94173)
Victor Stinner
2022-11-03
*
bpo-43124: Fix smtplib multiple CRLF injection (GH-25987)
Miguel Brito
2021-08-29
*
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak
2021-07-27
*
Quick pydoc update to smtplib.py (GH-22292)
uy-rrodriguez
2021-04-25
*
bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118)
Pandu E POLUAN
2021-03-12
*
bpo-42756: Configure LMTP Unix-domain socket to use global default timeout wh...
Ross
2021-01-02
*
Cosmetic smtplib changes (GH-8718)
Ville Skyttä
2020-05-22
*
bpo-39329: Add timeout parameter for smtplib.LMTP constructor (GH-17998)
Dong-hee Na
2020-01-14
*
bpo-39259: smtp.SMTP/SMTP_SSL now reject timeout = 0 (GH-17958)
Dong-hee Na
2020-01-14
*
bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (#16525)
nde
2019-10-04
*
bpo-32793: Fix a duplicate debug message in smtplib (GH-15341)
Zackery Spytz
2019-08-20
*
bpo-37390: Add audit event table to documentations (GH-14406)
Steve Dower
2019-06-27
*
bpo-37363: Add audit events for a range of modules (GH-14301)
Steve Dower
2019-06-24
*
bpo-35128: Fix spacing issues in warning.warn() messages. (GH-10268)
Pablo Aguiar
2018-11-01
*
bpo-32680 add default "sock" on SMTP objects (#5345)
Romuald Brunet
2018-10-09
*
closes bpo-34525: Fix smtplib's authobject() documentation (GH-8965)
Sebastian Rittau
2018-09-10
*
bpo-34246: Use no mutable default args in smtplib (GH-8554)
Pablo Aguiar
2018-09-07
*
bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and...
Stéphane Wirtel
2018-01-30
*
bpo-30394: Fix a socket leak in smtplib.SMTP.__init__() (#1700)
Joel Hillacre
2017-05-24
*
Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
Christian Heimes
2016-09-10
*
Issue #27430: Fix typos, patch by scop.
Berker Peksag
2016-07-01
*
merge 3.4
Benjamin Peterson
2016-06-11
|
\
|
*
raise an error when STARTTLS fails
Benjamin Peterson
2016-06-11
*
|
#25446: Fix regression in smtplib's AUTH LOGIN support.
R David Murray
2015-11-08
*
|
remove duplicated imports (closes #25502)
Benjamin Peterson
2015-10-28
*
|
- Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optional
Barry Warsaw
2015-07-09
*
|
#24218: Add SMTPUTF8 support to send_message.
R David Murray
2015-05-17
*
|
#22027: Add RFC6531 support to smtplib.
R David Murray
2015-05-16
*
|
#16914: fix test errors under -W error::BytesWarning.
R David Murray
2015-04-16
*
|
#16914: add timestamps to smtplib debugging output via new debuglevel 2.
R David Murray
2015-04-16
*
|
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
|
\
|
|
*
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
*
|
Escaped backslashes in docstrings.
Serhiy Storchaka
2015-04-03
|
\
|
|
*
Escaped backslashes in docstrings.
Serhiy Storchaka
2015-04-03
*
|
merge 3.4 (#22921)
Benjamin Peterson
2014-11-23
|
\
|
|
*
don't require OpenSSL SNI to pass hostname to ssl functions (#22921)
Benjamin Peterson
2014-11-23
*
|
Merge #22215: have the smtplib 'quit' command reset the state.
R David Murray
2014-08-30
|
\
|
|
*
#22215: have the smtplib 'quit' command reset the state.
R David Murray
2014-08-30
*
|
#15014: Add 'auth' command to implement auth mechanisms and use it in login.
R David Murray
2014-07-03
|
/
*
Fix issue #21641: Close the socket before raising the SMTPResponseException. ...
Senthil Kumaran
2014-06-03
*
#17498: Defer SMTPServerDisconnected errors until the next command.
R David Murray
2014-04-14
*
merge with 3.3
Georg Brandl
2014-02-10
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
|
\
|
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
*
|
Issue #19785: smtplib now supports SSLContext.check_hostname and server name
Christian Heimes
2013-12-02
*
|
Issue #19735: Implement private function ssl._create_stdlib_context() to
Christian Heimes
2013-11-23
[next]