History log of /external/python/cpython2/Lib/test/test__locale.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7b9e7ed59f696e4cf9f832c0ee2899ef3f44f9ec 12-Dec-2015 Martin Panter <vadmium+py@gmail.com> Issue #25809: Skip testing platform-dependent French thousands separator
/external/python/cpython2/Lib/test/test__locale.py
637c8e88aba5483b22571b57b17f2ee3be8709fc 08-Jun-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #24299: Fixed test__locale on Solaris.
/external/python/cpython2/Lib/test/test__locale.py
ad9a1ba5043d23f4f48d06eb0ce8237d3cdc75d9 18-Feb-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #23474: Enhanced locale testing.
/external/python/cpython2/Lib/test/test__locale.py
2623a37852153363335956afab010cb0beb7e74e 21-Nov-2010 Ezio Melotti <ezio.melotti@gmail.com> Merged revisions 86596 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line

#9424: Replace deprecated assert* methods in the Python test suite.
........
/external/python/cpython2/Lib/test/test__locale.py
a4f46e129294c686ef1effdd89c459bd9a624e6d 07-Feb-2010 Georg Brandl <georg@python.org> Remove unused imports in test modules.
/external/python/cpython2/Lib/test/test__locale.py
9be5998760bb4a8d013a4d1e6daa9c3cc8d57586 06-Jun-2009 Georg Brandl <georg@python.org> #6206: fix test__locale.
/external/python/cpython2/Lib/test/test__locale.py
fbf63a7dfa128463d5fa4ce7b6e81a6b57438b75 05-Jun-2009 Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> Fix test__locale on windows (Backport of r72365)
/external/python/cpython2/Lib/test/test__locale.py
bec087f29d7dca0aaf8f51be7d7c135e9b84e7f1 26-Mar-2009 Benjamin Peterson <benjamin@python.org> fix incorrect auto-translation of TestSkipped -> unittest.SkipTest
/external/python/cpython2/Lib/test/test__locale.py
888a39b54c4f47ee25d53b157e2c50402627cd0b 26-Mar-2009 Benjamin Peterson <benjamin@python.org> remove test_support.TestSkipped and just use unittest.SkipTest
/external/python/cpython2/Lib/test/test__locale.py
b3af601b221cf9769d4fc714492cd9105a8c383a 16-Jan-2009 Benjamin Peterson <benjamin@python.org> compare with == not is #4946
/external/python/cpython2/Lib/test/test__locale.py
fcfff0a7fa6ece4c806b6e1a0a66b5ce214b9a28 03-Jul-2006 Martin v. Löwis <martin@v.loewis.de> Bug #1417699: Reject locale-specific decimal point in float()
and atof().
/external/python/cpython2/Lib/test/test__locale.py
bb459734550094e9ea85d327afe87dc179b59986 19-Feb-2006 Neal Norwitz <nnorwitz@gmail.com> This fixes test _locale failing on macteagle (Mac OS 10.4 AFAIK).

Google for: eu_ES decimal point
shows that BSD locales had the eu_ES decimal point as
a single quote (') instead of a comma (,).

This was seems to have been fixed 15 months ago, but it's not on our
Mac and presumably others. So skip this broken locale.
/external/python/cpython2/Lib/test/test__locale.py
2dbf2a98f4a7a3a6fd151be019795ff8831d27cc 19-Jan-2006 Brett Cannon <bcannon@gmail.com> Add a more informative error message for test_float_parsing so the failing
locale can be known.
/external/python/cpython2/Lib/test/test__locale.py
24f0fa97c5ed31397f20b094a166de325036e3c2 29-Dec-2005 Fredrik Lundh <fredrik@pythonware.com> SF#1391872

Floating point literals don't work in non-US locale in 2.5. Patch and
new locale tests by Hye-Shik Chang.
/external/python/cpython2/Lib/test/test__locale.py
f8948ca5d73f1cc02550ad6535f94daffd977cea 19-Sep-2005 Skip Montanaro <skip@pobox.com> skip _locale test if OS X < 10.4
/external/python/cpython2/Lib/test/test__locale.py
e94e74a8e10183232cf35e0805da419a247cd9ed 01-Mar-2005 Brett Cannon <bcannon@gmail.com> Make test__locale more fine-grained. Now test localeconv and nl_langinfo
individually as tests.

Also improved output when the test fails.
/external/python/cpython2/Lib/test/test__locale.py
85ae1a69b63451cdcfeb45af699ea0c014971217 08-Sep-2004 Brett Cannon <bcannon@gmail.com> Remove usage of locale.getlocale in favor or setlocale(LC_NUMERIC, None) .
Also added a comment about why the code is bother to see what setlocale thinks
the set locale is.

Closes bug #1023798.
/external/python/cpython2/Lib/test/test__locale.py
2ad68e69b975b1714d3da1cd5e419c8294a5f2c1 07-Sep-2004 Brett Cannon <bcannon@gmail.com> Ported test__locale to unittest.
/external/python/cpython2/Lib/test/test__locale.py
a45cacfc1c4fb2b7b1b5c74e1f6b56d6ca2c9e4c 20-Aug-2004 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/test/test__locale.py
404b06814c1e6d527b6e659a907ca1b15a6eaa28 14-Aug-2004 Johannes Gijsbers <jlg@dds.nl> Reset old locale after running tests. Not doing so broke
test_format/test_unicode in some circumstances (patch #1007539/bug #992078).
/external/python/cpython2/Lib/test/test__locale.py
8d2e08dcdf1519f0eff21aa63ce609a978e2dcf9 19-Dec-2003 Hye-Shik Chang <hyeshik@gmail.com> Enable some unittests on FreeBSD.

test__locale: add typical POSIX-style full locale names.
test_locale: use en_US.US-ASCII on FreeBSD.
/external/python/cpython2/Lib/test/test__locale.py
b7b1db919195346e2f5c7d446887ea9e0eb24364 10-Sep-2003 Jeremy Hylton <jeremy@alum.mit.edu> Oops. Really fix the indentation problem this time.
/external/python/cpython2/Lib/test/test__locale.py
d7fb676023fb952db83fe07b559662a5adac493b 10-Sep-2003 Jeremy Hylton <jeremy@alum.mit.edu> Fix inconsistent mix of tabs and spaces that caused test to fail.
/external/python/cpython2/Lib/test/test__locale.py
f5b93736a2eb5fb44e36379b0c998bdaae69f6ef 04-Sep-2003 Martin v. Löwis <martin@v.loewis.de> Patch #798145: Return correct information from nl_langinfo(RADIXCHAR).
Will backport to 2.3.
/external/python/cpython2/Lib/test/test__locale.py