index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
smtplib.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak
2021-07-26
1
-1/+1
*
bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)
Christian Heimes
2020-11-20
1
-1/+1
*
[doc] Fix smtplib and xml.dom.minidom mark-up (GH-22769)
Andre Delfino
2020-11-18
1
-1/+1
*
Cosmetic smtplib changes (GH-8718)
Ville Skyttä
2020-05-23
1
-3/+4
*
bpo-39329: Add timeout parameter for smtplib.LMTP constructor (GH-17998)
Dong-hee Na
2020-01-14
1
-1/+5
*
bpo-39259: smtp.SMTP/SMTP_SSL now reject timeout = 0 (GH-17958)
Dong-hee Na
2020-01-14
1
-0/+6
*
bpo-37390: Add audit event table to documentations (GH-14406)
Steve Dower
2019-06-27
1
-4/+6
*
bpo-37363: Add audit events for a range of modules (GH-14301)
Steve Dower
2019-06-24
1
-0/+6
*
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka
2018-12-19
1
-1/+1
*
Linkify SMTP.quit() in smtplib documentation. (GH-9785)
takey
2018-11-23
1
-1/+1
*
closes bpo-34525: Fix smtplib's authobject() documentation (GH-8965)
Sebastian Rittau
2018-09-10
1
-2/+2
*
bpo-34246: Use no mutable default args in smtplib (GH-8554)
Pablo Aguiar
2018-09-07
1
-2/+2
*
smtplib documentation fixes (GH-8708)
Ville Skyttä
2018-08-13
1
-4/+11
*
Issue #19795: Mark up None as literal text.
Serhiy Storchaka
2016-10-19
1
-5/+6
|
\
|
*
Issue #19795: Mark up None as literal text.
Serhiy Storchaka
2016-10-19
1
-5/+6
*
|
Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
Christian Heimes
2016-09-10
1
-0/+8
|
/
*
Fix typos
Raymond Hettinger
2016-08-30
1
-2/+2
*
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
1
-2/+2
*
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
Martin Panter
2016-02-10
1
-2/+2
*
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter
2015-11-02
1
-2/+2
|
\
|
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-2/+2
*
|
- Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optional
Barry Warsaw
2015-07-09
1
-14/+31
*
|
#24218: Add SMTPUTF8 support to send_message.
R David Murray
2015-05-17
1
-2/+10
*
|
#22027: Add RFC6531 support to smtplib.
R David Murray
2015-05-16
1
-1/+34
*
|
#16914: reflow paragraph and add missing versionchanged.
R David Murray
2015-04-16
1
-3/+6
*
|
#16914: add timestamps to smtplib debugging output via new debuglevel 2.
R David Murray
2015-04-16
1
-2/+3
*
|
#15014: Add 'auth' command to implement auth mechanisms and use it in login.
R David Murray
2014-07-03
1
-2/+37
|
/
*
#20903: clarify what happens when an smtp connection timeout occurs.
R David Murray
2014-06-09
1
-1/+2
*
Issue #20913: improve the SSL security considerations to first advocate using...
Antoine Pitrou
2014-03-22
1
-16/+11
*
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings
2014-03-16
1
-0/+3
*
Issue #19785: smtplib now supports SSLContext.check_hostname and server name
Christian Heimes
2013-12-02
1
-0/+9
*
Issue 18724: Fix typo noticed by Susan Tan.
Ned Deily
2013-08-13
1
-1/+1
|
\
|
*
Issue 18724: Fix typo noticed by Susan Tan.
Ned Deily
2013-08-13
1
-1/+1
*
|
Merge #18179: reflow paragraphs.
R David Murray
2013-06-23
1
-24/+24
|
\
\
|
|
/
|
*
#18179: reflow paragraphs.
R David Murray
2013-06-23
1
-24/+24
*
|
Merge #18179: document the local_hostname parameter.
R David Murray
2013-06-23
1
-4/+11
|
\
\
|
|
/
|
*
#18179: document the local_hostname parameter.
R David Murray
2013-06-23
1
-4/+11
*
|
#2118: IOError is deprecated, use OSError.
R David Murray
2013-04-14
1
-1/+1
*
|
#2118: Make SMTPException a subclass of IOError.
R David Murray
2013-04-13
1
-2/+2
|
/
*
Reflow paragraph.
R David Murray
2013-04-13
1
-9/+8
*
#2118: clarify smtplib exception documentation.
R David Murray
2013-04-13
1
-12/+16
*
MERGE: Closes #16789: :meth:`quit` links to constants instead of own module
Jesus Cea
2012-12-26
1
-1/+2
|
\
|
*
Closes #16789: :meth:`quit` links to constants instead of own module
Jesus Cea
2012-12-26
1
-1/+2
*
|
Fix a couple of versionadded/versionchanged related markup errors.
Georg Brandl
2012-06-24
1
-1/+2
*
|
merge 3.2
Benjamin Peterson
2011-12-31
1
-3/+3
|
\
\
|
|
/
|
*
indicate msg is an argument
Benjamin Peterson
2011-12-31
1
-3/+3
*
|
Addressing the review comments by Antoine Pitrou for smtplib.py and test_smtp...
Senthil Kumaran
2011-07-31
1
-9/+9
*
|
fixing the smtplib.rst whitespaces.
Senthil Kumaran
2011-07-30
1
-1/+1
*
|
Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which add...
Senthil Kumaran
2011-07-30
1
-8/+25
*
|
merge #12147: make send_message correctly handle Sender and Resent- headers.
R David Murray
2011-07-03
1
-8/+19
|
\
\
|
|
/
[next]