summaryrefslogtreecommitdiff
path: root/Lib/test/test__locale.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
* 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-39/+60
* Issue #15164: Change return value of platform.uname() from aLarry Hastings2012-06-241-2/+2
* Fix test__locale on Mac; platform.uname() does not have a structseq-type inte...Georg Brandl2012-06-241-1/+1
* Issue #15118: Change return value of os.uname() and os.times() fromLarry Hastings2012-06-241-1/+1
* Issue #13441: Enable the workaround for Solaris locale bugVictor Stinner2011-12-091-1/+1
* Issue #13441: Skip some locales (e.g. cs_CZ and hu_HU) on Solaris to workaroundVictor Stinner2011-12-091-13/+30
* Issue #13441: Don't test the hu_HU locale on Solaris to workaround a mbstowcs()Victor Stinner2011-12-091-1/+8
* Issue #13441: Log the locale when localeconv() failsVictor Stinner2011-12-081-1/+5
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-4/+4
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-1/+1
* fix test__locale on windows #5643Benjamin Peterson2009-05-051-16/+22
* see if we can get this to work on windowsBenjamin Peterson2009-05-041-8/+16
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-281-2/+2
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Also set LC_CTYPE, to allow localeconv string conversion.Martin v. Löwis2008-03-101-3/+7
* Make test__locale pass. Stupid bug in the original code: used 'is' for '=='.Guido van Rossum2007-05-171-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-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