| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | The email package's tests live much better in a subpackage | Barry Warsaw | 2002-07-19 | 31 | -0/+1182 |
|
|
* | message_from_string(), message_from_file(): The consensus on the | Barry Warsaw | 2002-07-19 | 1 | -2/+2 |
|
|
* | Parser.__init__(): The consensus on the mimelib-devel list is that | Barry Warsaw | 2002-07-19 | 1 | -2/+2 |
|
|
* | To better support default content types, fix an API wart, and preserve | Barry Warsaw | 2002-07-19 | 1 | -13/+62 |
|
|
* | _structure(): Take an optional `fp' argument which would be the object | Barry Warsaw | 2002-07-19 | 1 | -3/+7 |
|
|
* | _dispatch(): Use the new Message.get_content_type() method as hashed | Barry Warsaw | 2002-07-19 | 1 | -6/+1 |
|
|
* | Anthony Baxter's cleanup patch. Python project SF patch # 583190, | Barry Warsaw | 2002-07-18 | 2 | -22/+29 |
|
|
* | Anthony Baxter's patch to expose the parser's `strict' flag in these | Barry Warsaw | 2002-07-18 | 1 | -5/+5 |
|
|
* | _structure(): Don't get the whole Content-Type: header, just get the | Barry Warsaw | 2002-07-11 | 1 | -1/+1 |
|
|
* | _dispatch(): Comment improvements. | Barry Warsaw | 2002-07-11 | 1 | -3/+3 |
|
|
* | make_header(): New function to take the output of decode_header() and | Barry Warsaw | 2002-07-09 | 1 | -6/+45 |
|
|
* | Anthony Baxter's patch for non-strict parsing. This adds a `strict' | Barry Warsaw | 2002-07-09 | 1 | -24/+71 |
|
|
* | Add the concept of a "default type". Normally the default type is | Barry Warsaw | 2002-07-09 | 1 | -0/+22 |
|
|
* | __init__(): Don't attach the subparts if its an empty tuple. If the | Barry Warsaw | 2002-07-09 | 1 | -2/+5 |
|
|
* | clone(): A new method for creating a clone of this generator (for | Barry Warsaw | 2002-07-09 | 1 | -27/+24 |
|
|
* | __init__(): Be sure to set the default type to message/rfc822. | Barry Warsaw | 2002-07-09 | 1 | -0/+2 |
|
|
* | _structure(): A handy little debugging aid that I don't (yet) intend | Barry Warsaw | 2002-07-09 | 1 | -0/+10 |
|
|
* | With the addition of Oleg's support for RFC 2231, it's time to bump | Barry Warsaw | 2002-07-09 | 1 | -1/+1 |
|
|