cpython/Lib/email
2004-10-12 21:51:32 +00:00
..
test Added a usegmt flag to email.Utils.formatdate - this allows it to be 2004-10-11 13:53:08 +00:00
__init__.py All known bugs are closed, and Python 2.4b1 is coming out soon, so bump 2004-10-09 23:01:11 +00:00
_parseaddr.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
base64MIME.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
Charset.py __init__(): Coerce the input_charset to unicode (with ascii encoding) before 2004-10-09 21:08:30 +00:00
Encoders.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
Errors.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
FeedParser.py Fix SF bug # 1030941. In _parsegen(), in the clause where we're 2004-10-09 23:00:11 +00:00
Generator.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
Header.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
Iterators.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
Message.py as_string(): Indicate that this mangles From_ lines. 2004-10-03 03:38:07 +00:00
MIMEAudio.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
MIMEBase.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
MIMEImage.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
MIMEMessage.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
MIMEMultipart.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
MIMENonMultipart.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
MIMEText.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
Parser.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
quopriMIME.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
Utils.py Whitespace normalization. 2004-10-12 21:51:32 +00:00