summaryrefslogtreecommitdiff
path: root/Lib/test/test_locale.py
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-20087: Update locale alias mapping with glibc 2.27 supported locale...Serhiy Storchaka2018-05-061-1/+1
* Issue #25742: Try to fix test_locale on WindowsVictor Stinner2015-11-291-8/+8
* Closes #25742: locale.setlocale() now accepts a Unicode string for its secondVictor Stinner2015-11-271-0/+10
* Issue #20079: Fixed tests.Serhiy Storchaka2014-10-021-1/+1
* Issue #20086: Restored the use of locale-independing mapping instead ofSerhiy Storchaka2014-01-171-4/+7
* Issue #20086: Output more details when test_getsetlocale_issue1813 is failed.Serhiy Storchaka2014-01-101-1/+6
* Issue #20027: Fixed locale aliases for devanagari locales.Serhiy Storchaka2013-12-261-0/+14
* Don't use sebTest() in tests for issue #5815.Serhiy Storchaka2013-12-191-2/+1
* Issue #5815: Fixed support for locales with modifiers. Fixed support forSerhiy Storchaka2013-12-191-0/+58
* Issue #1813: backport changeset that reverts a glibc workaround for theStefan Krah2012-02-021-3/+0
* The simplest possible fix for the regression in bug 12752 by encoding unicodesBarry Warsaw2011-08-151-0/+5
* Backport 68b5f87566fbStefan Krah2011-08-021-0/+3
* Issue #1813: Fix codec lookup and setting/getting locales under Turkish locales.Antoine Pitrou2011-07-241-0/+13
* Issue #6656: fix locale.format_string to handle escaped percents and mappings.R. David Murray2010-04-261-0/+20
* Fix for issue #7072Ronald Oussoren2010-04-181-1/+7
* #7419: Fix a crash on Windows in locale.setlocale() when the categoryAmaury Forgeot d'Arc2009-12-011-0/+11
* Fix issue 2522. locale.format now checks that it is passedR. David Murray2009-04-011-0/+14
* fix another nameBenjamin Peterson2009-03-261-1/+1
* fix incorrect auto-translation of TestSkipped -> unittest.SkipTestBenjamin Peterson2009-03-261-3/+3
* remove test_support.TestSkipped and just use unittest.SkipTestBenjamin Peterson2009-03-261-5/+5
* Issue #1222: locale.format() bug when the thousands separator is a space char...Antoine Pitrou2009-03-141-1/+77
* disable some failing tests in test_locale due to a bug in locale.py.Antoine Pitrou2008-07-261-15/+14
* Fix more buildbot failures on test_locale.Antoine Pitrou2008-07-261-5/+10
* try to fix most buildbot failures on test_locale + add a debug output for the...Antoine Pitrou2008-07-261-47/+69
* convert test_locale to unittest, and add a mechanism to override localconv() ...Antoine Pitrou2008-07-251-119/+262
* #3303: fix crash with invalid Py_DECREF in strcoll().Georg Brandl2008-07-191-1/+10
* The locale "En" appears not to be valid on windows underi VisualStudio.2005. ...Kristján Valur Jónsson2007-04-261-1/+1
* 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