1. d048637 Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. by Christian Heimes · 8 years ago
  2. e39682b Issue #27430: Fix typos, patch by scop. by Berker Peksag · 8 years ago
  3. b0557e7 merge 3.4 by Benjamin Peterson · 8 years ago
  4. 46b32f3 raise an error when STARTTLS fails by Benjamin Peterson · 8 years ago
  5. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  6. 9f8a891 Escaped backslashes in docstrings. by Serhiy Storchaka · 9 years ago
  7. 7243b57 don't require OpenSSL SNI to pass hostname to ssl functions (#22921) by Benjamin Peterson · 10 years ago
  8. 0cff49f #22215: have the smtplib 'quit' command reset the state. by R David Murray · 10 years ago
  9. 4ce118e Fix issue #21641: Close the socket before raising the SMTPResponseException. Fixes the ResourceWarning in the test run. by Senthil Kumaran · 10 years ago
  10. afb151a #17498: Defer SMTPServerDisconnected errors until the next command. by R David Murray · 10 years ago
  11. b38b5c4 merge with 3.3 by Georg Brandl · 10 years ago
  12. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 10 years ago
  13. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 10 years ago
  14. a5768f7 Issue #19785: smtplib now supports SSLContext.check_hostname and server name by Christian Heimes · 10 years ago
  15. 67986f9 Issue #19735: Implement private function ssl._create_stdlib_context() to by Christian Heimes · 11 years ago
  16. 634919a Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC by Christian Heimes · 11 years ago
  17. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  18. 9dac840 Merge #18179: reflow paragraphs. by R David Murray · 11 years ago
  19. 021362d #18179: reflow paragraphs. by R David Murray · 11 years ago
  20. ec94eac Merge #18179: document the local_hostname parameter. by R David Murray · 11 years ago
  21. 36beb66 #18179: document the local_hostname parameter. by R David Murray · 11 years ago
  22. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  23. 8a34596 #2118: IOError is deprecated, use OSError. by R David Murray · 11 years ago
  24. 8e37d5d #2118: Make SMTPException a subclass of IOError. by R David Murray · 11 years ago
  25. c1d3daf Merge #2118: clarify smtplib exception documentation. by R David Murray · 11 years ago
  26. 14ee3cf #2118: clarify smtplib exception documentation. by R David Murray · 11 years ago
  27. 82c6b45 Merge: #5713: Handle 421 error codes during sendmail by closing the socket. by R David Murray · 11 years ago
  28. f1a40b4 Merge: #5713: Handle 421 error codes during sendmail by closing the socket. by R David Murray · 11 years ago
  29. d312c74 #5713: Handle 421 error codes during sendmail by closing the socket. by R David Murray · 11 years ago
  30. 2ade6f2 Issue #16647: save socket error details in LMTP.connect() by Andrew Svetlov · 11 years ago
  31. 3b69824 Issue #16647: save socket error details in LMTP.connect() by Andrew Svetlov · 11 years ago
  32. b6693c4 Issue #16647: save socket error details in LMTP.connect() by Andrew Svetlov · 11 years ago
  33. b0deeb4 #25446: Fix regression in smtplib's AUTH LOGIN support. by R David Murray · 9 years ago
  34. 669ff66 remove duplicated imports (closes #25502) by Benjamin Peterson · 9 years ago
  35. c5ea754 - Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optional by Barry Warsaw · 9 years ago
  36. 8308444 #24218: Add SMTPUTF8 support to send_message. by R David Murray · 9 years ago
  37. cee7cf6 #22027: Add RFC6531 support to smtplib. by R David Murray · 9 years ago
  38. 37f1ba9 #16914: fix test errors under -W error::BytesWarning. by R David Murray · 9 years ago
  39. 0c49b89 #16914: add timestamps to smtplib debugging output via new debuglevel 2. by R David Murray · 9 years ago
  40. 2116b12 Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  41. 50ef0f4 Escaped backslashes in docstrings. by Serhiy Storchaka · 9 years ago
  42. f9284ae merge 3.4 (#22921) by Benjamin Peterson · 10 years ago
  43. b10be15 Merge #22215: have the smtplib 'quit' command reset the state. by R David Murray · 10 years ago
  44. 76e13c1 #15014: Add 'auth' command to implement auth mechanisms and use it in login. by R David Murray · 10 years ago
  45. 3de134b #12448: merge with 3.2. by Ezio Melotti · 13 years ago
  46. 6bfecd1 #12448: smtplib now flushes stdout while running ``python -m smtplib`` by Ezio Melotti · 13 years ago
  47. a5dba1a Provide a better diagnosis on socket errors by Antoine Pitrou · 13 years ago
  48. 6b2e160 Provide a better diagnosis on socket errors by Antoine Pitrou · 13 years ago
  49. 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
  50. 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
  51. 4c14bba #7484: simplify quoteaddr: if parseaddr throws an error it is a bug. by R David Murray · 13 years ago
  52. da7af4d Merge #7484: no more <> around addresses in VRFY or EXPN by R David Murray · 13 years ago
  53. 4634676 #7484: no more <> around addresses in VRFY or EXPN by R David Murray · 13 years ago
  54. db4120b merge #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 13 years ago
  55. ac4e5ab #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 13 years ago
  56. 0a9f16b merge #12283: Fixed regression in smtplib quoting of leading dots in DATA. by R David Murray · 13 years ago
  57. 0f663d0 #12283: Fixed regression in smtplib quoting of leading dots in DATA. by R David Murray · 13 years ago
  58. f068ab8 Issue #11893: Remove obsolete internal wrapper class `SSLFakeFile` in the smtplib module. by Antoine Pitrou · 13 years ago
  59. e065020 Issue #8809: The SMTP_SSL constructor and SMTP.starttls() now support by Antoine Pitrou · 13 years ago
  60. d7f12f3 Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. by Antoine Pitrou · 13 years ago
  61. 5bcc50c Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. by Antoine Pitrou · 13 years ago
  62. c1d5206 Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by Kasun Herath. by Antoine Pitrou · 13 years ago
  63. 1f5c958 - Issue #11289: `smtp.SMTP` class becomes a context manager so it can be used by Barry Warsaw · 13 years ago
  64. f4977d2 Merged revisions 88501 via svnmerge from by Giampaolo Rodolà · 13 years ago
  65. bd258bd smtlib.py PEP8 normalization via pep8.py script. by Giampaolo Rodolà · 13 years ago
  66. 7dff9e0 #10321: Add support for sending binary DATA and Message objects to smtplib by R. David Murray · 14 years ago
  67. 1c5471f Issue #6683: For SMTP logins we now try all authentication methods advertised by Gerhard Häring · 14 years ago
  68. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  69. 6e52a5a Merged revisions 75064 via svnmerge from by Ezio Melotti · 15 years ago
  70. af30d2e fix print statement by Ezio Melotti · 15 years ago
  71. 706824f More codestring -> codebytes. by Georg Brandl · 15 years ago
  72. fb12391 Finish issue 5259 by adding tests and fixes for the 'login' by R. David Murray · 15 years ago
  73. caa27b7 Fix for issue 5259: ASCII encode the username and password before passing by R. David Murray · 15 years ago
  74. 87e2074 Merged revisions 72835 via svnmerge from by R. David Murray · 15 years ago
  75. e1cdfd7 Merged revisions 68547,68607,68610,68618,68621-68622,68649,68722 via svnmerge from by Benjamin Peterson · 15 years ago
  76. 9f0f960 Remove traces of rfc822. by Georg Brandl · 16 years ago
  77. 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
  78. ba4af49 Merged revisions 61964-61979 via svnmerge from by Christian Heimes · 16 years ago
  79. e25f35e Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 via svnmerge from by Christian Heimes · 16 years ago
  80. c918171 Fix a WTF noticed by Jerry Seutter. by Barry Warsaw · 16 years ago
  81. 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 · 16 years ago
  82. 679db4a Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from by Christian Heimes · 16 years ago
  83. 8a392d7 Convert the socket module to insist on bytes for input, and to return bytes by Guido van Rossum · 17 years ago
  84. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  85. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  86. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  87. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  88. 2cc1f6d More email package related repairs. This fixes smtplib's import and use of by Barry Warsaw · 17 years ago
  89. 04110fb Merged revisions 57221-57391 via svnmerge from by Guido van Rossum · 17 years ago
  90. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  91. c43e79f Fix a buch of shallow test failures. by Guido van Rossum · 17 years ago
  92. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  93. 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 17 years ago
  94. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  95. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  96. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  97. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 17 years ago
  98. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  99. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  100. bd3bc4d Bug #1430298: It is now possible to send a mail with an empty by Georg Brandl · 18 years ago