summaryrefslogtreecommitdiffstats
path: root/Lib/email
Commit message (Expand)AuthorAgeFilesLines
* 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
* Docstring consistency with the updated .tex files.Barry Warsaw2002-09-301-0/+14
* __contains__(): Change the second argument to `name' for consistency.Barry Warsaw2002-09-301-58/+69
* With help from Martin v. Loewis, clarification is added for theBarry Warsaw2002-09-301-29/+61
* The ansi_x3.4_1968 encoding is an alias for ascii, but isn't known inBarry Warsaw2002-09-302-12/+9
* Make the tests pass under Python 2.1 but only by cheating. Python 2.1Barry Warsaw2002-09-281-0/+12
* Add a test for SHORTEST encoding of utf-8 headers, and also updateBarry Warsaw2002-09-281-9/+16
* Use True/False everywhere, and other code cleanups.Barry Warsaw2002-09-282-18/+30
* Code cleanup and add docstrings.Barry Warsaw2002-09-281-2/+17
* Use True/False everywhere, and other code cleanups.Barry Warsaw2002-09-281-7/+11
* Use True/False everywhere.Barry Warsaw2002-09-281-5/+12
* is_multipart(): Use isinstance() instead of type equality.Barry Warsaw2002-09-281-1/+1
* Docstring and code cleanups, e.g. use True/False everywhere.Barry Warsaw2002-09-281-58/+62
* __init__(): Minor code cleanup.Barry Warsaw2002-09-281-1/+1
* Add a pychecker suppression.Barry Warsaw2002-09-281-0/+4
* Use True/False everywhere.Barry Warsaw2002-09-281-20/+19
* Added a feature suggested by Martin v Loewis, where a new headerBarry Warsaw2002-09-281-37/+55
* test_unicode_error(): Comment this test out, since we still haveBarry Warsaw2002-09-261-8/+8