summaryrefslogtreecommitdiffstats
path: root/Lib/email
Commit message (Expand)AuthorAgeFilesLines
* _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
* parse(), _parseheaders(), _parsebody(): A fix for SF bug #633527,Barry Warsaw2002-11-051-9/+22
* test_no_separating_blank_line(): A test for SF bug #633527, noBarry Warsaw2002-11-051-16/+36
* A message with no separating blank line between the headers and theBarry Warsaw2002-11-051-0/+4
* test_text_plain_in_a_multipart_digest(): A test of the fix for SF bugBarry Warsaw2002-11-051-0/+4
* _parsebody(): A fix for SF bug #631350, where a subobject in aBarry Warsaw2002-11-051-2/+6
* Test case, distilled from SF bug #631350, where a subobject in aBarry Warsaw2002-11-051-0/+19
* Bump __version__ (yes, to 2.5 "minus")Barry Warsaw2002-11-051-1/+1
* Jason Mastaler's patch to break the dependence on rfc822.py for theBarry Warsaw2002-11-052-5/+446
* test_body_encoding(): a new test for Charset.body_encode(), especiallyBarry Warsaw2002-10-211-0/+14
* test_body_encoding(): a new testBarry Warsaw2002-10-211-0/+23
* body_encode(): Fixed typo reported by Chris Lawrence, closing SF bugBarry Warsaw2002-10-211-1/+1
* append(): Fixing the test for convertability after consultation withBarry Warsaw2002-10-141-14/+28
* Two new tests for splitting (or not splitting) 8-bit header data.Barry Warsaw2002-10-141-0/+21
* Bump the __version__Barry Warsaw2002-10-141-1/+1
* __init__(): Fix an invariant, that the charset item in a chunk tupleBarry Warsaw2002-10-141-2/+11
* _split_header(): If we have a header which is a byte string containingBarry Warsaw2002-10-141-1/+17
* CHARSETS: Add faux '8bit' encoding for representing raw 8-bit data forBarry Warsaw2002-10-141-0/+2
* _encode_chunks(), encode(): Don't modify self._chunks. As Ben says:Barry Warsaw2002-10-131-23/+22
* Update the urls and other information about the add-on Japanese,Barry Warsaw2002-10-131-13/+8
* Bump version number to 2.4.2 to pick up the latest minor bug fixes.Barry Warsaw2002-10-101-1/+1
* New tests to verify that charsets are case insensitive, and that byBarry Warsaw2002-10-101-0/+34
* get_content_charset(): RFC 2046 $4.1.2 says charsets are not caseBarry Warsaw2002-10-101-4/+6
* __init__(): RFC 2046 $4.1.2 says charsets are not case sensitive.Barry Warsaw2002-10-101-1/+3