summaryrefslogtreecommitdiffstats
path: root/Lib/email
Commit message (Expand)AuthorAgeFilesLines
* #17431: Fix missing import of BytesFeedParser in email.parser.R David Murray2013-03-162-1/+5
* PEP8 fixup on previous patch, remove unused import in test_email.R David Murray2013-03-072-2/+1
* #14645: Generator now emits correct linesep for all parts.R David Murray2013-03-072-4/+53
* #17171: fix email.encoders.encode_7or8bit when applied to binary data.R David Murray2013-02-112-2/+21
* #16564: Fix regression in use of encoders.encode_noop with binary data.R David Murray2013-02-093-0/+25
* #16948: Fix quopri encoding of non-latin1 character sets.R David Murray2013-02-052-0/+34
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-182-3/+3
* #15249: Mangle From lines correctly when body contains invalid bytes.R David Murray2012-08-242-1/+17
* #15232: correctly mangle From lines in MIME preamble and epilogueR David Murray2012-07-232-2/+32
* Issue #14653: email.utils.mktime_tz() no longer relies on systemAlexander Belopolsky2012-06-222-4/+10
* Update out of date docstring.R David Murray2012-06-171-7/+5
* #11686: add missing entries to email __all__ lists.R David Murray2012-03-175-11/+9
* #14062: fix BytesParser handling of linesep for Header objectsR David Murray2012-03-142-2/+25
* #14291: if a header has non-ascii unicode, default to CTE using utf-8R David Murray2012-03-142-3/+25
* Fix few typos.Florent Xicluna2011-11-111-1/+1
* #11584: make Header and make_header handle binary unknown-8bit inputR David Murray2011-06-182-1/+19
* #11584: make decode_header handle Header objects correctlyR David Murray2011-06-182-4/+5
* #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
* 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
|\ \ | |/
| * 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-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
* | #11605: don't use set/get_payload in feedparser; they do conversions.R David Murray2011-04-062-2/+49
* | #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-242-61/+103
|\ \ | |/
| * #11606: improved body_encode algorithm, no longer produces overlong linesR David Murray2011-03-242-61/+103
* | Merge #11590: fix quoprimime decode handling of empty strings and line endings.R David Murray2011-03-232-3/+18
|\ \ | |/
| * #11590: fix quoprimime decode handling of empty strings and line endings.R David Murray2011-03-232-3/+18
* | Merge #11589: add additional tests for the email quoprimime module.R David Murray2011-03-231-14/+178
|\ \ | |/
| * #11589: add additional tests for the email quoprimime module.R David Murray2011-03-231-14/+178
* | #11243: tests and fixes for handling of 'dirty data' in additional methodsR David Murray2011-03-172-5/+60
* | Merge #11401 fix from 3.1.R David Murray2011-03-162-1/+8
|\ \ | |/
| * #11401: handle headers with no value.R David Murray2011-03-162-1/+8
* | Merge #9298 fix.R David Murray2011-03-162-6/+16
|\ \ | |/
| * #9298: restore proper folding of base64 encoded bodies.R David Murray2011-03-162-6/+16
* | #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
|\ \ | |/
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* | Merge #11555 as_string doc fix from 3.1.R David Murray2011-03-151-2/+1
|\ \ | |/
| * #11555: update doc for 3.x change to as_string mangle_from default.R David Murray2011-03-151-2/+1
* | Remove obsolete comment.R David Murray2011-03-151-1/+1
* | #11554: reactivate test_email_codecs, and make it pass.R David Murray2011-03-154-22/+46
* | #11515: Merge with 3.1.Ezio Melotti2011-03-151-1/+1
|\ \ | |/
| * #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
| * Merged revisions 87627,87638,87739,87760,87771,87787,87984,87986,88108,88115,...Georg Brandl2011-02-251-3/+1
| * Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge...R. David Murray2011-02-112-3/+22