| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | test_rfc2231_no_language_or_charset(): RFC 2231 allows leaving out | Barry Warsaw | 2003-03-07 | 1 | -0/+11 |
|
|
* | whitespace normalization | Barry Warsaw | 2003-03-07 | 1 | -6/+6 |
|
|
* | _write_headers(), _split_header(): All of the smarts for splitting | Barry Warsaw | 2003-03-07 | 1 | -35/+20 |
|
|
* | More internal refinements of the ascii splitting algorithm. | Barry Warsaw | 2003-03-07 | 1 | -7/+10 |
|
|
* | test_string_headerinst_eq(): Another Jason test :) | Barry Warsaw | 2003-03-07 | 1 | -0/+14 |
|
|
* | Repaired a misleading comment Barry inherited from me. | Tim Peters | 2003-03-06 | 1 | -1/+1 |
|
|
* | _split_ascii(): In the clause where curlen + partlen > maxlen, if the | Barry Warsaw | 2003-03-06 | 1 | -1/+8 |
|
|
* | test_long_received_header(): Another test case for folding long | Barry Warsaw | 2003-03-06 | 1 | -0/+15 |
|
|
* | test_whitespace_eater_unicode(): Test of the last outstanding bug in | Barry Warsaw | 2003-03-06 | 1 | -0/+8 |
|
|
* | __unicode__(): When converting to a unicode string, we need to | Barry Warsaw | 2003-03-06 | 1 | -3/+20 |
|
|
* | test_rfc2047_multiline(): Test case for SF bug #640110. | Barry Warsaw | 2003-03-06 | 1 | -0/+14 |
|
|
* | decode_header(): Typo when appending an unencoded chunk to the | Barry Warsaw | 2003-03-06 | 1 | -1/+1 |
|
|
* | Merge of the folding-reimpl-branch. Specific changes, | Barry Warsaw | 2003-03-06 | 2 | -76/+165 |
|
|
* | Merge of the folding-reimpl-branch. Specific changes, | Barry Warsaw | 2003-03-06 | 1 | -100/+154 |
|
|
* | Merge of the folding-reimpl-branch. Specific changes, | Barry Warsaw | 2003-03-06 | 1 | -2/+2 |
|
|
* | Merge of the folding-reimpl-branch. Specific changes, | Barry Warsaw | 2003-03-06 | 1 | -3/+0 |
|
|
* | Merge of the folding-reimpl-branch. Specific changes, | Barry Warsaw | 2003-03-06 | 1 | -2/+13 |
|
|
* | Merge of the folding-reimpl-branch. Specific changes, | Barry Warsaw | 2003-03-06 | 1 | -2/+4 |
|
|
* | Merge of the folding-reimpl-branch. Specific changes, | Barry Warsaw | 2003-03-06 | 1 | -4/+9 |
|
|
* | CHARSETS, ALIASES, CODEC_MAP: SF feature request 633543, Korean | Barry Warsaw | 2003-01-07 | 1 | -0/+37 |
|
|
* | Jack complained that on test_crlf_separation() was failing on MacOS9 | Barry Warsaw | 2003-01-02 | 1 | -4/+4 |
|
|
* | test_bad_8bit_header(): Tests for optional argument `errors'. See SF | Barry Warsaw | 2002-12-30 | 1 | -0/+11 |
|
|
* | Header.__init__(), .append(): Add an optional argument `errors' which | Barry Warsaw | 2002-12-30 | 1 | -6/+11 |
|
|
* | Actually, make this 2.5a1 since it will include API changes that may | Barry Warsaw | 2002-12-30 | 1 | -1/+1 |
|
|
* | Bump to 2.5 | Barry Warsaw | 2002-12-30 | 1 | -1/+1 |
|
|
* | TestMIMEAudio.setUp(): Use the email package's copy of the audio test | Barry Warsaw | 2002-12-30 | 1 | -2/+7 |
|
|
* | A copy of the audio test file from Lib/test, needed because some | Barry Warsaw | 2002-12-30 | 1 | -0/+0 |
|
|
* | parsedate_tz(): Fix SF bug #552345, optional FWS between the comma and | Barry Warsaw | 2002-12-30 | 1 | -1/+8 |
|
|
* | test_parsedate_compact(): A test for optional FWS between the comma | Barry Warsaw | 2002-12-30 | 1 | -0/+5 |
|
|
* | A code cleansing pass | Barry Warsaw | 2002-12-30 | 1 | -55/+74 |
|
|
* | Port rfc822.py changes that didn't make it into this copy, | Barry Warsaw | 2002-12-30 | 1 | -21/+35 |
|
|
* | test_name_with_dots(): A new test to ensure that we're implementing | Barry Warsaw | 2002-12-30 | 1 | -0/+9 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-12-24 | 1 | -1/+1 |
|
|
* | parse(), _parseheaders(), _parsebody(): A fix for SF bug #633527, | Barry Warsaw | 2002-11-05 | 1 | -9/+22 |
|
|
* | test_no_separating_blank_line(): A test for SF bug #633527, no | Barry Warsaw | 2002-11-05 | 1 | -16/+36 |
|
|
* | A message with no separating blank line between the headers and the | Barry Warsaw | 2002-11-05 | 1 | -0/+4 |
|
|
* | test_text_plain_in_a_multipart_digest(): A test of the fix for SF bug | Barry Warsaw | 2002-11-05 | 1 | -0/+4 |
|
|
* | _parsebody(): A fix for SF bug #631350, where a subobject in a | Barry Warsaw | 2002-11-05 | 1 | -2/+6 |
|
|
* | Test case, distilled from SF bug #631350, where a subobject in a | Barry Warsaw | 2002-11-05 | 1 | -0/+19 |
|
|
* | Bump __version__ (yes, to 2.5 "minus") | Barry Warsaw | 2002-11-05 | 1 | -1/+1 |
|
|
* | Jason Mastaler's patch to break the dependence on rfc822.py for the | Barry Warsaw | 2002-11-05 | 2 | -5/+446 |
|
|
* | test_body_encoding(): a new test for Charset.body_encode(), especially | Barry Warsaw | 2002-10-21 | 1 | -0/+14 |
|
|
* | test_body_encoding(): a new test | Barry Warsaw | 2002-10-21 | 1 | -0/+23 |
|
|
* | body_encode(): Fixed typo reported by Chris Lawrence, closing SF bug | Barry Warsaw | 2002-10-21 | 1 | -1/+1 |
|
|
* | append(): Fixing the test for convertability after consultation with | Barry Warsaw | 2002-10-14 | 1 | -14/+28 |
|
|
* | Two new tests for splitting (or not splitting) 8-bit header data. | Barry Warsaw | 2002-10-14 | 1 | -0/+21 |
|
|
* | Bump the __version__ | Barry Warsaw | 2002-10-14 | 1 | -1/+1 |
|
|
* | __init__(): Fix an invariant, that the charset item in a chunk tuple | Barry Warsaw | 2002-10-14 | 1 | -2/+11 |
|
|
* | _split_header(): If we have a header which is a byte string containing | Barry Warsaw | 2002-10-14 | 1 | -1/+17 |
|
|
* | CHARSETS: Add faux '8bit' encoding for representing raw 8-bit data for | Barry Warsaw | 2002-10-14 | 1 | -0/+2 |
|
|