Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c4afe2950ab97fb529da99b511036b8a974b1694
/
Lib
/
test
/
test__locale.py
a4f46e1
Remove unused imports in test modules.
by Georg Brandl
· 15 years ago
9be5998
#6206: fix test__locale.
by Georg Brandl
· 16 years ago
fbf63a7
Fix test__locale on windows (Backport of r72365)
by Hirokazu Yamamoto
· 16 years ago
bec087f
fix incorrect auto-translation of TestSkipped -> unittest.SkipTest
by Benjamin Peterson
· 16 years ago
888a39b
remove test_support.TestSkipped and just use unittest.SkipTest
by Benjamin Peterson
· 16 years ago
b3af601
compare with == not is #4946
by Benjamin Peterson
· 16 years ago
fcfff0a
Bug #1417699: Reject locale-specific decimal point in float() and atof().
by Martin v. Löwis
· 19 years ago
bb45973
This fixes test _locale failing on macteagle (Mac OS 10.4 AFAIK).
by Neal Norwitz
· 19 years ago
2dbf2a9
Add a more informative error message for test_float_parsing so the failing
by Brett Cannon
· 19 years ago
24f0fa9
SF#1391872
by Fredrik Lundh
· 19 years ago
f8948ca
skip _locale test if OS X < 10.4
by Skip Montanaro
· 20 years ago
e94e74a
Make test__locale more fine-grained. Now test localeconv and nl_langinfo
by Brett Cannon
· 20 years ago
85ae1a6
Remove usage of locale.getlocale in favor or setlocale(LC_NUMERIC, None) .
by Brett Cannon
· 21 years ago
2ad68e6
Ported test__locale to unittest.
by Brett Cannon
· 21 years ago
a45cacf
Whitespace normalization.
by Tim Peters
· 21 years ago
404b068
Reset old locale after running tests. Not doing so broke
by Johannes Gijsbers
· 21 years ago
8d2e08d
Enable some unittests on FreeBSD.
by Hye-Shik Chang
· 21 years ago
b7b1db9
Oops. Really fix the indentation problem this time.
by Jeremy Hylton
· 22 years ago
d7fb676
Fix inconsistent mix of tabs and spaces that caused test to fail.
by Jeremy Hylton
· 22 years ago
f5b9373
Patch #798145: Return correct information from nl_langinfo(RADIXCHAR).
by Martin v. Löwis
· 22 years ago