cpython/Lib/email
Barry Warsaw aa79f4d492 formatdate(): An implementation to replace the one borrowed from
rfc822.py.  The old rfc822.formatdate() produced date strings using
obsolete syntax.  The new version produces the preferred RFC 2822
dates.

Also, an optional argument `localtime' is added, which if true,
produces a date relative to the local timezone, with daylight savings
time properly taken into account.
2001-11-09 16:59:56 +00:00
..
__init__.py Fix __all__ to the current list of exported modules (must pass the 2001-10-09 19:14:59 +00:00
Encoders.py Give me back my page breaks. 2001-10-04 17:05:11 +00:00
Errors.py Give me back my page breaks. 2001-10-04 17:05:11 +00:00
Generator.py Another merge from mimelib: 2001-10-19 04:06:39 +00:00
Iterators.py typed_subpart_iterator(): When getting the main type use 'text' as the 2001-10-15 04:38:22 +00:00
Message.py walk(): Fix docstring; traversal is depth-first. Closes mimelib bug 2001-11-05 19:19:55 +00:00
MIMEAudio.py An audio/* class, like MIMEImage, contributed by Anthony Baxter. 2001-10-09 19:41:18 +00:00
MIMEBase.py Give me back my page breaks. 2001-10-04 17:05:11 +00:00
MIMEImage.py Give me back my page breaks. 2001-10-04 17:05:11 +00:00
MIMEMessage.py Give me back my page breaks. 2001-10-04 17:05:11 +00:00
MIMEText.py Give me back my page breaks. 2001-10-04 17:05:11 +00:00
Parser.py HeaderParser: A new subclass of Parser which only parses the message 2001-10-11 15:43:00 +00:00
Utils.py formatdate(): An implementation to replace the one borrowed from 2001-11-09 16:59:56 +00:00