| Commit message (Expand) | Author | Age | Files | Lines |
* | Lib/email/test/data/msg_26.txt had its line endings wrong in the SVN repository. | Antoine Pitrou | 2011-03-05 | 1 | -45/+45 |
|
|
* | Add updated .hgeol file and fix newlines in the 2.7 branch. | Georg Brandl | 2011-03-05 | 1 | -45/+45 |
|
|
* | Merged revisions 87873 via svnmerge from | R. David Murray | 2011-01-09 | 1 | -0/+11 |
|
|
* | #1379416: encode charset name to ascii to avoid unicode promotion of output | R. David Murray | 2010-12-27 | 1 | -0/+7 |
|
|
* | Merged revisions 87415 via svnmerge from | R. David Murray | 2010-12-21 | 1 | -0/+11 |
|
|
* | #1078919: document requirement to use triples for non-ascii add_header parms. | R. David Murray | 2010-12-14 | 1 | -0/+15 |
|
|
* | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 2 | -60/+60 |
|
|
* | Merged revisions 85179 via svnmerge from | R. David Murray | 2010-10-02 | 1 | -0/+18 |
|
|
* | Merged revisions 85142 via svnmerge from | R. David Murray | 2010-10-01 | 1 | -0/+6 |
|
|
* | Merged revisions 84310 via svnmerge from | R. David Murray | 2010-08-25 | 1 | -0/+13 |
|
|
* | Merged revisions 83690 via svnmerge from | R. David Murray | 2010-08-04 | 2 | -2/+11 |
|
|
* | Merged revisions 82922 via svnmerge from | R. David Murray | 2010-07-17 | 1 | -0/+33 |
|
|
* | #4487: have Charset check with codecs for possible aliases. | R. David Murray | 2010-06-04 | 1 | -0/+3 |
|
|
* | #5610: use \Z not $ so we don't eat extra chars when body part ends with \r\n. | R. David Murray | 2010-06-03 | 1 | -0/+18 |
|
|
* | #1368247: make set_charset/MIMEText automatically encode unicode _payload. | R. David Murray | 2010-06-02 | 1 | -0/+25 |
|
|
* | Issue #7472: remove unused code from email.encoders.encode_7or8bit. | R. David Murray | 2010-05-05 | 1 | -0/+7 |
|
|
* | Bug 7755: audiotest.au is arguably copyrighted material, but definitely makes | Barry Warsaw | 2010-05-05 | 1 | -0/+0 |
|
|
* | Rephrase comment. | Ezio Melotti | 2010-04-22 | 1 | -2/+2 |
|
|
* | #8474: fix duplicate test in test_email. | Ezio Melotti | 2010-04-22 | 1 | -5/+0 |
|
|
* | Issue #5277: Fix quote counting when parsing RFC 2231 encoded parameters. | R. David Murray | 2010-04-13 | 1 | -0/+8 |
|
|
* | Issue #7143: get_payload used to strip any trailing newline from a | R. David Murray | 2010-03-08 | 3 | -2/+17 |
|
|
* | Issue 7970: When email.Parser.Parser parses a MIME message of type | R. David Murray | 2010-02-21 | 2 | -0/+35 |
|
|
* | Add missing import when running these tests standalone. | Georg Brandl | 2010-02-06 | 1 | -2/+2 |
|
|
* | #7092: Silence more py3k warnings. Patch by Florent Xicluna. | Ezio Melotti | 2010-02-03 | 2 | -2/+2 |
|
|
* | Fix issue number in comment. | R. David Murray | 2010-01-16 | 1 | -1/+1 |
|
|
* | Issue #1670765: Prevent email.generator.Generator from re-wrapping | R. David Murray | 2010-01-16 | 2 | -0/+69 |
|
|
* | Kill a couple of "<>" | Antoine Pitrou | 2010-01-04 | 2 | -4/+4 |
|
|
* | More yearly updates. | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
|
|
* | Issue #7082: When falling back to the MIME 'name' parameter, the | R. David Murray | 2009-10-09 | 1 | -4/+2 |
|
|
* | #2622 Import errors in email.message, from a py2app standalone application. | Amaury Forgeot d'Arc | 2009-07-11 | 2 | -4/+4 |
|
|
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 2 | -90/+90 |
|
|
* | A fix for issue 1974, inspired by the patch from Andi Albrecht (aalbrecht), | Barry Warsaw | 2009-03-30 | 2 | -56/+74 |
|
|
* | fix import | Benjamin Peterson | 2009-03-30 | 1 | -2/+2 |
|
|
* | update email tests to use SkipTest | Benjamin Peterson | 2009-03-26 | 1 | -2/+2 |
|
|
* | Revert eol-style to CRLF. | Martin v. Löwis | 2008-06-14 | 1 | -45/+45 |
|
|
* | Run svneol.py on all sources. | Martin v. Löwis | 2008-06-13 | 1 | -45/+45 |
|
|
* | Fix issue #1822: MIMEMultipart.is_multipart() behaves correctly for a | Facundo Batista | 2008-01-19 | 1 | -0/+3 |
|
|
* | In response to this SF bug: | Barry Warsaw | 2007-07-13 | 2 | -0/+23 |
|
|
* | SF bug #1582282; decode_header() incorrectly splits not-conformant RFC | Barry Warsaw | 2007-03-14 | 2 | -0/+24 |
|
|
* | Patch #1449244: Support Unicode strings in | Martin v. Löwis | 2007-03-13 | 1 | -0/+7 |
|
|
* | Tokio Kikuchi's fix for SF bug #1629369; folding whitespace allowed in the | Barry Warsaw | 2007-03-12 | 2 | -2/+14 |
|
|
* | Forward port some fixes that were in email 2.5 but for some reason didn't make | Barry Warsaw | 2006-07-26 | 2 | -0/+88 |
|
|
* | More RFC 2231 improvements for the email 4.0 package. As Mark Sapiro rightly | Barry Warsaw | 2006-07-21 | 2 | -22/+242 |
|
|
* | decode_rfc2231(): Be more robust against buggy RFC 2231 encodings. | Barry Warsaw | 2006-07-17 | 1 | -0/+34 |
|
|
* | Port forward from 2.4 branch: | Barry Warsaw | 2006-05-01 | 2 | -0/+12 |
|
|
* | The email module's parsedate_tz function now sets the daylight savings | Anthony Baxter | 2006-04-03 | 2 | -4/+4 |
|
|
* | Merge email package 4.0 from the sandbox, including documentation, test cases, | Barry Warsaw | 2006-03-18 | 4 | -52/+3235 |
|
|
* | Actually this file should have svn:eol-style CRLF since it's specifically | Barry Warsaw | 2006-03-04 | 1 | -45/+45 |
|
|
* | Set eol-style to native -- doesn't appear to be any reason | Tim Peters | 2006-03-04 | 1 | -45/+45 |
|
|
* | Port relevant patches for SF 1409455 to the trunk for email 3.0/Python 2.5. | Barry Warsaw | 2006-02-08 | 2 | -2/+14 |
|
|