summaryrefslogtreecommitdiffstats
path: root/Lib/email/Message.py
Commit message (Expand)AuthorAgeFilesLines
* Use absolute import paths for intrapackage imports.Barry Warsaw2002-06-021-5/+5
* Whitespace normalization.Tim Peters2002-05-231-1/+1
* Complete a merge of the mimelib project and the Python cvs codebasesBarry Warsaw2002-05-191-11/+5
* Sync'ing with standalone email package 2.0.1. This adds support forBarry Warsaw2002-04-101-18/+205
* More typo fixes.Barry Warsaw2001-11-241-2/+2
* Docstring typo fix.Greg Ward2001-11-241-1/+1
* 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
* 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-041-1/+1
* Whitespace normalization.Tim Peters2001-10-041-2/+2
* has_key(): Implement in terms of get().Barry Warsaw2001-09-261-33/+58
* The email package version 1.0, prototyped as mimelibBarry Warsaw2001-09-231-0/+422