1. 9020a21 Patch #1227442: smtplib.SMTP.sendmail() accepts a string or list as to_addrs. by Georg Brandl · 19 years ago
  2. 9b4dab4 SF patch #859286: documentation bool change fix by Raymond Hettinger · 21 years ago
  3. 1e80359 Clean-up example code: remove string module and backticks. by Raymond Hettinger · 21 years ago
  4. 9ca3f02 ^D means EOF on Unix but not on Windows. Expand the example's prompt to by Tim Peters · 21 years ago
  5. 19b6f60 There's no such method as has_option() -- should be has_extn(). by Greg Ward · 22 years ago
  6. ccbb0ed Add local_hostname to SMTP.__init__(). by Neil Schemenauer · 22 years ago
  7. 0aa811c Use the \note and \warning macros where appropriate. by Fred Drake · 23 years ago
  8. f2a5f3f Markup adjustments for consistency. by Fred Drake · 23 years ago
  9. f7fcf5e SF patch #461413 (Gerhard Häring): Add STARTTLS feature to smtplib by Guido van Rossum · 23 years ago
  10. aae8da1 Documentation for the new login() method of the smtplib.SMTP class, by Fred Drake · 23 years ago
  11. e9719fe Fix bug in smtplib example: the prompt said to end the message with ^D, by Fred Drake · 23 years ago
  12. 58a2dff Replace minimal \seetext references with better annotated \seerfc by Fred Drake · 24 years ago
  13. f831663 Rob W. W. Hooft's spelling fixes for the Library Reference. I hope by Thomas Wouters · 24 years ago
  14. 6d5c6bd Removed bogus connect() call in SMTP example; reported by Travis by Fred Drake · 24 years ago
  15. 38e5d27 Merged changes from the 1.5.2p2 release. (Very rough.) by Fred Drake · 24 years ago
  16. ebe0341 Use \citetitle instead of \emph. by Fred Drake · 25 years ago
  17. 79936fe Added descriptions of the various exceptions, based on the docstrings. by Fred Drake · 25 years ago
  18. 6ed122a Important fix mentioned by The Dragon De Monsyne: the sendmail() by Guido van Rossum · 25 years ago
  19. 7969f31 Updated documentation by Per Cederqvist. I've added back the by Guido van Rossum · 25 years ago
  20. 7be0cde Add an explanation about what the example does and doesn't do. by Fred Drake · 26 years ago
  21. f6c59e8 Do all the right imports. Problem reported by Martijn Faassen by Fred Drake · 26 years ago
  22. 295da24 New section header style. by Fred Drake · 26 years ago
  23. 60c3caf In the example, make sure all the imports are done. by Fred Drake · 26 years ago
  24. b91e934 Adjusted to use the new module synopsis support macros. by Fred Drake · 26 years ago
  25. 3240dd2 Mark the actual SMTP commands (HELO, etc.) the same way FTP & NNTP commands by Fred Drake · 26 years ago
  26. 5b68362 Use the real name of the module: "smtplib", not "smtp". by Fred Drake · 26 years ago
  27. 8668e8e Contributions by Eric Raymond: documentation for modules by Guido van Rossum · 26 years ago