Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -2/+3 |
| | | | | Fix up a few synopses. | ||||
* | In the example, make sure all the imports are done. | Fred Drake | 1998-08-07 | 1 | -3/+2 |
| | |||||
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -2/+4 |
| | |||||
* | Mark the actual SMTP commands (HELO, etc.) the same way FTP & NNTP commands | Fred Drake | 1998-07-01 | 1 | -29/+36 |
| | | | | | | are in the appropriate sections. Some minor nits. | ||||
* | Use the real name of the module: "smtplib", not "smtp". | Fred Drake | 1998-06-30 | 1 | -56/+73 |
| | | | | | | Use logical (& consistent) markup. Added a see-also section at the end. | ||||
* | Contributions by Eric Raymond: documentation for modules | Guido van Rossum | 1998-06-28 | 1 | -0/+144 |
cmd, multifile and smtplib. |