summaryrefslogtreecommitdiffstats
path: root/Lib/email/_compat21.py
Commit message (Expand)AuthorAgeFilesLines
* typed_subpart_iterator(): Fix these to use non-deprecated APIs,Barry Warsaw2003-03-261-2/+2
* Python 2.1 doesn't have True and FalseBarry Warsaw2003-03-121-0/+3
* body_line_iterator(): Accept optional decode argument, pass through toBarry Warsaw2003-03-111-3/+6
* Whitespace normalization.Tim Peters2002-12-241-1/+1
* _isstring(): Factor out "stringiness" test, e.g. for StringType orBarry Warsaw2002-09-101-1/+5
* _intdiv2() -> _floordiv(), merge of uncommitted changes.Barry Warsaw2002-06-021-4/+4
* Get email test to pass. Barry, hope this is what you had in mindNeal Norwitz2002-06-021-3/+3
* Complete a merge of the mimelib project and the Python cvs codebasesBarry Warsaw2002-05-191-0/+59