..
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
_split_header(): The code here was terminally broken because it didn't
2002-06-28 23:41:42 +00:00
Header.py
__unicode__(): Patch # 541263 by Mikhail Zabaluev, implementation
2002-06-29 03:26:58 +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
Use absolute import paths for intrapackage imports.
2002-06-02 19:05:08 +00:00
MIMEBase.py
Use absolute import paths for intrapackage imports.
2002-06-02 19:05:08 +00:00
MIMEImage.py
Use absolute import paths for intrapackage imports.
2002-06-02 19:05:08 +00:00
MIMEMessage.py
Use absolute import paths for intrapackage imports.
2002-06-02 19:05:08 +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
Use absolute import paths for intrapackage imports.
2002-06-02 19:05:08 +00:00
Message.py
Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133
2002-06-29 05:56:15 +00:00
Parser.py
_parsebody(): Fix for the new message/rfc822 tree structure (the
2002-06-02 19:12:03 +00:00
Utils.py
Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133
2002-06-29 05:58:04 +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
header_encode(), encode(): Use _floordiv() from the appropriate
2002-06-02 19:08:31 +00:00
quopriMIME.py
_max_append(): When adding the string `s' to its own line, it should
2002-06-28 23:48:23 +00:00