- 4ce118e Fix issue #21641: Close the socket before raising the SMTPResponseException. Fixes the ResourceWarning in the test run. by Senthil Kumaran · 10 years ago
- afb151a #17498: Defer SMTPServerDisconnected errors until the next command. by R David Murray · 11 years ago
- b38b5c4 merge with 3.3 by Georg Brandl · 11 years ago
- 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
- b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
- a5768f7 Issue #19785: smtplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
- 67986f9 Issue #19735: Implement private function ssl._create_stdlib_context() to by Christian Heimes · 11 years ago
- 634919a Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC by Christian Heimes · 11 years ago
- cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
- 9dac840 Merge #18179: reflow paragraphs. by R David Murray · 11 years ago
- 021362d #18179: reflow paragraphs. by R David Murray · 11 years ago
- ec94eac Merge #18179: document the local_hostname parameter. by R David Murray · 11 years ago
- 36beb66 #18179: document the local_hostname parameter. by R David Murray · 11 years ago
- 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
- 8a34596 #2118: IOError is deprecated, use OSError. by R David Murray · 12 years ago
- 8e37d5d #2118: Make SMTPException a subclass of IOError. by R David Murray · 12 years ago
- c1d3daf Merge #2118: clarify smtplib exception documentation. by R David Murray · 12 years ago
- 14ee3cf #2118: clarify smtplib exception documentation. by R David Murray · 12 years ago
- 82c6b45 Merge: #5713: Handle 421 error codes during sendmail by closing the socket. by R David Murray · 12 years ago
- f1a40b4 Merge: #5713: Handle 421 error codes during sendmail by closing the socket. by R David Murray · 12 years ago
- d312c74 #5713: Handle 421 error codes during sendmail by closing the socket. by R David Murray · 12 years ago
- 2ade6f2 Issue #16647: save socket error details in LMTP.connect() by Andrew Svetlov · 12 years ago
- 3b69824 Issue #16647: save socket error details in LMTP.connect() by Andrew Svetlov · 12 years ago
- b6693c4 Issue #16647: save socket error details in LMTP.connect() by Andrew Svetlov · 12 years ago
- 3de134b #12448: merge with 3.2. by Ezio Melotti · 13 years ago
- 6bfecd1 #12448: smtplib now flushes stdout while running ``python -m smtplib`` by Ezio Melotti · 13 years ago
- a5dba1a Provide a better diagnosis on socket errors by Antoine Pitrou · 13 years ago
- 6b2e160 Provide a better diagnosis on socket errors by Antoine Pitrou · 13 years ago
- b351a48 Addressing the review comments by Antoine Pitrou for smtplib.py and test_smtplib.py. Review comments by Ezio Melotti for smtplib.rst by Senthil Kumaran · 13 years ago
- 3d23fd6 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. by Senthil Kumaran · 13 years ago
- 4c14bba #7484: simplify quoteaddr: if parseaddr throws an error it is a bug. by R David Murray · 13 years ago
- da7af4d Merge #7484: no more <> around addresses in VRFY or EXPN by R David Murray · 13 years ago
- 4634676 #7484: no more <> around addresses in VRFY or EXPN by R David Murray · 13 years ago
- db4120b merge #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 13 years ago
- ac4e5ab #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 13 years ago
- 0a9f16b merge #12283: Fixed regression in smtplib quoting of leading dots in DATA. by R David Murray · 13 years ago
- 0f663d0 #12283: Fixed regression in smtplib quoting of leading dots in DATA. by R David Murray · 13 years ago
- f068ab8 Issue #11893: Remove obsolete internal wrapper class `SSLFakeFile` in the smtplib module. by Antoine Pitrou · 13 years ago
- e065020 Issue #8809: The SMTP_SSL constructor and SMTP.starttls() now support by Antoine Pitrou · 13 years ago
- d7f12f3 Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. by Antoine Pitrou · 14 years ago
- 5bcc50c Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. by Antoine Pitrou · 14 years ago
- c1d5206 Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by Kasun Herath. by Antoine Pitrou · 14 years ago
- 1f5c958 - Issue #11289: `smtp.SMTP` class becomes a context manager so it can be used by Barry Warsaw · 14 years ago
- f4977d2 Merged revisions 88501 via svnmerge from by Giampaolo Rodolà · 14 years ago
- bd258bd smtlib.py PEP8 normalization via pep8.py script. by Giampaolo Rodolà · 14 years ago
- 7dff9e0 #10321: Add support for sending binary DATA and Message objects to smtplib by R. David Murray · 14 years ago
- 1c5471f Issue #6683: For SMTP logins we now try all authentication methods advertised by Gerhard Häring · 14 years ago
- 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 15 years ago
- 6e52a5a Merged revisions 75064 via svnmerge from by Ezio Melotti · 15 years ago
- af30d2e fix print statement by Ezio Melotti · 15 years ago
- 706824f More codestring -> codebytes. by Georg Brandl · 15 years ago
- fb12391 Finish issue 5259 by adding tests and fixes for the 'login' by R. David Murray · 15 years ago
- caa27b7 Fix for issue 5259: ASCII encode the username and password before passing by R. David Murray · 15 years ago
- 87e2074 Merged revisions 72835 via svnmerge from by R. David Murray · 15 years ago
- e1cdfd7 Merged revisions 68547,68607,68610,68618,68621-68622,68649,68722 via svnmerge from by Benjamin Peterson · 16 years ago
- 9f0f960 Remove traces of rfc822. by Georg Brandl · 16 years ago
- f78e02b Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from by Georg Brandl · 16 years ago
- ba4af49 Merged revisions 61964-61979 via svnmerge from by Christian Heimes · 17 years ago
- e25f35e Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 via svnmerge from by Christian Heimes · 17 years ago
- c918171 Fix a WTF noticed by Jerry Seutter. by Barry Warsaw · 17 years ago
- 90c3d9b Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900,60902-60906,60908,60911-60917,60919-60920,60922,60926,60929-60931,60933-60935,60937,60939-60941,60943-60954,60959-60961,60963-60969,60971-60976 via svnmerge from by Christian Heimes · 17 years ago
- 679db4a Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from by Christian Heimes · 17 years ago
- 8a392d7 Convert the socket module to insist on bytes for input, and to return bytes by Guido van Rossum · 17 years ago
- 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
- 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
- 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
- 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
- 2cc1f6d More email package related repairs. This fixes smtplib's import and use of by Barry Warsaw · 17 years ago
- 04110fb Merged revisions 57221-57391 via svnmerge from by Guido van Rossum · 17 years ago
- 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
- c43e79f Fix a buch of shallow test failures. by Guido van Rossum · 17 years ago
- d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
- 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 18 years ago
- be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
- b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
- b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
- 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
- 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
- bd3bc4d Bug #1430298: It is now possible to send a mail with an empty by Georg Brandl · 19 years ago
- 58bd190 SMTP.help() was returning a tuple instead of the promised text. by Kurt B. Kaiser · 19 years ago
- dbecd93 Replace list of constants with tuples of constants. by Raymond Hettinger · 20 years ago
- 5954623 Patch #1100140: improved smtp connect debugging by Johannes Gijsbers · 20 years ago
- 9a98364 Replace rfc822.parseaddr with email.Utils.parseaddr. The implementation is by Johannes Gijsbers · 20 years ago
- 25946dd Patch #1075928: AUTH PLAIN in smtplib. by Johannes Gijsbers · 20 years ago
- e6f8a89 Debug output is now printed to sys.stderr . by Brett Cannon · 20 years ago
- 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
- 49c05d3 Patch #572031: AUTH method LOGIN for smtplib by Martin v. Löwis · 22 years ago
- 342456d smptlib did not handle empty addresses. by Raymond Hettinger · 22 years ago
- 469cdad Whitespace normalization. by Tim Peters · 22 years ago
- 301b1cd Patch #586999: Fix multiline string in sendmail example. by Martin v. Löwis · 22 years ago
- 385a77a remove o/s dependancy from test by Piers Lauder · 22 years ago
- 65230a2 Remove uses of the string and types modules: by Walter Dörwald · 22 years ago
- 9ea6c19 Patch #552060: Add SSLFakeSocket.sendall. Also committed for 2.2 maint. by Martin v. Löwis · 22 years ago
- f13eb55 Replace boolean test with is None. by Raymond Hettinger · 22 years ago
- 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
- 7fdfc2d Replace '== None' with 'is None' by Raymond Hettinger · 22 years ago
- 863ac44 Whitespace normalization. by Tim Peters · 23 years ago
- be22ae6 ehlo(): A proper fix for SF bug #498572. RFC 1869 describes ESMTP by Barry Warsaw · 23 years ago
- 13e34f7 __init__(): We'll try to be more RFC 2821 compliant by providing for a by Barry Warsaw · 23 years ago