| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | With help from Martin v. Loewis, clarification is added for the | Barry Warsaw | 2002-09-30 | 1 | -29/+61 |
|
|
* | The ansi_x3.4_1968 encoding is an alias for ascii, but isn't known in | Barry Warsaw | 2002-09-30 | 2 | -12/+9 |
|
|
* | Make the tests pass under Python 2.1 but only by cheating. Python 2.1 | Barry Warsaw | 2002-09-28 | 1 | -0/+12 |
|
|
* | Add a test for SHORTEST encoding of utf-8 headers, and also update | Barry Warsaw | 2002-09-28 | 1 | -9/+16 |
|
|
* | Use True/False everywhere, and other code cleanups. | Barry Warsaw | 2002-09-28 | 2 | -18/+30 |
|
|
* | Code cleanup and add docstrings. | Barry Warsaw | 2002-09-28 | 1 | -2/+17 |
|
|
* | Use True/False everywhere, and other code cleanups. | Barry Warsaw | 2002-09-28 | 1 | -7/+11 |
|
|
* | Use True/False everywhere. | Barry Warsaw | 2002-09-28 | 1 | -5/+12 |
|
|
* | is_multipart(): Use isinstance() instead of type equality. | Barry Warsaw | 2002-09-28 | 1 | -1/+1 |
|
|
* | Docstring and code cleanups, e.g. use True/False everywhere. | Barry Warsaw | 2002-09-28 | 1 | -58/+62 |
|
|
* | __init__(): Minor code cleanup. | Barry Warsaw | 2002-09-28 | 1 | -1/+1 |
|
|
* | Add a pychecker suppression. | Barry Warsaw | 2002-09-28 | 1 | -0/+4 |
|
|
* | Use True/False everywhere. | Barry Warsaw | 2002-09-28 | 1 | -20/+19 |
|
|
* | Added a feature suggested by Martin v Loewis, where a new header | Barry Warsaw | 2002-09-28 | 1 | -37/+55 |
|
|
* | test_unicode_error(): Comment this test out, since we still have | Barry Warsaw | 2002-09-26 | 1 | -8/+8 |
|
|
* | Fixing some RFC 2231 related issues as reported in the Spambayes | Barry Warsaw | 2002-09-26 | 3 | -0/+66 |
|
|
* | Fixing some RFC 2231 related issues as reported in the Spambayes | Barry Warsaw | 2002-09-26 | 1 | -9/+39 |
|
|
* | __version__: Bump to 2.4 | Barry Warsaw | 2002-09-25 | 1 | -9/+16 |
|
|
* | Open the test files in binary mode so the \r\n files won't cause | Barry Warsaw | 2002-09-18 | 2 | -3/+3 |
|
|
* | Bump to 2.3.1 to pick up the missing file. | Barry Warsaw | 2002-09-12 | 1 | -1/+1 |
|
|
* | get_payload(): Document that calling it with no arguments returns a | Barry Warsaw | 2002-09-11 | 1 | -2/+3 |
|
|
* | test_utils_quote_unquote(): Test for unquote() properly | Barry Warsaw | 2002-09-11 | 1 | -0/+7 |
|
|
* | rfc822.unquote() doesn't properly de-backslash-ify in Python prior to | Barry Warsaw | 2002-09-11 | 1 | -1/+12 |
|
|
* | _parsebody(): Instead of raising a BoundaryError when no start | Barry Warsaw | 2002-09-10 | 1 | -2/+5 |
|
|
* | Import _isstring() from the compatibility layer. | Barry Warsaw | 2002-09-10 | 1 | -2/+12 |
|
|
* | _isstring(): Factor out "stringiness" test, e.g. for StringType or | Barry Warsaw | 2002-09-10 | 2 | -2/+10 |
|
|
* | _ascii_split(): Don't lstrip continuation lines. Closes SF bug #601392. | Barry Warsaw | 2002-09-10 | 1 | -1/+1 |
|
|
* | test_splitting_first_line_only_is_long(): New test for SF bug #601392, | Barry Warsaw | 2002-09-10 | 1 | -1/+38 |
|
|
* | A sample message with broken MIME boundaries. | Barry Warsaw | 2002-09-10 | 1 | -0/+15 |
|
|
* | test_set_param(), test_del_param(): Test RFC 2231 encoding support by | Barry Warsaw | 2002-09-06 | 1 | -1/+68 |
|
|
* | _formatparam(), set_param(): RFC 2231 encoding support by Oleg | Barry Warsaw | 2002-09-06 | 1 | -3/+11 |
|
|
* | test_mondo_message(): "binary" is not a legal content type, so with | Barry Warsaw | 2002-09-06 | 1 | -2/+3 |
|
|
* | test_replace_header(): New test for Message.replace_header(). | Barry Warsaw | 2002-09-06 | 1 | -0/+17 |
|
|
* | replace_header(): New method given by Skip Montanaro in SF patch | Barry Warsaw | 2002-09-06 | 1 | -1/+15 |
|
|
* | _structure(): Use .get_content_type() | Barry Warsaw | 2002-09-01 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Barry Warsaw | 2002-08-27 | 1 | -1/+1 |
|
|
* | Typo | Barry Warsaw | 2002-08-27 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-08-23 | 3 | -9/+9 |
|
|
* | Bump version number to 2.3 | Barry Warsaw | 2002-08-20 | 1 | -1/+1 |
|
|
* | Added tests for SF patch #597593, syntactically invalid Content-Type: headers. | Barry Warsaw | 2002-08-20 | 1 | -2/+23 |
|
|
* | get_content_type(), get_content_maintype(), get_content_subtype(): RFC | Barry Warsaw | 2002-08-20 | 1 | -5/+5 |
|
|
* | _dispatch(): Use get_content_maintype() and get_content_subtype() to | Barry Warsaw | 2002-08-20 | 1 | -3/+2 |
|
|
* | test_three_lines(): Test case reported by Andrew McNamara. Works in | Barry Warsaw | 2002-08-20 | 1 | -0/+8 |
|
|
* | Use full package paths in imports. | Barry Warsaw | 2002-07-23 | 1 | -7/+2 |
|
|
* | Added a couple of more tests for Header charset handling. | Barry Warsaw | 2002-07-23 | 1 | -0/+15 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 2 | -3/+3 |
|
|
* | append(): Bite the bullet and let charset be the string name of a | Barry Warsaw | 2002-07-23 | 1 | -3/+6 |
|
|
* | make_header(): Watch out for charset is None, which decode_header() | Barry Warsaw | 2002-07-23 | 1 | -3/+2 |
|
|
* | Changed import from | Tim Peters | 2002-07-21 | 1 | -1/+1 |
|
|
* | The email package's tests live much better in a subpackage | Barry Warsaw | 2002-07-19 | 4 | -0/+2290 |
|
|