index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
smtplib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
Christian Heimes
2016-09-10
1
-0
/
+8
*
Issue #27430: Fix typos, patch by scop.
Berker Peksag
2016-07-01
1
-1
/
+1
*
merge 3.4
Benjamin Peterson
2016-06-11
1
-70
/
+170
|
\
|
*
#25446: Fix regression in smtplib's AUTH LOGIN support.
R David Murray
2015-11-08
1
-10
/
+9
|
*
remove duplicated imports (closes #25502)
Benjamin Peterson
2015-10-28
1
-2
/
+0
|
*
- Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optional
Barry Warsaw
2015-07-09
1
-16
/
+36
|
*
#24218: Add SMTPUTF8 support to send_message.
R David Murray
2015-05-17
1
-3
/
+26
|
*
#22027: Add RFC6531 support to smtplib.
R David Murray
2015-05-16
1
-6
/
+36
|
*
#16914: fix test errors under -W error::BytesWarning.
R David Murray
2015-04-16
1
-2
/
+2
|
*
#16914: add timestamps to smtplib debugging output via new debuglevel 2.
R David Murray
2015-04-16
1
-14
/
+19
|
*
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
1
-44
/
+69
|
|
\
|
|
*
Escaped backslashes in docstrings.
Serhiy Storchaka
2015-04-03
1
-44
/
+69
|
|
|
\
|
|
|
*
merge 3.4 (#22921)
Benjamin Peterson
2014-11-23
1
-44
/
+69
|
|
|
|
\
|
|
|
|
*
Merge #22215: have the smtplib 'quit' command reset the state.
R David Murray
2014-08-30
1
-0
/
+4
|
|
|
|
|
\
|
|
|
|
*
|
#15014: Add 'auth' command to implement auth mechanisms and use it in login.
R David Murray
2014-07-03
1
-44
/
+69
*
|
|
|
|
|
raise an error when STARTTLS fails
Benjamin Peterson
2016-06-11
1
-0
/
+5
|
/
/
/
/
/
*
|
|
|
|
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
1
-6
/
+10
|
/
/
/
/
*
|
|
|
Escaped backslashes in docstrings.
Serhiy Storchaka
2015-04-03
1
-2
/
+2
|
/
/
/
*
|
|
don't require OpenSSL SNI to pass hostname to ssl functions (#22921)
Benjamin Peterson
2014-11-23
1
-4
/
+2
|
|
/
|
/
|
*
|
#22215: have the smtplib 'quit' command reset the state.
R David Murray
2014-08-30
1
-0
/
+4
|
/
*
Fix issue #21641: Close the socket before raising the SMTPResponseException. ...
Senthil Kumaran
2014-06-03
1
-0
/
+1
*
#17498: Defer SMTPServerDisconnected errors until the next command.
R David Murray
2014-04-14
1
-3
/
+15
*
merge with 3.3
Georg Brandl
2014-02-10
1
-1
/
+4
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
1
-0
/
+0
|
\
*
|
Issue #19785: smtplib now supports SSLContext.check_hostname and server name
Christian Heimes
2013-12-02
1
-2
/
+7
*
|
Issue #19735: Implement private function ssl._create_stdlib_context() to
Christian Heimes
2013-11-23
1
-8
/
+8
*
|
Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC
Christian Heimes
2013-11-20
1
-1
/
+1
*
|
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon
2013-07-04
1
-1
/
+1
*
|
Merge #18179: reflow paragraphs.
R David Murray
2013-06-23
1
-6
/
+6
|
\
\
|
|
/
|
/
|
|
*
Merge #18179: document the local_hostname parameter.
R David Murray
2013-06-23
1
-4
/
+7
|
|
\
|
*
|
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon
2013-06-13
1
-1
/
+1
|
*
|
#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
-1
/
+1
|
*
|
Merge #2118: clarify smtplib exception documentation.
R David Murray
2013-04-13
1
-2
/
+3
|
|
\
\
|
*
\
\
Merge: #5713: Handle 421 error codes during sendmail by closing the socket.
R David Murray
2013-03-20
1
-4
/
+4
|
|
\
\
\
|
|
*
\
\
Issue #16647: save socket error details in LMTP.connect()
Andrew Svetlov
2012-12-17
1
-5
/
+5
|
|
|
\
\
\
*
|
|
|
|
|
#18179: reflow paragraphs.
R David Murray
2013-06-23
1
-22
/
+23
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
#18179: document the local_hostname parameter.
R David Murray
2013-06-23
1
-4
/
+7
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
#2118: clarify smtplib exception documentation.
R David Murray
2013-04-13
1
-2
/
+3
|
/
/
/
*
|
|
Merge: #5713: Handle 421 error codes during sendmail by closing the socket.
R David Murray
2013-03-20
1
-2
/
+11
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
#5713: Handle 421 error codes during sendmail by closing the socket.
R David Murray
2013-03-20
1
-2
/
+11
*
|
|
Issue #16647: save socket error details in LMTP.connect()
Andrew Svetlov
2012-12-17
1
-2
/
+2
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
Issue #16647: save socket error details in LMTP.connect()
Andrew Svetlov
2012-12-17
1
-2
/
+2
*
|
#12448: merge with 3.2.
Ezio Melotti
2011-10-18
1
-0
/
+1
|
\
\
|
|
/
|
*
#12448: smtplib now flushes stdout while running ``python -m smtplib``
Ezio Melotti
2011-10-18
1
-0
/
+1
*
|
Provide a better diagnosis on socket errors
Antoine Pitrou
2011-08-28
1
-62
/
+90
|
\
\
|
|
/
|
/
|
|
*
Addressing the review comments by Antoine Pitrou for smtplib.py and test_smtp...
Senthil Kumaran
2011-07-31
1
-13
/
+19
|
*
Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which add...
Senthil Kumaran
2011-07-30
1
-13
/
+27
|
*
#7484: simplify quoteaddr: if parseaddr throws an error it is a bug.
R David Murray
2011-07-18
1
-14
/
+8
|
*
Merge #7484: no more <> around addresses in VRFY or EXPN
R David Murray
2011-07-18
1
-28
/
+42
|
|
\
[next]