summaryrefslogtreecommitdiffstats
path: root/Lib/email/mime/text.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27445: Merge from 3.5Berker Peksag2016-09-081-3/+1
|\
| * Issue #27445: Don't pass str(_charset) to MIMEText.set_payload()Berker Peksag2016-09-081-3/+1
* | #27331: add policy keyword argument to all MIME subclasses.R David Murray2016-09-071-2/+2
|/
* Issue #16324: _charset parameter of MIMEText now also accepts email.charset.C...Berker Peksag2014-09-261-0/+3
* Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-201-1/+0
* Issue #17047: remove doubled words added in 3.3Terry Jan Reedy2013-03-111-1/+1
* #14380: Make actual default match docs, fix __init__ order.R David Murray2012-03-231-7/+9
* #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicodeR David Murray2012-03-231-0/+10
* Copying the email package back, despite its failings.Guido van Rossum2007-08-301-0/+30
* Remove the email package for now.Guido van Rossum2007-08-251-30/+0
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+30