summaryrefslogtreecommitdiffstats
path: root/Lib/email
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixing some RFC 2231 related issues as reported in the SpambayesBarry Warsaw2002-09-263-0/+66
* Fixing some RFC 2231 related issues as reported in the SpambayesBarry Warsaw2002-09-261-9/+39
* __version__: Bump to 2.4Barry Warsaw2002-09-251-9/+16
* Open the test files in binary mode so the \r\n files won't causeBarry Warsaw2002-09-182-3/+3
* Bump to 2.3.1 to pick up the missing file.Barry Warsaw2002-09-121-1/+1
* get_payload(): Document that calling it with no arguments returns aBarry Warsaw2002-09-111-2/+3
* test_utils_quote_unquote(): Test for unquote() properlyBarry Warsaw2002-09-111-0/+7
* rfc822.unquote() doesn't properly de-backslash-ify in Python prior toBarry Warsaw2002-09-111-1/+12
* _parsebody(): Instead of raising a BoundaryError when no startBarry Warsaw2002-09-101-2/+5
* Import _isstring() from the compatibility layer.Barry Warsaw2002-09-101-2/+12
* _isstring(): Factor out "stringiness" test, e.g. for StringType orBarry Warsaw2002-09-102-2/+10
* _ascii_split(): Don't lstrip continuation lines. Closes SF bug #601392.Barry Warsaw2002-09-101-1/+1
* test_splitting_first_line_only_is_long(): New test for SF bug #601392,Barry Warsaw2002-09-101-1/+38
* A sample message with broken MIME boundaries.Barry Warsaw2002-09-101-0/+15
* test_set_param(), test_del_param(): Test RFC 2231 encoding support byBarry Warsaw2002-09-061-1/+68
* _formatparam(), set_param(): RFC 2231 encoding support by OlegBarry Warsaw2002-09-061-3/+11
* test_mondo_message(): "binary" is not a legal content type, so withBarry Warsaw2002-09-061-2/+3
* test_replace_header(): New test for Message.replace_header().Barry Warsaw2002-09-061-0/+17
* replace_header(): New method given by Skip Montanaro in SF patchBarry Warsaw2002-09-061-1/+15
* _structure(): Use .get_content_type()Barry Warsaw2002-09-011-1/+1
* Whitespace normalization.Barry Warsaw2002-08-271-1/+1
* TypoBarry Warsaw2002-08-271-1/+1
* Whitespace normalization.Tim Peters2002-08-233-9/+9
* Bump version number to 2.3Barry Warsaw2002-08-201-1/+1
* Added tests for SF patch #597593, syntactically invalid Content-Type: headers.Barry Warsaw2002-08-201-2/+23
* get_content_type(), get_content_maintype(), get_content_subtype(): RFCBarry Warsaw2002-08-201-5/+5
* _dispatch(): Use get_content_maintype() and get_content_subtype() toBarry Warsaw2002-08-201-3/+2
* test_three_lines(): Test case reported by Andrew McNamara. Works inBarry Warsaw2002-08-201-0/+8
* Use full package paths in imports.Barry Warsaw2002-07-231-7/+2
* Added a couple of more tests for Header charset handling.Barry Warsaw2002-07-231-0/+15
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-232-3/+3
* append(): Bite the bullet and let charset be the string name of aBarry Warsaw2002-07-231-3/+6
* make_header(): Watch out for charset is None, which decode_header()Barry Warsaw2002-07-231-3/+2
* Changed import fromTim Peters2002-07-211-1/+1
* The email package's tests live much better in a subpackageBarry Warsaw2002-07-194-0/+2290