summaryrefslogtreecommitdiffstats
path: root/Lib/email/Utils.py
Commit message (Expand)AuthorAgeFilesLines
* Use absolute import paths for intrapackage imports.Barry Warsaw2002-06-021-2/+2
* Whitespace normalization.Tim Peters2002-05-231-1/+1
* getaddresses(): Like the change in rfc822.py, this one needs to accessBarry Warsaw2002-05-221-1/+1
* Complete a merge of the mimelib project and the Python cvs codebasesBarry Warsaw2002-05-191-1/+18
* 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-101-26/+117
* decode(), encode(): Accepting the minor optimizations from SF patchBarry Warsaw2001-12-031-6/+7
* 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
* Give me back my page breaks.Barry Warsaw2001-10-041-4/+4
* Whitespace normalization.Tim Peters2001-10-041-4/+4
* The email package version 1.0, prototyped as mimelibBarry Warsaw2001-09-231-0/+104