1. 1f5c958 - Issue #11289: `smtp.SMTP` class becomes a context manager so it can be used by Barry Warsaw · 13 years ago
  2. bd258bd smtlib.py PEP8 normalization via pep8.py script. by Giampaolo Rodolà · 13 years ago
  3. 7dff9e0 #10321: Add support for sending binary DATA and Message objects to smtplib by R. David Murray · 14 years ago
  4. 1c5471f Issue #6683: For SMTP logins we now try all authentication methods advertised by Gerhard Häring · 14 years ago
  5. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  6. af30d2e fix print statement by Ezio Melotti · 15 years ago
  7. 706824f More codestring -> codebytes. by Georg Brandl · 15 years ago
  8. fb12391 Finish issue 5259 by adding tests and fixes for the 'login' by R. David Murray · 15 years ago
  9. caa27b7 Fix for issue 5259: ASCII encode the username and password before passing by R. David Murray · 15 years ago
  10. 87e2074 Merged revisions 72835 via svnmerge from by R. David Murray · 15 years ago
  11. e1cdfd7 Merged revisions 68547,68607,68610,68618,68621-68622,68649,68722 via svnmerge from by Benjamin Peterson · 15 years ago
  12. 9f0f960 Remove traces of rfc822. by Georg Brandl · 16 years ago
  13. 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
  14. ba4af49 Merged revisions 61964-61979 via svnmerge from by Christian Heimes · 16 years ago
  15. e25f35e Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 via svnmerge from by Christian Heimes · 16 years ago
  16. c918171 Fix a WTF noticed by Jerry Seutter. by Barry Warsaw · 16 years ago
  17. 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
  18. 679db4a Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from by Christian Heimes · 16 years ago
  19. 8a392d7 Convert the socket module to insist on bytes for input, and to return bytes by Guido van Rossum · 17 years ago
  20. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  21. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  22. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  23. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  24. 2cc1f6d More email package related repairs. This fixes smtplib's import and use of by Barry Warsaw · 17 years ago
  25. 04110fb Merged revisions 57221-57391 via svnmerge from by Guido van Rossum · 17 years ago
  26. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  27. c43e79f Fix a buch of shallow test failures. by Guido van Rossum · 17 years ago
  28. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  29. 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 17 years ago
  30. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  31. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  32. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  33. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  34. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  35. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  36. bd3bc4d Bug #1430298: It is now possible to send a mail with an empty by Georg Brandl · 18 years ago
  37. 58bd190 SMTP.help() was returning a tuple instead of the promised text. by Kurt B. Kaiser · 19 years ago
  38. dbecd93 Replace list of constants with tuples of constants. by Raymond Hettinger · 19 years ago
  39. 5954623 Patch #1100140: improved smtp connect debugging by Johannes Gijsbers · 19 years ago
  40. 9a98364 Replace rfc822.parseaddr with email.Utils.parseaddr. The implementation is by Johannes Gijsbers · 20 years ago
  41. 25946dd Patch #1075928: AUTH PLAIN in smtplib. by Johannes Gijsbers · 20 years ago
  42. e6f8a89 Debug output is now printed to sys.stderr . by Brett Cannon · 20 years ago
  43. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  44. 49c05d3 Patch #572031: AUTH method LOGIN for smtplib by Martin v. Löwis · 22 years ago
  45. 342456d smptlib did not handle empty addresses. by Raymond Hettinger · 22 years ago
  46. 469cdad Whitespace normalization. by Tim Peters · 22 years ago
  47. 301b1cd Patch #586999: Fix multiline string in sendmail example. by Martin v. Löwis · 22 years ago
  48. 385a77a remove o/s dependancy from test by Piers Lauder · 22 years ago
  49. 65230a2 Remove uses of the string and types modules: by Walter Dörwald · 22 years ago
  50. 9ea6c19 Patch #552060: Add SSLFakeSocket.sendall. Also committed for 2.2 maint. by Martin v. Löwis · 22 years ago
  51. f13eb55 Replace boolean test with is None. by Raymond Hettinger · 22 years ago
  52. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  53. 7fdfc2d Replace '== None' with 'is None' by Raymond Hettinger · 22 years ago
  54. 863ac44 Whitespace normalization. by Tim Peters · 22 years ago
  55. be22ae6 ehlo(): A proper fix for SF bug #498572. RFC 1869 describes ESMTP by Barry Warsaw · 22 years ago
  56. 13e34f7 __init__(): We'll try to be more RFC 2821 compliant by providing for a by Barry Warsaw · 22 years ago
  57. 4b186af SMTP.__init__(): Fixed minor typo in docstring. by Barry Warsaw · 22 years ago
  58. 6730f26 Add local_hostname option to SMTP.__init__. If supplied, it is used by Neil Schemenauer · 22 years ago
  59. 3356766 Accept Unicode strings as SMTP TO addresses. Fixes #521270. 2.2.1 candidate. by Martin v. Löwis · 22 years ago
  60. e12454f The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715. by Martin v. Löwis · 22 years ago
  61. 7675097 send(), ehlo(): Integrate patch #487310 by Fazal Majid. Consistently by Barry Warsaw · 23 years ago
  62. 2f8f4d3 SMTPError should be SMTPException; reported by Neal Norwitz. by Fred Drake · 23 years ago
  63. 322c0d1 Only close sockets if they have been created. Reported by Blake Winton. by Martin v. Löwis · 23 years ago
  64. b64bec3 Whitespace normalization. by Tim Peters · 23 years ago
  65. f7fcf5e SF patch #461413 (Gerhard Häring): Add STARTTLS feature to smtplib by Guido van Rossum · 23 years ago
  66. ae01046 Add login() method and SMTPAuthenticationError exception. SF patch by Guido van Rossum · 23 years ago
  67. 6be424f Remove redundant import by Andrew M. Kuchling · 23 years ago
  68. 2ad2569 Initialize msg to avoid unbound locals. by Martin v. Löwis · 23 years ago
  69. 4eb5940 Untabify IPv6 changes. by Martin v. Löwis · 23 years ago
  70. a43c2f8 Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients. by Martin v. Löwis · 23 years ago
  71. 0de6580 bunch more __all__ lists by Skip Montanaro · 23 years ago
  72. 8d87603 Aha. We can remove he string import after all by using ValueError. by Eric S. Raymond · 23 years ago
  73. 38151ed Fixed a bug in the test jig. by Eric S. Raymond · 23 years ago
  74. c013f30 String method conversion. by Eric S. Raymond · 23 years ago
  75. 495ad3c Whitespace normalization. by Tim Peters · 24 years ago
  76. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  77. 17bfef5 SMTP.connect(): If the socket.connect() raises a socket.error, be sure by Barry Warsaw · 24 years ago
  78. 5bf94a0 Applied patch #101350, closing it. by Barry Warsaw · 24 years ago
  79. 0ebc1c6 Use socket.getfqdn() instead of defining make_fqdn(). by Fred Drake · 24 years ago
  80. caa658d Apply SF patch #101151, by Peter S-K, which fixes smtplib's passing of the by Thomas Wouters · 24 years ago
  81. 7bc82bb add better algorithm to get fully qualified domain name for localhost by Peter Schneider-Kamp · 24 years ago
  82. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  83. a1ae884 Use TQSQ (triple quoted single quote) module docstring for better by Barry Warsaw · 24 years ago
  84. 93a7c0f Fredrik Lundh: by Guido van Rossum · 24 years ago
  85. 98d9fd3 Simple changes by Gerrit Holl - move author acknowledgements out of by Guido van Rossum · 24 years ago
  86. 4b8c6ea Actually, the previous batch's comment should have been different; by Guido van Rossum · 24 years ago
  87. d25c1b7 A bunch of docstring fixes. by Barry Warsaw · 25 years ago
  88. bda10c8 In helo() and ehlo(), Don't fail when gethostbyaddr() fails -- just by Guido van Rossum · 25 years ago
  89. db23d3d Patch by Per Cederqvist: by Guido van Rossum · 25 years ago
  90. 20c9228 Patch by Per Cederqvist, seemingly approved by The Dragon: by Guido van Rossum · 25 years ago
  91. 296e143 Changes by Per Cederquist and The Dragon. by Guido van Rossum · 25 years ago
  92. f123f84 Patch by Per Cederqvist, who writes: by Guido van Rossum · 25 years ago
  93. 40233ea Patch by Piers Lauder: make exceptions classes. by Guido van Rossum · 26 years ago
  94. 348fd06 In rcpt(), avoid a space after the TO: address when the option list is by Guido van Rossum · 26 years ago
  95. 0720177 Small, and final docstring merge with Dragon's version. by Barry Warsaw · 26 years ago
  96. a7d9bdf A few other docstring fixes, most importantly to be a little nicer to Emacs ;-) by Barry Warsaw · 26 years ago
  97. 4c4bec8 Nothing earthshattering, just some fixes to typos and other formatting by Barry Warsaw · 26 years ago
  98. 31bb8ce Change interface to sendmail: if the destination address is a string by Jeremy Hylton · 26 years ago
  99. 2880f6e Untabified and deleted trailing blank lines. by Guido van Rossum · 26 years ago
  100. fcfb632 Latest version by The Dragon, who writes: by Guido van Rossum · 26 years ago