summaryrefslogtreecommitdiffstats
path: root/Lib/email
Commit message (Expand)AuthorAgeFilesLines
...
* | Add '__all__' to _encoded_words and mark QByteMap as private.R David Murray2012-05-271-2/+12
* | Recognize '<>' as a special case of an angle-addr in header_value_parser.R David Murray2012-05-261-1/+11
* | #665194: Add a localtime function to email.utils.R David Murray2012-05-261-0/+53
* | #12586: Fix a small oversight in the new email policy header setting code.R David Murray2012-05-261-1/+1
* | #12586: add provisional email policy with new header parsing and folding.R David Murray2012-05-258-11/+3047
* | #14731: refactor email policy framework.R David Murray2012-05-258-260/+649
* | #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
* | #14344: fixed the repr of email.policy objects.R David Murray2012-03-171-1/+1
* | Merge #11686: add missing entries to email __all__ lists.R David Murray2012-03-173-2/+3
|\ \ | |/
| * #11686: add missing entries to email __all__ lists.R David Murray2012-03-175-11/+9
* | #12818: remove escaping of () in quoted strings in formataddrR David Murray2012-03-141-1/+1
* | #14062: fix BytesParser handling of Header objectsR David Murray2012-03-141-0/+3
|\ \ | |/
| * #14062: fix BytesParser handling of linesep for Header objectsR David Murray2012-03-142-2/+25
* | Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8R David Murray2012-03-141-1/+6
|\ \ | |/
| * #14291: if a header has non-ascii unicode, default to CTE using utf-8R David Murray2012-03-142-3/+25
* | Merge 3.2, fix typos.Florent Xicluna2011-11-111-1/+1
|\ \ | |/
| * Fix few typos.Florent Xicluna2011-11-111-1/+1
* | #665194: support roundtripping RFC2822 date stamps in the email.utils moduleR David Murray2011-07-202-8/+57
* | #1874: detect invalid multipart CTE and report it as a defect.R David Murray2011-06-222-0/+8
* | merge #11584: make Header and make_header handle binary unknown-8bit inputR David Murray2011-06-181-1/+4
|\ \ | |/
| * #11584: make Header and make_header handle binary unknown-8bit inputR David Murray2011-06-182-1/+19
* | merge #11584: make decode_header handle Header objects correctlyR David Murray2011-06-181-2/+3
|\ \ | |/
| * #11584: make decode_header handle Header objects correctlyR David Murray2011-06-182-4/+5
* | #11731: simplify/enhance parser/generator API by introducing policy objects.R David Murray2011-04-185-34/+238
* | Merge: #11492: rewrite header folding algorithm. Less code, more passing tests.R David Murray2011-04-181-180/+109
|\ \ | |/
| * #11492: rewrite header folding algorithm. Less code, more passing tests.R David Murray2011-04-182-197/+241
| * Improve message.py test coverage to 100%.R David Murray2011-04-161-0/+56
* | Remove unused method from internal class.R David Murray2011-04-151-3/+0
* | #11684: Complete parser bytes interface by adding BytesHeaderParserR David Murray2011-04-132-2/+12
* | Merge with 3.2.Ezio Melotti2011-04-131-1/+1
|\ \ | |/
| * Merge with 3.1.Ezio Melotti2011-04-131-1/+1
| |\
| | * Fix typo in docstring.Ezio Melotti2011-04-131-1/+1
* | | Merge: Add maxlinelen to docstring, delete obsolete wordingR David Murray2011-04-121-6/+6
|\ \ \ | |/ /
| * | Merge: Add maxlinelen to docstring, delete obsolete wordingR David Murray2011-04-121-6/+6
| |\ \ | | |/
| | * Add maxlinelen to docstring, delete obsolete wordingR David Murray2011-04-121-6/+6
* | | Merge #11492: fix header truncation on folding when there are runs of split c...R David Murray2011-04-081-3/+4
|\ \ \ | |/ /
| * | Merge #11492: fix header truncation on folding when there are runs of split c...R David Murray2011-04-082-3/+14
| |\ \ | | |/
| | * #11492: fix header truncation on folding when there are runs of split chars.R David Murray2011-04-082-3/+14
| * | Merge: Improve test coverage of _split_ascii method.R David Murray2011-04-081-0/+43
| |\ \ | | |/
| | * Improve test coverage of _split_ascii method.R David Murray2011-04-081-0/+43
* | | #1690608: make formataddr RFC2047 aware.R David Murray2011-04-061-6/+22
* | | Merge #11605: don't use set/get_payload in feedparser; they do conversions.R David Murray2011-04-061-2/+2
|\ \ \ | |/ /
| * | #11605: don't use set/get_payload in feedparser; they do conversions.R David Murray2011-04-062-2/+49
* | | Remove the 'strict' argument to Parser, deprecated since 2.4.R David Murray2011-03-291-22/+2
* | | Merge #11584: Since __getitem__ returns headers, make decode_header handle them.R David Murray2011-03-251-0/+6
|\ \ \ | |/ /
| * | #11584: Since __getitem__ returns headers, make decode_header handle them.R David Murray2011-03-252-0/+20
* | | Merge #11606: improved body_encode algorithm, no longer produces overlong linesR David Murray2011-03-241-60/+85
|\ \ \ | |/ /
| * | Merge #11606: improved body_encode algorithm, no longer produces overlong linesR David Murray2011-03-242-61/+103
| |\ \ | | |/
| | * #11606: improved body_encode algorithm, no longer produces overlong linesR David Murray2011-03-242-61/+103