| .. |
|
__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 |
|
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 |
|
Message.py
|
Use absolute import paths for intrapackage imports.
|
2002-06-02 19:05:51 +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 |
|
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 |
|
quopriMIME.py
|
Whitespace normalization.
|
2002-05-23 15:15:30 +00:00 |
|
Utils.py
|
Whitespace normalization.
|
2002-05-23 15:15:30 +00:00 |