summaryrefslogtreecommitdiffstats
path: root/Lib/email
Commit message (Expand)AuthorAgeFilesLines
...
* | #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
* | | Merge #11590: fix quoprimime decode handling of empty strings and line endings.R David Murray2011-03-231-3/+3
|\ \ \ | |/ /
| * | 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
* | | Correctly move email package tests to Lib/test.R David Murray2011-03-2153-6290/+0
* | | Merge from 3.2Nick Coghlan2011-03-172-5/+60
|\ \ \ | |/ /
| * | #11243: tests and fixes for handling of 'dirty data' in additional methodsR David Murray2011-03-172-5/+60
* | | Merge #11401 fix from 3.2.R David Murray2011-03-162-1/+8
|\ \ \ | |/ /
| * | 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
|\ \ \ | |/ /
| * | 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.2.Ezio Melotti2011-03-161-1/+1
|\ \ \ | |/ /
| * | #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.2.R David Murray2011-03-151-2/+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
* | | Merge obsolete comment removal from 3.2.R David Murray2011-03-151-1/+1
|\ \ \ | |/ /
| * | Remove obsolete comment.R David Murray2011-03-151-1/+1
* | | Merge #11554 test_email_codecs activation from 3.2.R David Murray2011-03-154-22/+46
|\ \ \ | |/ /
| * | #11554: reactivate test_email_codecs, and make it pass.R David Murray2011-03-154-22/+46
* | | #11515: Merge with 3.2.Ezio Melotti2011-03-151-1/+1
|\ \ \ | |/ /
| * | #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