summaryrefslogtreecommitdiffstats
path: root/Lib/email
Commit message (Expand)AuthorAgeFilesLines
* Adjust tests for no newline appending to MIMEText.__init__()'s _textBarry Warsaw2003-03-111-11/+7
* __init__(): Don't add a newline to _text if it doesn't already end inBarry Warsaw2003-03-111-4/+1
* body_line_iterator(): Accept optional decode argument, pass through toBarry Warsaw2003-03-112-6/+12
* get_payload(): Teach this about various uunencodedBarry Warsaw2003-03-111-10/+21
* test_get_decoded_uu_payload(): A new test forBarry Warsaw2003-03-111-0/+11
* specialsre, escapesre: In SF bug #663369, Matthew Woodcraft points outBarry Warsaw2003-03-101-2/+2
* test_escape_backslashes(): A test for SF bug #663369 by Matthew Woodcraft.Barry Warsaw2003-03-101-0/+8
* _bdecode(): Remove redundant check.Barry Warsaw2003-03-101-2/+0
* Fix base classBarry Warsaw2003-03-101-1/+1
* Use ndiffAssertEqual in a couple of places for better error reporting.Barry Warsaw2003-03-101-3/+6
* get_payload(): If we get a low-level binascii.Error when base64Barry Warsaw2003-03-101-5/+12
* test_broken_base64_payload(): Test for crash in low-level binasciiBarry Warsaw2003-03-101-0/+8
* _split_ascii() [method and function]: Don't join the lines just toBarry Warsaw2003-03-101-10/+11
* test_another_long_multiline_header(): Yet another formatting test.Barry Warsaw2003-03-101-0/+12
* _split_ascii(): lstrip the individual lines in the ascii split lines,Barry Warsaw2003-03-071-0/+3
* test_long_unbreakable_lines_with_continuation(): Another funky exampleBarry Warsaw2003-03-071-0/+16
* decode_rfc2231(): RFC 2231 allows leaving out both the charset andBarry Warsaw2003-03-071-5/+7
* test_rfc2231_no_language_or_charset(): RFC 2231 allows leaving outBarry Warsaw2003-03-071-0/+11
* whitespace normalizationBarry Warsaw2003-03-071-6/+6
* _write_headers(), _split_header(): All of the smarts for splittingBarry Warsaw2003-03-071-35/+20
* More internal refinements of the ascii splitting algorithm.Barry Warsaw2003-03-071-7/+10
* test_string_headerinst_eq(): Another Jason test :)Barry Warsaw2003-03-071-0/+14
* Repaired a misleading comment Barry inherited from me.Tim Peters2003-03-061-1/+1
* _split_ascii(): In the clause where curlen + partlen > maxlen, if theBarry Warsaw2003-03-061-1/+8
* test_long_received_header(): Another test case for folding longBarry Warsaw2003-03-061-0/+15
* test_whitespace_eater_unicode(): Test of the last outstanding bug inBarry Warsaw2003-03-061-0/+8
* __unicode__(): When converting to a unicode string, we need toBarry Warsaw2003-03-061-3/+20
* test_rfc2047_multiline(): Test case for SF bug #640110.Barry Warsaw2003-03-061-0/+14
* decode_header(): Typo when appending an unencoded chunk to theBarry Warsaw2003-03-061-1/+1
* Merge of the folding-reimpl-branch. Specific changes,Barry Warsaw2003-03-062-76/+165
* Merge of the folding-reimpl-branch. Specific changes,Barry Warsaw2003-03-061-100/+154
* Merge of the folding-reimpl-branch. Specific changes,Barry Warsaw2003-03-061-2/+2
* Merge of the folding-reimpl-branch. Specific changes,Barry Warsaw2003-03-061-3/+0
* Merge of the folding-reimpl-branch. Specific changes,Barry Warsaw2003-03-061-2/+13
* Merge of the folding-reimpl-branch. Specific changes,Barry Warsaw2003-03-061-2/+4
* Merge of the folding-reimpl-branch. Specific changes,Barry Warsaw2003-03-061-4/+9
* CHARSETS, ALIASES, CODEC_MAP: SF feature request 633543, KoreanBarry Warsaw2003-01-071-0/+37
* Jack complained that on test_crlf_separation() was failing on MacOS9Barry Warsaw2003-01-021-4/+4
* test_bad_8bit_header(): Tests for optional argument `errors'. See SFBarry Warsaw2002-12-301-0/+11
* Header.__init__(), .append(): Add an optional argument `errors' whichBarry Warsaw2002-12-301-6/+11
* Actually, make this 2.5a1 since it will include API changes that mayBarry Warsaw2002-12-301-1/+1
* Bump to 2.5Barry Warsaw2002-12-301-1/+1
* TestMIMEAudio.setUp(): Use the email package's copy of the audio testBarry Warsaw2002-12-301-2/+7
* A copy of the audio test file from Lib/test, needed because someBarry Warsaw2002-12-301-0/+0
* parsedate_tz(): Fix SF bug #552345, optional FWS between the comma andBarry Warsaw2002-12-301-1/+8
* test_parsedate_compact(): A test for optional FWS between the commaBarry Warsaw2002-12-301-0/+5
* A code cleansing passBarry Warsaw2002-12-301-55/+74
* Port rfc822.py changes that didn't make it into this copy,Barry Warsaw2002-12-301-21/+35
* test_name_with_dots(): A new test to ensure that we're implementingBarry Warsaw2002-12-301-0/+9
* Whitespace normalization.Tim Peters2002-12-241-1/+1