Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
| | |||||
* | Merge #11216: document all possible set_charset execution paths. | R David Murray | 2011-03-15 | 1 | -2/+16 |
| | |||||
* | #1078919: document requirement to use triples for non-ascii add_header parms. | R. David Murray | 2010-12-14 | 1 | -2/+16 |
| | |||||
* | #1368247: make set_charset/MIMEText automatically encode unicode _payload. | R. David Murray | 2010-06-02 | 1 | -3/+4 |
| | | | | | | | | Fixes (mysterious, to the end user) UnicodeErrors when using utf-8 as the charset and unicode as the _text argument. Also makes the way in which unicode gets encoded to quoted printable for other charsets more sane (it only worked by accident previously). The _payload now is encoded to the charset.output_charset if it is unicode. | ||||
* | Fix documentation of email.Message.get_filename to match | R. David Murray | 2010-03-04 | 1 | -3/+4 |
| | | | | the fix applied in Issue 7082. | ||||
* | Issue #7119: document that a program-generated Message object | R. David Murray | 2010-01-10 | 1 | -1/+4 |
| | | | | tree may be mutated when serialized. | ||||
* | Revert inappropriate doc change. | R. David Murray | 2009-05-07 | 1 | -3/+0 |
| | |||||
* | Document how to pass a 'decode' argument to get_payload when | R. David Murray | 2009-05-07 | 1 | -0/+3 |
| | | | | is_multipart is False. | ||||
* | #5745: more linking for identifiers in email docs. | Georg Brandl | 2009-04-13 | 1 | -14/+16 |
| | |||||
* | Fixed another typos. (email.Utils => email.utils) | Hirokazu Yamamoto | 2009-04-13 | 1 | -2/+2 |
| | |||||
* | Fixed typo. (email.Utils => email.utils) | Hirokazu Yamamoto | 2009-04-13 | 1 | -2/+2 |
| | |||||
* | Remove extra words | Andrew M. Kuchling | 2008-07-26 | 1 | -1/+1 |
| | |||||
* | reformat some documentation of classes so methods and attributes are under ↵ | Benjamin Peterson | 2008-04-25 | 1 | -330/+349 |
| | | | | the class directive | ||||
* | Grammar fix | Andrew M. Kuchling | 2008-03-07 | 1 | -1/+1 |
| | |||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+548 |