COMMITS
/ Lib/test/test_c_locale_coercion.py May 22, 2026
V
gh-149879: Fix test_c_locale_coercion on Cygwin (#150250)
Victor Stinner committed
September 23, 2025
V
gh-74857, PEP 538: Coerce POSIX locale to UTF-8 based locale (#139238)
Victor Stinner committed
September 6, 2025
R
gh-90548: Allow Alpine/MUSL to pass test_c_locale_coercion. (GH-134454)
R. David Murray committed
March 11, 2024
M
gh-71052: Change Android's `sys.platform` from "linux" to "android"
Malcolm Smith committed
December 22, 2023
R
gh-109989: Fix test_c_locale_coercion when PYTHONIOENCODING is set (#113378)
Ronald Oussoren committed
September 19, 2021
S
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka committed
September 4, 2020
D
bpo-41700: Skip test if the locale is not supported (GH-22081)
Dong-hee Na committed
April 9, 2020
July 2, 2019
J
bpo-37335, test_c_locale_coercion: Remove unnecessary code (GH-14447)
Jakub Kulík committed
July 1, 2019
V
Remove unused imports in tests (GH-14518)
Victor Stinner committed
November 30, 2018
V
bpo-35336: Fix PYTHONCOERCECLOCALE=1 (GH-10806)
Victor Stinner committed
November 21, 2018
V
bpo-35290: Add debug info to test_c_locale_coercion (GH-10631)
Victor Stinner committed
September 19, 2018
V
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-9430)
Victor Stinner committed
September 18, 2018
V
bpo-34589: Add -X coerce_c_locale command line option (GH-9378)
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
December 16, 2017
N
bpo-32002: Refactor C locale coercion tests (GH-4369)
Nick Coghlan committed
V
bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899)
Victor Stinner committed
December 13, 2017
V
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner committed
November 12, 2017
X
bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334)
xdegaye committed
July 15, 2017
N
bpo-30836: fix test_c_locale_coercion on AIX (GH-2713)
Nick Coghlan committed
June 29, 2017
N
bpo-30647: Check nl_langinfo(CODESET) in locale coercion (GH-2374)
Nick Coghlan committed
June 18, 2017
N
bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260)
Nick Coghlan committed
June 15, 2017
N
bpo-28180: Standard stream & FS encoding differ on Mac OS X (GH-2208)
Nick Coghlan committed
June 13, 2017
N
bpo-28180: assume UTF-8 for Mac OS X PEP 538 tests (GH-2130)
Nick Coghlan committed
V
bpo-30635: Fix refleak in test_c_locale_coercion (#2126)
Victor Stinner committed
June 11, 2017
N
bpo-28180: Implementation for PEP 538 (#659)
Nick Coghlan committed