index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_c_locale_coercion.py
Commit message (
Expand
)
Author
Age
*
gh-71052: Change Android's `sys.platform` from "linux" to "android"
Malcolm Smith
2024-03-11
*
gh-109989: Fix test_c_locale_coercion when PYTHONIOENCODING is set (#113378)
Ronald Oussoren
2023-12-22
*
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka
2021-09-19
*
bpo-41700: Skip test if the locale is not supported (GH-22081)
Dong-hee Na
2020-09-04
*
bpo-31904: Fix test_c_locale_coercion encodings for VxWorks RTOS (GH-19448)
pxinwr
2020-04-09
*
bpo-37335, test_c_locale_coercion: Remove unnecessary code (GH-14447)
Jakub KulĂk
2019-07-02
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
*
bpo-35336: Fix PYTHONCOERCECLOCALE=1 (GH-10806)
Victor Stinner
2018-11-30
*
bpo-35290: Add debug info to test_c_locale_coercion (GH-10631)
Victor Stinner
2018-11-21
*
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-...
Victor Stinner
2018-09-19
*
bpo-34589: Add -X coerce_c_locale command line option (GH-9378)
Victor Stinner
2018-09-17
*
Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919)
Victor Stinner
2018-06-26
*
bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)
Victor Stinner
2018-06-22
*
bpo-32002: Refactor C locale coercion tests (GH-4369)
Nick Coghlan
2017-12-16
*
bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899)
Victor Stinner
2017-12-16
*
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner
2017-12-13
*
bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334)
xdegaye
2017-11-12
*
bpo-30836: fix test_c_locale_coercion on AIX (GH-2713)
Nick Coghlan
2017-07-15
*
bpo-30647: Check nl_langinfo(CODESET) in locale coercion (GH-2374)
Nick Coghlan
2017-06-30
*
bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260)
Nick Coghlan
2017-06-18
*
bpo-28180: Standard stream & FS encoding differ on Mac OS X (GH-2208)
Nick Coghlan
2017-06-15
*
bpo-28180: assume UTF-8 for Mac OS X PEP 538 tests (GH-2130)
Nick Coghlan
2017-06-13
*
bpo-30635: Fix refleak in test_c_locale_coercion (#2126)
Victor Stinner
2017-06-13
*
bpo-28180: Implementation for PEP 538 (#659)
Nick Coghlan
2017-06-11