COMMITS
/ Lib/test/test__locale.py May 22, 2026
V
gh-149879: Fix test__locale on Cygwin (#150248)
Victor Stinner committed
March 19, 2025
R
gh-90548: Make musl test skips smarter (fixes Alpine errors) (#131313)
R. David Murray committed
December 5, 2024
J
GH-126727: Fix test_era_nl_langinfo with Japanese ERAs on Solaris (GH-127327)
Jakub Kulík committed
November 21, 2024
S
gh-126727: Fix locale.nl_langinfo(locale.ERA) (GH-126730)
Serhiy Storchaka committed
October 21, 2024
S
gh-124969: Make locale.nl_langinfo(locale.ALT_DIGITS) returning a string again (GH-125774)
Serhiy Storchaka committed
October 9, 2024
S
gh-124969: Skip the test for ALT_DIGITS also on iOS (#125177)
Serhiy Storchaka committed
S
gh-124969: Fix locale.nl_langinfo(locale.ALT_DIGITS) (GH-124974)
Serhiy Storchaka committed
October 8, 2024
S
gh-69998: Fix decoding error in locale.nl_langinfo() (GH-124963)
Serhiy Storchaka committed
May 16, 2022
C
gh-90473: Skip tests that don't apply to Emscripten and WASI (GH-92846)
Christian Heimes committed
April 22, 2022
I
gh-91156: Use `locale.getencoding()` instead of getpreferredencoding (GH-91732)
Inada Naoki committed
March 17, 2022
C
bpo-40280: Skip more tests on Emscripten (GH-31947)
Christian Heimes committed
October 20, 2020
T
bpo-38324: Fix test__locale.py Windows failures (GH-20529)
TIGirardi committed
December 9, 2019
T
bpo-39009: Fix typo in test__locale (GH-17544)
Tim Gates committed
April 24, 2016
S
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka committed
December 12, 2015
M
Issue #25809: Skip testing platform-dependent French thousands separator
Martin Panter committed
June 8, 2015
S
Issue #24299: Fixed test__locale on Solaris.
Serhiy Storchaka committed
February 18, 2015
S
Issue #23474: Enhanced locale testing.
Serhiy Storchaka committed
June 24, 2012
L
Issue #15164: Change return value of platform.uname() from a
Larry Hastings committed
G
Fix test__locale on Mac; platform.uname() does not have a structseq-type interface (yet).
Georg Brandl committed
L
Issue #15118: Change return value of os.uname() and os.times() from
Larry Hastings committed
December 9, 2011
V
Issue #13441: Enable the workaround for Solaris locale bug
Victor Stinner committed
V
Issue #13441: Skip some locales (e.g. cs_CZ and hu_HU) on Solaris to workaround
Victor Stinner committed
V
Issue #13441: Don't test the hu_HU locale on Solaris to workaround a mbstowcs()
Victor Stinner committed
December 8, 2011
V
Issue #13441: Log the locale when localeconv() fails
Victor Stinner committed
November 21, 2011
V
Issue #13441: Reenable strxfrm() tests on Solaris
Victor Stinner committed
V
Issue #13441: Disable temporary localeconv() tests on Solaris
Victor Stinner committed
November 20, 2010
E
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti committed
March 14, 2010
G
Merged revisions 78093 via svnmerge from
Georg Brandl committed
May 5, 2009
B
fix test__locale on windows #5643
Benjamin Peterson committed
May 4, 2009
B
see if we can get this to work on windows
Benjamin Peterson committed
March 28, 2009
B
Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from
Benjamin Peterson committed
May 20, 2008
B
#2621 rename test.test_support to test.support
Benjamin Peterson committed
March 10, 2008
M
Also set LC_CTYPE, to allow localeconv string conversion.
Martin v. Löwis committed
May 17, 2007
G
Make test__locale pass. Stupid bug in the original code: used 'is' for '=='.
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
February 19, 2006
N
This fixes test _locale failing on macteagle (Mac OS 10.4 AFAIK).
Neal Norwitz committed
January 19, 2006
B
Add a more informative error message for test_float_parsing so the failing
Brett Cannon committed
December 29, 2005
F
SF#1391872
Fredrik Lundh committed
September 19, 2005
S
skip _locale test if OS X < 10.4
Skip Montanaro committed
March 1, 2005
B
Make test__locale more fine-grained. Now test localeconv and nl_langinfo
Brett Cannon committed
September 8, 2004
B
Remove usage of locale.getlocale in favor or setlocale(LC_NUMERIC, None) .
Brett Cannon committed
September 6, 2004
B
Ported test__locale to unittest.
Brett Cannon committed
August 20, 2004
T
Whitespace normalization.
Tim Peters committed
August 14, 2004
J
Reset old locale after running tests. Not doing so broke
Johannes Gijsbers committed
December 19, 2003
H
Enable some unittests on FreeBSD.
Hye-Shik Chang committed
September 10, 2003
J
Oops. Really fix the indentation problem this time.
Jeremy Hylton committed
J
Fix inconsistent mix of tabs and spaces that caused test to fail.
Jeremy Hylton committed
September 4, 2003
M
Patch #798145: Return correct information from nl_langinfo(RADIXCHAR).
Martin v. Löwis committed