summaryrefslogtreecommitdiffstats
path: root/Lib/email
Commit message (Expand)AuthorAgeFilesLines
* _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
* parseaddr(): Don't use rfc822.parseaddr() because this now implies aBarry Warsaw2002-04-151-4/+3
* AddrlistClass -> AddressListBarry Warsaw2002-04-121-2/+2
* Sync'ing with standalone email package 2.0.1. This adds support forBarry Warsaw2002-04-1016-96/+1438
* Removed two unused imports. Closes patch #525225.Barry Warsaw2002-03-031-4/+0
* _parsebody(): When adding subparts to a multipart container, make sureBarry Warsaw2002-01-271-2/+7
* decode(), encode(): Accepting the minor optimizations from SF patchBarry Warsaw2001-12-031-6/+7
* More typo fixes.Barry Warsaw2001-11-241-2/+2
* Docstring typo fix.Greg Ward2001-11-242-2/+2
* formatdate(): Jason Mastaler correctly points out that divmod with aBarry Warsaw2001-11-191-2/+8
* formatdate(): The calculation of the minutes part of the zone wasBarry Warsaw2001-11-191-1/+2
* Forgot to import time.Barry Warsaw2001-11-091-0/+1
* formatdate(): A better docstring.Barry Warsaw2001-11-091-4/+7
* formatdate(): An implementation to replace the one borrowed fromBarry Warsaw2001-11-091-1/+37
* walk(): Fix docstring; traversal is depth-first. Closes mimelib bugBarry Warsaw2001-11-051-1/+1
* A fix for SF bug #472560, extra newlines returned by get_param() whenBarry Warsaw2001-10-251-1/+1
* Another merge from mimelib:Barry Warsaw2001-10-191-0/+2
* Two merges from the mimelib project:Barry Warsaw2001-10-171-4/+35
* typed_subpart_iterator(): When getting the main type use 'text' as theBarry Warsaw2001-10-151-2/+2
* HeaderParser: A new subclass of Parser which only parses the messageBarry Warsaw2001-10-111-0/+16
* An audio/* class, like MIMEImage, contributed by Anthony Baxter.Barry Warsaw2001-10-091-0/+71
* Fix __all__ to the current list of exported modules (must pass theBarry Warsaw2001-10-091-3/+4
* get_all(): We never returned failobj if we found no matching headers.Barry Warsaw2001-10-091-0/+4
* Give me back my page breaks.Barry Warsaw2001-10-0412-22/+22
* Whitespace normalization.Tim Peters2001-10-0412-23/+23
* _parsebody(): Use get_boundary() and get_type().Barry Warsaw2001-09-261-10/+16
* has_key(): Implement in terms of get().Barry Warsaw2001-09-261-33/+58
* __init__(): Arguments major renamed to maintype and minor renamed toBarry Warsaw2001-09-261-3/+3
* Updated docstrings. Also,Barry Warsaw2001-09-261-7/+7
* Image.py and class Image => MIMEImage.py and MIMEImageBarry Warsaw2001-09-264-36/+40