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
encoders.py
errors.py
feedparser.py
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