summaryrefslogtreecommitdiff
path: root/Lib/test/test__locale.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #25809: Skip testing platform-dependent French thousands separatorMartin Panter2015-12-121-1/+3
* Issue #24299: Fixed test__locale on Solaris.Serhiy Storchaka2015-06-081-2/+3
* Issue #23474: Enhanced locale testing.Serhiy Storchaka2015-02-181-4/+28
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-4/+4
* Remove unused imports in test modules.Georg Brandl2010-02-071-1/+1
* #6206: fix test__locale.Georg Brandl2009-06-061-2/+1
* Fix test__locale on windows (Backport of r72365)Hirokazu Yamamoto2009-06-051-4/+18
* fix incorrect auto-translation of TestSkipped -> unittest.SkipTestBenjamin Peterson2009-03-261-2/+2
* remove test_support.TestSkipped and just use unittest.SkipTestBenjamin Peterson2009-03-261-2/+2
* compare with == not is #4946Benjamin Peterson2009-01-161-1/+1
* Bug #1417699: Reject locale-specific decimal point in float()Martin v. Löwis2006-07-031-0/+3
* This fixes test _locale failing on macteagle (Mac OS 10.4 AFAIK).Neal Norwitz2006-02-191-3/+5
* Add a more informative error message for test_float_parsing so the failingBrett Cannon2006-01-191-2/+4
* SF#1391872Fredrik Lundh2005-12-291-0/+12
* skip _locale test if OS X < 10.4Skip Montanaro2005-09-191-0/+6
* Make test__locale more fine-grained. Now test localeconv and nl_langinfoBrett Cannon2005-03-011-9/+56
* Remove usage of locale.getlocale in favor or setlocale(LC_NUMERIC, None) .Brett Cannon2004-09-081-3/+9
* Ported test__locale to unittest.Brett Cannon2004-09-061-26/+34
* Whitespace normalization.Tim Peters2004-08-201-1/+1
* Reset old locale after running tests. Not doing so brokeJohannes Gijsbers2004-08-141-19/+23
* Enable some unittests on FreeBSD.Hye-Shik Chang2003-12-191-1/+2
* Oops. Really fix the indentation problem this time.Jeremy Hylton2003-09-101-13/+13
* Fix inconsistent mix of tabs and spaces that caused test to fail.Jeremy Hylton2003-09-101-5/+4
* Patch #798145: Return correct information from nl_langinfo(RADIXCHAR).Martin v. Löwis2003-09-041-0/+34