- 03 Haz, 2014 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
Fix issue #21641: Close the socket before raising the SMTPResponseException. Fixes the ResourceWarning in the test run. Patch by Claudiu.Popa.
-
- 14 Nis, 2014 1 kayıt (commit)
-
-
R David Murray yazdı
Normally an SMTP server will return an error, and smtplib will then issue an RSET to return the connection to the known starting state. Some servers, however, disconnect after issuing certain errors. When we issue the RSET, this would result in raising an SMTPServerDisconnected error, *instead* of returning the error code the user of the library was expecting. This fix makes the internal RSET calls ignore the disconnection so that the error code is returned. The user of the library will then get the SMTPServerDisconnected error the next time they try to talk to the server. Patch by Kushal Das.
-
- 10 Şub, 2014 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 25 Ock, 2014 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 16 Ock, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang line to use python3 executable in the unittestgui script.
-
- 02 Ara, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
indication for TLS/SSL connections.
-
- 23 Kas, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
create SSLContext objects in Python's stdlib module. It provides a single configuration point and makes use of SSLContext.load_default_certs().
-
- 20 Kas, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
module supports digestmod names, e.g. hmac.HMAC('sha1').
-
- 04 Tem, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 23 Haz, 2013 2 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
Original patch by Berker Peksag.
-
- 14 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
ModuleNotFoundError.
-
- 14 Nis, 2013 1 kayıt (commit)
-
-
R David Murray yazdı
-
- 13 Nis, 2013 2 kayıt (commit)
-
-
R David Murray yazdı
Initial patch by Ned Jackson Lovely.
-
R David Murray yazdı
-
- 02 Nis, 2013 1 kayıt (commit)
-
-
R David Murray yazdı
This was already done in Python3, but having it wrong leads to incorrect debug output, so it seems worth fixing in 2.7 as well. Patch by Victor Terrón.
-
- 21 Mar, 2013 1 kayıt (commit)
-
-
R David Murray yazdı
This is a partial fix to the issue of servers disconnecting unexpectedly; in this case the 421 says they are disconnecting, so we close the socket and return the 421 in the appropriate error context. Original patch by Mark Sapiro, updated by Kushal Das, with additional tests by me.
-
- 17 Ara, 2012 2 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-
- 18 Eki, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
in order to display the prompt correctly. Patch by Petri Lehtinen.
-
- 27 Agu, 2011 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
- 31 Tem, 2011 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
Addressing the review comments by Antoine Pitrou for smtplib.py and test_smtplib.py. Review comments by Ezio Melotti for smtplib.rst
-
- 30 Tem, 2011 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which adds the ability to bind to specific source address on a machine with multiple interfaces. Patch by Paulo Scardine.
-
- 19 Tem, 2011 2 kayıt (commit)
-
-
R David Murray yazdı
As far as I can tell, the try/except was ancient code, from before the email package rewrite where the philosophy of never throwing parsing errors was adopted.
-
R David Murray yazdı
The RFC doesn't say that they are allowed; apparently many mailers accept them, but not postfix. Contributions to this patch were made by Felipe Cruz and Catalin Iacob. The changeset also adds additional indirect tests for quoteaddr (null address and IDNA-encoded address).
-
- 03 Tem, 2011 1 kayıt (commit)
-
-
R David Murray yazdı
Original patch by Nicolas Estibals. My tweaks to the patch were mostly style/cosmetic, and adding more tests.
-
- 19 Tem, 2011 1 kayıt (commit)
-
-
R David Murray yazdı
The RFC doesn't say that they are allowed; apparently many mailers accept them, but not postfix. Contributions to this patch were made by Felipe Cruz and Catalin Iacob.
-
- 09 Haz, 2011 1 kayıt (commit)
-
-
R David Murray yazdı
I unfortunately introduced the regression when I refactored the code, and there were no tests of quoting so it wasn't caught. Now there is one.
-
- 06 Haz, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Catalin Iacob.
-
- 18 May, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
passing a `context` argument pointing to an ssl.SSLContext instance. Patch by Kasun Herath.
-
- 07 May, 2011 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
- 15 Mar, 2011 1 kayıt (commit)
-
-
Barry Warsaw yazdı
in a `with` statement. Contributed by Giampaolo Rodola.
-
- 24 Şub, 2011 2 kayıt (commit)
-
-
Giampaolo Rodolà yazdı
-
Giampaolo Rodolà yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88501 | giampaolo.rodola | 2011-02-22 16:56:20 +0100 (mar, 22 feb 2011) | 1 line smtlib.py PEP8 normalization via pep8.py script. ........
-
- 22 Şub, 2011 1 kayıt (commit)
-
-
Giampaolo Rodolà yazdı
-
- 08 Kas, 2010 1 kayıt (commit)
-
-
R. David Murray yazdı
-
- 05 Agu, 2010 1 kayıt (commit)
-
-
Gerhard Häring yazdı
by the server. Many servers are buggy and advertise authentication methods they o not support in reality. This change makes smtplib.auth() work more often in the real world, where we face misconfigured servers and servers that advertise methods they don't support due to the madness that is SASL.
-
- 11 Mar, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-