summaryrefslogtreecommitdiffstats
path: root/Lib/email
Commit message (Expand)AuthorAgeFilesLines
* 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
* The email package's tests live much better in a subpackageBarry Warsaw2002-07-1931-0/+1182
* message_from_string(), message_from_file(): The consensus on theBarry Warsaw2002-07-191-2/+2
* Parser.__init__(): The consensus on the mimelib-devel list is thatBarry Warsaw2002-07-191-2/+2
* To better support default content types, fix an API wart, and preserveBarry Warsaw2002-07-191-13/+62
* _structure(): Take an optional `fp' argument which would be the objectBarry Warsaw2002-07-191-3/+7
* _dispatch(): Use the new Message.get_content_type() method as hashedBarry Warsaw2002-07-191-6/+1
* Anthony Baxter's cleanup patch. Python project SF patch # 583190,Barry Warsaw2002-07-182-22/+29
* Anthony Baxter's patch to expose the parser's `strict' flag in theseBarry Warsaw2002-07-181-5/+5
* _structure(): Don't get the whole Content-Type: header, just get theBarry Warsaw2002-07-111-1/+1
* _dispatch(): Comment improvements.Barry Warsaw2002-07-111-3/+3
* make_header(): New function to take the output of decode_header() andBarry Warsaw2002-07-091-6/+45
* Anthony Baxter's patch for non-strict parsing. This adds a `strict'Barry Warsaw2002-07-091-24/+71
* Add the concept of a "default type". Normally the default type isBarry Warsaw2002-07-091-0/+22
* __init__(): Don't attach the subparts if its an empty tuple. If theBarry Warsaw2002-07-091-2/+5
* clone(): A new method for creating a clone of this generator (forBarry Warsaw2002-07-091-27/+24
* __init__(): Be sure to set the default type to message/rfc822.Barry Warsaw2002-07-091-0/+2
* _structure(): A handy little debugging aid that I don't (yet) intendBarry Warsaw2002-07-091-0/+10
* With the addition of Oleg's support for RFC 2231, it's time to bumpBarry Warsaw2002-07-091-1/+1
* append(): Clarify the expected type of charset.Barry Warsaw2002-07-031-1/+2
* Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133Barry Warsaw2002-06-291-0/+57
* Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133Barry Warsaw2002-06-291-7/+27
* __unicode__(): Patch # 541263 by Mikhail Zabaluev, implementationBarry Warsaw2002-06-291-0/+6
* _max_append(): When adding the string `s' to its own line, it shouldBarry Warsaw2002-06-281-2/+2
* Teach this class about "highest-level syntactic breaks" but only forBarry Warsaw2002-06-281-58/+151
* _split_header(): The code here was terminally broken because it didn'tBarry Warsaw2002-06-281-53/+11
* _parsebody(): Fix for the new message/rfc822 tree structure (theBarry Warsaw2002-06-021-4/+3
* header_encode(), encode(): Use _floordiv() from the appropriateBarry Warsaw2002-06-021-2/+9
* Use absolute import paths for intrapackage imports.Barry Warsaw2002-06-021-2/+2
* Use absolute import paths for intrapackage imports.Barry Warsaw2002-06-021-5/+5
* Use absolute import paths for intrapackage imports.Barry Warsaw2002-06-025-22/+23
* flatten(): Renamed from __call__() which is (silently) deprecated.Barry Warsaw2002-06-021-7/+11
* _intdiv2() -> _floordiv(), merge of uncommitted changes.Barry Warsaw2002-06-022-8/+8
* Get email test to pass. Barry, hope this is what you had in mindNeal Norwitz2002-06-022-6/+6
* Bump to version 2.0.5, and also use absolute import paths.Barry Warsaw2002-06-011-3/+3
* These two classes provide bases for more specific content typeBarry Warsaw2002-06-012-0/+54
* The _compat modules now export _floordiv() instead of _intdiv2() forBarry Warsaw2002-06-011-5/+4
* Slightly better docstringBarry Warsaw2002-06-011-1/+1
* _is_unicode(): Use UnicodeType instead of the unicode builtin forBarry Warsaw2002-06-011-1/+3
* Use floor division where appropriate.Guido van Rossum2002-05-291-2/+2
* Importing Charset should not fail when Unicode is disabled. (XXXGuido van Rossum2002-05-281-3/+11
* Whitespace normalization.Tim Peters2002-05-236-27/+27
* Bump to version 2.0.4Barry Warsaw2002-05-221-1/+1
* getaddresses(): Like the change in rfc822.py, this one needs to accessBarry Warsaw2002-05-221-1/+1
* I've thought about it some more, and I believe it is proper for theBarry Warsaw2002-05-191-10/+20
* Fixed a bug in the splitting of lines, and improved the splitting forBarry Warsaw2002-05-191-11/+29
* Complete a merge of the mimelib project and the Python cvs codebasesBarry Warsaw2002-05-197-45/+168