Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #24277: The new email API is no longer provisional. | R David Murray | 2016-09-08 | 1 | -15/+14 |
| | | | | | | | This is a wholesale reorganization and editing of the email documentation to make the new API the standard one, and the old API the 'legacy' one. The default is still the compat32 policy, for backward compatibility. We will change that eventually. | ||||
* | Issue #23511: Port email-simple.py to Python 3. | Berker Peksag | 2015-02-25 | 1 | -3/+2 |
| | | | | | | Also, update email examples to use the context manager version of open(). Patch by Baptiste Mispelon. | ||||
* | Merge #11883: fix email examples by adding 'localhost' to SMTP constructor calls | R David Murray | 2011-04-30 | 1 | -1/+1 |
|\ | |||||
| * | #11883: fix email examples by adding 'localhost' to SMTP constructor calls | R David Murray | 2011-04-30 | 1 | -1/+1 |
| | | |||||
* | | Fix email doc update I overlooked (thanks, Éric) | R. David Murray | 2010-11-20 | 1 | -1/+1 |
| | | |||||
* | | #10321: Add support for sending binary DATA and Message objects to smtplib | R. David Murray | 2010-11-08 | 1 | -1/+1 |
|/ | |||||
* | Merged revisions 71874,71882,71890 via svnmerge from | Jeroen Ruigrok van der Werven | 2009-04-26 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r71874 | jeroen.ruigrok | 2009-04-25 13:59:09 +0200 (za, 25 apr 2009) | 2 lines First attempt to document PyObject_HEAD_INIT and PyVarObject_HEAD_INIT. ........ r71882 | jeroen.ruigrok | 2009-04-25 14:49:10 +0200 (za, 25 apr 2009) | 3 lines Issue #4239: adjust email examples not to use connect() and terminate with quit() and not close(). ........ r71890 | jeroen.ruigrok | 2009-04-25 15:07:40 +0200 (za, 25 apr 2009) | 3 lines Rewrite a sentence to be more in line with the rest of the documentation with regard to person and audience. ........ | ||||
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+32 |