1. 7243b57 don't require OpenSSL SNI to pass hostname to ssl functions (#22921) by Benjamin Peterson · 10 years ago
  2. 0cff49f #22215: have the smtplib 'quit' command reset the state. by R David Murray · 10 years ago
  3. 4ce118e Fix issue #21641: Close the socket before raising the SMTPResponseException. Fixes the ResourceWarning in the test run. by Senthil Kumaran · 10 years ago
  4. afb151a #17498: Defer SMTPServerDisconnected errors until the next command. by R David Murray · 10 years ago
  5. b38b5c4 merge with 3.3 by Georg Brandl · 10 years ago
  6. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 10 years ago
  7. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 10 years ago
  8. a5768f7 Issue #19785: smtplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  9. 67986f9 Issue #19735: Implement private function ssl._create_stdlib_context() to by Christian Heimes · 11 years ago
  10. 634919a Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC by Christian Heimes · 11 years ago
  11. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  12. 9dac840 Merge #18179: reflow paragraphs. by R David Murray · 11 years ago
  13. 021362d #18179: reflow paragraphs. by R David Murray · 11 years ago
  14. ec94eac Merge #18179: document the local_hostname parameter. by R David Murray · 11 years ago
  15. 36beb66 #18179: document the local_hostname parameter. by R David Murray · 11 years ago
  16. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  17. 8a34596 #2118: IOError is deprecated, use OSError. by R David Murray · 11 years ago
  18. 8e37d5d #2118: Make SMTPException a subclass of IOError. by R David Murray · 11 years ago
  19. c1d3daf Merge #2118: clarify smtplib exception documentation. by R David Murray · 11 years ago
  20. 14ee3cf #2118: clarify smtplib exception documentation. by R David Murray · 11 years ago
  21. 82c6b45 Merge: #5713: Handle 421 error codes during sendmail by closing the socket. by R David Murray · 11 years ago
  22. f1a40b4 Merge: #5713: Handle 421 error codes during sendmail by closing the socket. by R David Murray · 11 years ago
  23. d312c74 #5713: Handle 421 error codes during sendmail by closing the socket. by R David Murray · 11 years ago
  24. 2ade6f2 Issue #16647: save socket error details in LMTP.connect() by Andrew Svetlov · 12 years ago
  25. 3b69824 Issue #16647: save socket error details in LMTP.connect() by Andrew Svetlov · 12 years ago
  26. b6693c4 Issue #16647: save socket error details in LMTP.connect() by Andrew Svetlov · 12 years ago
  27. 3de134b #12448: merge with 3.2. by Ezio Melotti · 13 years ago
  28. 6bfecd1 #12448: smtplib now flushes stdout while running ``python -m smtplib`` by Ezio Melotti · 13 years ago
  29. a5dba1a Provide a better diagnosis on socket errors by Antoine Pitrou · 13 years ago
  30. 6b2e160 Provide a better diagnosis on socket errors by Antoine Pitrou · 13 years ago
  31. 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
  32. 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
  33. 4c14bba #7484: simplify quoteaddr: if parseaddr throws an error it is a bug. by R David Murray · 13 years ago
  34. da7af4d Merge #7484: no more <> around addresses in VRFY or EXPN by R David Murray · 13 years ago
  35. 4634676 #7484: no more <> around addresses in VRFY or EXPN by R David Murray · 13 years ago
  36. db4120b merge #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 13 years ago
  37. ac4e5ab #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 13 years ago
  38. 0a9f16b merge #12283: Fixed regression in smtplib quoting of leading dots in DATA. by R David Murray · 13 years ago
  39. 0f663d0 #12283: Fixed regression in smtplib quoting of leading dots in DATA. by R David Murray · 13 years ago
  40. f068ab8 Issue #11893: Remove obsolete internal wrapper class `SSLFakeFile` in the smtplib module. by Antoine Pitrou · 13 years ago
  41. e065020 Issue #8809: The SMTP_SSL constructor and SMTP.starttls() now support by Antoine Pitrou · 13 years ago
  42. d7f12f3 Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. by Antoine Pitrou · 13 years ago
  43. 5bcc50c Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. by Antoine Pitrou · 13 years ago
  44. c1d5206 Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by Kasun Herath. by Antoine Pitrou · 13 years ago
  45. 1f5c958 - Issue #11289: `smtp.SMTP` class becomes a context manager so it can be used by Barry Warsaw · 13 years ago
  46. f4977d2 Merged revisions 88501 via svnmerge from by Giampaolo Rodolà · 13 years ago
  47. bd258bd smtlib.py PEP8 normalization via pep8.py script. by Giampaolo Rodolà · 13 years ago
  48. 7dff9e0 #10321: Add support for sending binary DATA and Message objects to smtplib by R. David Murray · 14 years ago
  49. 1c5471f Issue #6683: For SMTP logins we now try all authentication methods advertised by Gerhard Häring · 14 years ago
  50. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  51. 6e52a5a Merged revisions 75064 via svnmerge from by Ezio Melotti · 15 years ago
  52. af30d2e fix print statement by Ezio Melotti · 15 years ago
  53. 706824f More codestring -> codebytes. by Georg Brandl · 15 years ago
  54. fb12391 Finish issue 5259 by adding tests and fixes for the 'login' by R. David Murray · 15 years ago
  55. caa27b7 Fix for issue 5259: ASCII encode the username and password before passing by R. David Murray · 15 years ago
  56. 87e2074 Merged revisions 72835 via svnmerge from by R. David Murray · 15 years ago
  57. e1cdfd7 Merged revisions 68547,68607,68610,68618,68621-68622,68649,68722 via svnmerge from by Benjamin Peterson · 15 years ago
  58. 9f0f960 Remove traces of rfc822. by Georg Brandl · 16 years ago
  59. 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
  60. ba4af49 Merged revisions 61964-61979 via svnmerge from by Christian Heimes · 16 years ago
  61. e25f35e Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 via svnmerge from by Christian Heimes · 16 years ago
  62. c918171 Fix a WTF noticed by Jerry Seutter. by Barry Warsaw · 16 years ago
  63. 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
  64. 679db4a Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from by Christian Heimes · 16 years ago
  65. 8a392d7 Convert the socket module to insist on bytes for input, and to return bytes by Guido van Rossum · 17 years ago
  66. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  67. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  68. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  69. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  70. 2cc1f6d More email package related repairs. This fixes smtplib's import and use of by Barry Warsaw · 17 years ago
  71. 04110fb Merged revisions 57221-57391 via svnmerge from by Guido van Rossum · 17 years ago
  72. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  73. c43e79f Fix a buch of shallow test failures. by Guido van Rossum · 17 years ago
  74. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  75. 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 17 years ago
  76. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  77. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  78. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  79. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  80. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  81. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  82. bd3bc4d Bug #1430298: It is now possible to send a mail with an empty by Georg Brandl · 18 years ago
  83. 58bd190 SMTP.help() was returning a tuple instead of the promised text. by Kurt B. Kaiser · 19 years ago
  84. dbecd93 Replace list of constants with tuples of constants. by Raymond Hettinger · 19 years ago
  85. 5954623 Patch #1100140: improved smtp connect debugging by Johannes Gijsbers · 19 years ago
  86. 9a98364 Replace rfc822.parseaddr with email.Utils.parseaddr. The implementation is by Johannes Gijsbers · 20 years ago
  87. 25946dd Patch #1075928: AUTH PLAIN in smtplib. by Johannes Gijsbers · 20 years ago
  88. e6f8a89 Debug output is now printed to sys.stderr . by Brett Cannon · 20 years ago
  89. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  90. 49c05d3 Patch #572031: AUTH method LOGIN for smtplib by Martin v. Löwis · 22 years ago
  91. 342456d smptlib did not handle empty addresses. by Raymond Hettinger · 22 years ago
  92. 469cdad Whitespace normalization. by Tim Peters · 22 years ago
  93. 301b1cd Patch #586999: Fix multiline string in sendmail example. by Martin v. Löwis · 22 years ago
  94. 385a77a remove o/s dependancy from test by Piers Lauder · 22 years ago
  95. 65230a2 Remove uses of the string and types modules: by Walter Dörwald · 22 years ago
  96. 9ea6c19 Patch #552060: Add SSLFakeSocket.sendall. Also committed for 2.2 maint. by Martin v. Löwis · 22 years ago
  97. f13eb55 Replace boolean test with is None. by Raymond Hettinger · 22 years ago
  98. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  99. 7fdfc2d Replace '== None' with 'is None' by Raymond Hettinger · 22 years ago
  100. 863ac44 Whitespace normalization. by Tim Peters · 22 years ago