summaryrefslogtreecommitdiffstats
path: root/Lib/email
Commit message (Expand)AuthorAgeFilesLines
* 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
* openfile(): Go back to opening the files in text mode. This undoesBarry Warsaw2002-10-072-2/+2
* _parsebody(): Use get_content_type() instead of the deprecatedBarry Warsaw2002-10-071-5/+6
* Bump the version to 2.4.1 (not 2.5 as previously mentioned) to sync itBarry Warsaw2002-10-071-1/+1
* test__all__(): Fix the import list.Barry Warsaw2002-10-011-4/+4
* Docstring consistency with the updated .tex files.Barry Warsaw2002-10-011-3/+3
* _structure(): Swap fp and level arguments.Barry Warsaw2002-10-011-2/+2
* Docstring consistency with the updated .tex files.Barry Warsaw2002-10-011-6/+15
* Docstring consistency with the updated .tex files.Barry Warsaw2002-10-012-17/+17
* Docstring consistency with the updated .tex files.Barry Warsaw2002-09-301-3/+4
* Docstring consistency with the updated .tex files.Barry Warsaw2002-09-301-3/+3
* Docstring consistency with the updated .tex files.Barry Warsaw2002-09-301-3/+3
* Docstring consistency with the updated .tex files.Barry Warsaw2002-09-301-3/+3
* __all__: UpdatedBarry Warsaw2002-09-301-20/+22