| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | append(): Clarify the expected type of charset. | Barry Warsaw | 2002-07-03 | 1 | -1/+2 |
|
|
* | Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 | Barry Warsaw | 2002-06-29 | 1 | -0/+57 |
|
|
* | Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 | Barry Warsaw | 2002-06-29 | 1 | -7/+27 |
|
|
* | __unicode__(): Patch # 541263 by Mikhail Zabaluev, implementation | Barry Warsaw | 2002-06-29 | 1 | -0/+6 |
|
|
* | _max_append(): When adding the string `s' to its own line, it should | Barry Warsaw | 2002-06-28 | 1 | -2/+2 |
|
|
* | Teach this class about "highest-level syntactic breaks" but only for | Barry Warsaw | 2002-06-28 | 1 | -58/+151 |
|
|
* | _split_header(): The code here was terminally broken because it didn't | Barry Warsaw | 2002-06-28 | 1 | -53/+11 |
|
|
* | _parsebody(): Fix for the new message/rfc822 tree structure (the | Barry Warsaw | 2002-06-02 | 1 | -4/+3 |
|
|
* | header_encode(), encode(): Use _floordiv() from the appropriate | Barry Warsaw | 2002-06-02 | 1 | -2/+9 |
|
|
* | Use absolute import paths for intrapackage imports. | Barry Warsaw | 2002-06-02 | 1 | -2/+2 |
|
|
* | Use absolute import paths for intrapackage imports. | Barry Warsaw | 2002-06-02 | 1 | -5/+5 |
|
|
* | Use absolute import paths for intrapackage imports. | Barry Warsaw | 2002-06-02 | 5 | -22/+23 |
|
|
* | flatten(): Renamed from __call__() which is (silently) deprecated. | Barry Warsaw | 2002-06-02 | 1 | -7/+11 |
|
|
* | _intdiv2() -> _floordiv(), merge of uncommitted changes. | Barry Warsaw | 2002-06-02 | 2 | -8/+8 |
|
|
* | Get email test to pass. Barry, hope this is what you had in mind | Neal Norwitz | 2002-06-02 | 2 | -6/+6 |
|
|
* | Bump to version 2.0.5, and also use absolute import paths. | Barry Warsaw | 2002-06-01 | 1 | -3/+3 |
|
|
* | These two classes provide bases for more specific content type | Barry Warsaw | 2002-06-01 | 2 | -0/+54 |
|
|
* | The _compat modules now export _floordiv() instead of _intdiv2() for | Barry Warsaw | 2002-06-01 | 1 | -5/+4 |
|
|
* | Slightly better docstring | Barry Warsaw | 2002-06-01 | 1 | -1/+1 |
|
|
* | _is_unicode(): Use UnicodeType instead of the unicode builtin for | Barry Warsaw | 2002-06-01 | 1 | -1/+3 |
|
|
* | Use floor division where appropriate. | Guido van Rossum | 2002-05-29 | 1 | -2/+2 |
|
|
* | Importing Charset should not fail when Unicode is disabled. (XXX | Guido van Rossum | 2002-05-28 | 1 | -3/+11 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-05-23 | 6 | -27/+27 |
|
|
* | Bump to version 2.0.4 | Barry Warsaw | 2002-05-22 | 1 | -1/+1 |
|
|
* | getaddresses(): Like the change in rfc822.py, this one needs to access | Barry Warsaw | 2002-05-22 | 1 | -1/+1 |
|
|
* | I've thought about it some more, and I believe it is proper for the | Barry Warsaw | 2002-05-19 | 1 | -10/+20 |
|
|
* | Fixed a bug in the splitting of lines, and improved the splitting for | Barry Warsaw | 2002-05-19 | 1 | -11/+29 |
|
|
* | Complete a merge of the mimelib project and the Python cvs codebases | Barry Warsaw | 2002-05-19 | 7 | -45/+168 |
|
|
* | parseaddr(): Don't use rfc822.parseaddr() because this now implies a | Barry Warsaw | 2002-04-15 | 1 | -4/+3 |
|
|
* | AddrlistClass -> AddressList | Barry Warsaw | 2002-04-12 | 1 | -2/+2 |
|
|
* | Sync'ing with standalone email package 2.0.1. This adds support for | Barry Warsaw | 2002-04-10 | 16 | -96/+1438 |
|
|
* | Removed two unused imports. Closes patch #525225. | Barry Warsaw | 2002-03-03 | 1 | -4/+0 |
|
|