summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_locale.py
Commit message (Expand)AuthorAgeFilesLines
* Fix test_locale for platforms without a default thousands separator.Georg Brandl2006-05-181-5/+8
* Patch #1180296: improve locale string formatting functionsGeorg Brandl2006-05-171-2/+23
* Work around test_locale failing on Solaris.Martin v. Löwis2005-12-301-3/+8
* [ 1197218 ] test_locale fix on modern linuxAnthony Baxter2005-06-031-8/+10
* Add a workaround for a problem that UTF-8 strings can be corruptedHye-Shik Chang2004-08-041-0/+35
* Enable some unittests on FreeBSD.Hye-Shik Chang2003-12-191-2/+5
* Whitespace normalization.Tim Peters2003-02-191-1/+1
* Skip this test on MacOSX: the locale support is too minimal to makeJack Jansen2002-12-301-1/+3
* Add getpreferredencoding. Support @euro modifiers. Fixes #554676.Martin v. Löwis2002-11-031-0/+2
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Whitespace normalization.Tim Peters2001-05-021-2/+2
* In order to make this test work on Windows, the test locale has to beGuido van Rossum2001-04-151-2/+7
* Patch #415777: new grouping strategy.Martin v. Löwis2001-04-131-0/+37