cpython/Lib/email
R. David Murray 219d1c8ae3 #1194222: make parsedate always return RFC2822 four character years.
Two character years are now converted to four character years using
the Posix standard rule (<68 == 2000, >=68==1900).  This makes the
parsed date RFC2822 compliant even if the input is not.

Patch and test by Jeffrey Finkelstein.
2010-08-25 00:45:55 +00:00
..
mime
test #1194222: make parsedate always return RFC2822 four character years. 2010-08-25 00:45:55 +00:00
__init__.py
_parseaddr.py #1194222: make parsedate always return RFC2822 four character years. 2010-08-25 00:45:55 +00:00
base64mime.py Issue #4770: Restrict binascii module to accept only bytes (as specified). 2010-07-27 21:20:15 +00:00
charset.py Fix Charset.body_encode to encode to output_charset before calling base64mime. 2010-06-03 01:58:28 +00:00
encoders.py #4768: store base64 encoded email body parts as text, not binary. 2010-06-04 16:11:08 +00:00
errors.py
feedparser.py #1555570: correctly handle a \r\n that is split by the read buffer. 2010-07-17 01:19:57 +00:00
generator.py
header.py #3196: if needed pad a short base64 encoded word before trying to decode. 2010-08-03 22:14:10 +00:00
iterators.py
message.py Issue #4770: Restrict binascii module to accept only bytes (as specified). 2010-07-27 21:20:15 +00:00
parser.py
quoprimime.py
utils.py