summaryrefslogtreecommitdiffstats
path: root/Lib/test/test__locale.py
Commit message (Expand)AuthorAgeFilesLines
* Skip this test on Darwin. It's skipped on the trunk and is listed asSkip Montanaro2006-01-071-0/+6
* 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