COMMITS
/ Lib/test/test_locale.py May 11, 2026
G
December 23, 2025
V
gh-130796: Undeprecate locale.getdefaultlocale() (#143069)
Victor Stinner committed
September 29, 2025
S
gh-130567: Enable previously skipped locale tests on FreeBSD and macOS (GH-138652)
Serhiy Storchaka committed
August 18, 2025
S
gh-137729: Fix support for locales with @-modifiers (GH-137253)
Serhiy Storchaka committed
August 1, 2025
S
gh-137273: Fix debug assertion failure in locale.setlocale() on Windows (GH-137300)
Serhiy Storchaka committed
June 10, 2025
S
gh-133967: Do not normalize locale name 'C.UTF-8' to 'en_US.UTF-8' (#135347)
Serhiy Storchaka committed
May 5, 2025
D
gh-118761: Add test_lazy_import for more modules (#133057)
Daniel Hollas committed
March 19, 2025
R
gh-90548: Make musl test skips smarter (fixes Alpine errors) (#131313)
R. David Murray committed
March 16, 2025
B
March 13, 2025
V
gh-131152: Remove unused imports from tests (part 2) (#131154)
Victor Stinner committed
January 15, 2025
Y
gh-128438: Use `EnvironmentVarGuard` for `test_{builtin,io,locale}.py` (#128476)
Yan Yanchii committed
September 16, 2024
F
GH-124108: Skip test_locale.test_strcoll_with_diacritic() on NetBSD (#124110)
Furkan Onder committed
June 6, 2023
V
gh-104783: locale.getencoding() fallback uses FS encoding (#105381)
Victor Stinner committed
June 26, 2022
V
gh-94226: Remove the locale.format() function (#94229)
Victor Stinner 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
February 22, 2022
V
bpo-46659: Deprecate locale.getdefaultlocale() (GH-31206)
Victor Stinner committed
October 6, 2021
C
Fix typos in the Lib directory (GH-28775)
Christian Clauss committed
April 12, 2021
C
bpo-34311: Add locale.localize (GH-15275)
Cédric Krier committed
March 31, 2021
V
bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (#25110)
Victor Stinner committed
July 9, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21412)
Hai Shi committed
January 20, 2020
I
bpo-38536: locale: Remove trailing space in formatted currency (GH-16864)
Inada Naoki committed
August 29, 2019
R
bpo-18378: Recognize "UTF-8" as a valid name in locale._parse_localename (GH-14736)
Ronald Oussoren committed
July 1, 2019
V
Remove unused imports in tests (GH-14518)
Victor Stinner committed
June 26, 2018
V
Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919)
Victor Stinner committed
June 22, 2018
V
bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)
Victor Stinner committed
May 6, 2018
S
bpo-20087: Update locale alias mapping with glibc 2.27 supported locales. (ПР-6708)
Serhiy Storchaka committed
June 28, 2017
S
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
Serhiy Storchaka committed
April 4, 2017
V
bpo-29972: Skip tests known to fail on AIX (#979)
Victor Stinner committed
April 3, 2017
V
test_locale now ignores the DeprecationWarning (#977)
Victor Stinner committed
March 28, 2017
G
bpo-10379: add 'monetary' to format_string, deprecate format
Garvit Khatri committed
March 20, 2017
B
bpo-20087: Revert "make the glibc alias table take precedence over the X11 one (#422)" (#713)
Benjamin Peterson committed
March 8, 2017
B
make the glibc alias table take precedence over the X11 one (#422)
Benjamin Peterson committed
December 19, 2016
X
Issue #28996: Skip two tests that fail on Android with the locale strcoll() and
Xavier de Gaye committed
February 18, 2015
S
Issue #23474: Enhanced locale testing.
Serhiy Storchaka committed
S
Issue #23474: Enhanced locale testing.
Serhiy Storchaka committed
October 23, 2014
A
Issue #13918: Provide a locale.delocalize() function which can remove
Antoine Pitrou committed
October 2, 2014
S
Issue #20079: Fixed tests.
Serhiy Storchaka committed
December 26, 2013
S
Issue #20046: Locale alias table no longer contains entities which can be
Serhiy Storchaka committed
S
Issue #20027: Fixed locale aliases for devanagari locales.
Serhiy Storchaka committed
S
Issue #20027: Fixed locale aliases for devanagari locales.
Serhiy Storchaka committed
December 19, 2013
S
Don't use sebTest() in tests for issue #5815.
Serhiy Storchaka committed
S
Issue #5815: Fixed support for locales with modifiers. Fixed support for
Serhiy Storchaka committed
S
Issue #5815: Fixed support for locales with modifiers. Fixed support for
Serhiy Storchaka committed
July 17, 2013
S
Issue #17767: test_locale now works with unittest test discovery.
Serhiy Storchaka committed
June 24, 2012
L
Issue #15118: Change return value of os.uname() and os.times() from
Larry Hastings committed
February 2, 2012
S
Issue #1813: merge changeset that reverts a glibc workaround for the
Stefan Krah committed
S
Issue #1813: Revert workaround for a glibc bug on the Fedora buildbot.
Stefan Krah committed
November 21, 2011
V
Issue #13441: Reenable strxfrm() tests on Solaris
Victor Stinner committed