summaryrefslogtreecommitdiffstats
path: root/Lib/email/Message.py
Commit message (Expand)AuthorAgeFilesLines
* Backporting email 2.5.2 fixes.Barry Warsaw2003-05-081-0/+4
* Backporting email 2.5 to Python 2.2 maint branch.Barry Warsaw2003-03-211-13/+31
* Backport email 2.4.2 changes from Python 2.3.Barry Warsaw2002-10-101-4/+6
* Backporting of email 2.4 from Python 2.3. Many newly added modules,Barry Warsaw2002-10-041-107/+447
* 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