cpython/Lib/email
Barry Warsaw 08c82b8086 openfile(): Go back to opening the files in text mode. This undoes
the change in revision 1.11 (test_email.py) in response to SF bug
#609988.  We now think that was the wrong fix and that WinZip was the
real culprit there.
2002-10-07 17:27:55 +00:00
..
test openfile(): Go back to opening the files in text mode. This undoes 2002-10-07 17:27:55 +00:00
Charset.py Docstring consistency with the updated .tex files. 2002-10-01 00:05:24 +00:00
Encoders.py Docstring consistency with the updated .tex files. 2002-10-01 00:05:24 +00:00
Errors.py Slightly better docstring 2002-06-01 05:45:37 +00:00
Generator.py Use True/False everywhere. 2002-09-28 18:04:55 +00:00
Header.py Docstring consistency with the updated .tex files. 2002-09-30 23:07:35 +00:00
Iterators.py _structure(): Swap fp and level arguments. 2002-10-01 00:51:47 +00:00
MIMEAudio.py Docstring consistency with the updated .tex files. 2002-09-30 21:29:10 +00:00
MIMEBase.py Use absolute import paths for intrapackage imports. 2002-06-02 19:05:08 +00:00
MIMEImage.py Docstring consistency with the updated .tex files. 2002-09-30 22:15:00 +00:00
MIMEMessage.py __init__(): Be sure to set the default type to message/rfc822. 2002-07-09 02:40:35 +00:00
MIMEMultipart.py Docstring consistency with the updated .tex files. 2002-09-30 21:24:00 +00:00
MIMENonMultipart.py Add a pychecker suppression. 2002-09-28 20:25:15 +00:00
MIMEText.py Docstring consistency with the updated .tex files. 2002-10-01 00:52:27 +00:00
Message.py __contains__(): Change the second argument to `name' for consistency. 2002-09-30 18:17:35 +00:00
Parser.py _parsebody(): Use get_content_type() instead of the deprecated 2002-10-07 17:27:35 +00:00
Utils.py Docstring consistency with the updated .tex files. 2002-10-01 00:44:13 +00:00
__init__.py Bump the version to 2.4.1 (not 2.5 as previously mentioned) to sync it 2002-10-07 17:20:25 +00:00
_compat21.py _isstring(): Factor out "stringiness" test, e.g. for StringType or 2002-09-10 16:09:06 +00:00
_compat22.py _isstring(): Factor out "stringiness" test, e.g. for StringType or 2002-09-10 16:09:06 +00:00
base64MIME.py Use True/False everywhere, and other code cleanups. 2002-09-28 21:02:51 +00:00
quopriMIME.py Use True/False everywhere, and other code cleanups. 2002-09-28 21:02:51 +00:00