..
Charset.py
_is_unicode(): Use UnicodeType instead of the unicode builtin for
2002-06-01 03:56:07 +00:00
Encoders.py
Complete a merge of the mimelib project and the Python cvs codebases
2002-05-19 23:44:19 +00:00
Errors.py
Slightly better docstring
2002-06-01 05:45:37 +00:00
Generator.py
flatten(): Renamed from __call__() which is (silently) deprecated.
2002-06-02 19:02:37 +00:00
Header.py
The _compat modules now export _floordiv() instead of _intdiv2() for
2002-06-01 05:49:17 +00:00
Iterators.py
Complete a merge of the mimelib project and the Python cvs codebases
2002-05-19 23:44:19 +00:00
MIMEAudio.py
Docstring typo fix.
2001-11-24 15:49:53 +00:00
MIMEBase.py
Sync'ing with standalone email package 2.0.1. This adds support for
2002-04-10 21:01:31 +00:00
MIMEImage.py
Sync'ing with standalone email package 2.0.1. This adds support for
2002-04-10 21:01:31 +00:00
MIMEMessage.py
Sync'ing with standalone email package 2.0.1. This adds support for
2002-04-10 21:01:31 +00:00
MIMEMultipart.py
These two classes provide bases for more specific content type
2002-06-01 05:59:12 +00:00
MIMENonMultipart.py
These two classes provide bases for more specific content type
2002-06-01 05:59:12 +00:00
MIMEText.py
Sync'ing with standalone email package 2.0.1. This adds support for
2002-04-10 21:01:31 +00:00
Message.py
Whitespace normalization.
2002-05-23 15:15:30 +00:00
Parser.py
I've thought about it some more, and I believe it is proper for the
2002-05-19 23:51:50 +00:00
Utils.py
Whitespace normalization.
2002-05-23 15:15:30 +00:00
__init__.py
Bump to version 2.0.5, and also use absolute import paths.
2002-06-01 06:03:09 +00:00
_compat21.py
_intdiv2() -> _floordiv(), merge of uncommitted changes.
2002-06-02 18:59:06 +00:00
_compat22.py
_intdiv2() -> _floordiv(), merge of uncommitted changes.
2002-06-02 18:59:06 +00:00
base64MIME.py
Use floor division where appropriate.
2002-05-29 20:38:21 +00:00
quopriMIME.py
Whitespace normalization.
2002-05-23 15:15:30 +00:00