History log of /external/python/cpython3/Lib/test/test_email/test_utils.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
53936474aa2e9057ff9fbb33fb641707e79bc3a2 18-Sep-2015 Victor Stinner <victor.stinner@gmail.com> Issue #24836: Skip FormatDateTests of test_email.test_utils on Mac OS X Snow
Leopard because this OS uses out of date (pre 2011k) timezone files.
/external/python/cpython3/Lib/test/test_email/test_utils.py
2080dc97a7d629384a1dfbad9003f3cbd9011911 31-Jul-2015 Robert Collins <rbtcollins@hp.com> Issue #22932: Fix timezones in email.utils.formatdate.

Patch from Dmitry Shachnev.
/external/python/cpython3/Lib/test/test_email/test_utils.py
328cf3cbdfd6b09d4eae496b746e5013291e6aca 15-Nov-2013 Serhiy Storchaka <storchaka@gmail.com> Issue #19590: Use specific asserts in email tests.
/external/python/cpython3/Lib/test/test_email/test_utils.py
6bcc0f1b5161adf0773ebeba77f1d7662aad4f0e 08-May-2013 Ezio Melotti <ezio.melotti@gmail.com> #17877: skip test if the Olson's TZ database is missing.
/external/python/cpython3/Lib/test/test_email/test_utils.py
9d95cbeaf97887beca3bbee36cb5466268bdf8e1 05-Nov-2012 Victor Stinner <victor.stinner@gmail.com> Close #15165: Fix test_email on Windows 64 bits

Use year 1990 instead of year 1970 to avoid issues with negative timestamps.
/external/python/cpython3/Lib/test/test_email/test_utils.py
1f924d21d3f8a7fba3409544abca53a814de15f6 23-Aug-2012 Alexander Belopolsky <alexander.belopolsky@gmail.com> Added test for a bug fixed in issue #665194.
/external/python/cpython3/Lib/test/test_email/test_utils.py
b8687df6532b809f41d77dfc617363d3c093ec88 23-Aug-2012 R David Murray <rdmurray@bitdance.com> #665194: Update email.utils.localtime to use astimezone, and fix bug.

The new code correctly handles historic changes in UTC offsets.
A test for this should follow.

Original patch by Alexander Belopolsky.
/external/python/cpython3/Lib/test/test_email/test_utils.py
d2d521eafdea651de075f987ca80bece033b9b40 26-May-2012 R David Murray <rdmurray@bitdance.com> #665194: Add a localtime function to email.utils.

Without this function people would be tempted to use the other date functions
in email.utils to compute an aware localtime, and those functions are not as
good for that purpose as this code. The code is Alexander Belopolsy's from
his proposed patch for issue 9527, with a fix (and additional tests) by Brian
K. Jones.
/external/python/cpython3/Lib/test/test_email/test_utils.py
875048bd4c95ae90c3e541cad681b11436ce1f3f 20-Jul-2011 R David Murray <rdmurray@bitdance.com> #665194: support roundtripping RFC2822 date stamps in the email.utils module
/external/python/cpython3/Lib/test/test_email/test_utils.py