[issue41069] Use non-ascii file names in tests by default

2020-06-25 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.9 ___ Python tracker ___ __

[issue41069] Use non-ascii file names in tests by default

2020-06-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset f925407a19eeb9bf5f7640143979638adce2c677 by Serhiy Storchaka in branch '3.9': [3.9] bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters. (GH-21035). (GH-21156) https://github.com/python/cpython/commit/f925407a19eeb9bf

[issue41069] Use non-ascii file names in tests by default

2020-06-25 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +20315 pull_request: https://github.com/python/cpython/pull/21156 ___ Python tracker ___

[issue41069] Use non-ascii file names in tests by default

2020-06-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 700cfa8c90a90016638bac13c4efd03786b2b2a0 by Serhiy Storchaka in branch 'master': bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters. (GH-21035) https://github.com/python/cpython/commit/700cfa8c90a90016638bac13c4efd03

[issue41069] Use non-ascii file names in tests by default

2020-06-25 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- dependencies: +test_peg_generator fails on non-UTF-8 locale, test_warnings fails on non-Western locales ___ Python tracker ___

[issue41069] Use non-ascii file names in tests by default

2020-06-25 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- dependencies: +test_bdb fails on non-UTF-8 locale ___ Python tracker ___ ___ Python-bugs-list mailin

[issue41069] Use non-ascii file names in tests by default

2020-06-23 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- dependencies: +Audit does not work with non-ASCII data on non-UTF-8 locale ___ Python tracker ___ __

[issue41069] Use non-ascii file names in tests by default

2020-06-22 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- dependencies: +msilib does not work correctly with non-ASCII names ___ Python tracker ___ ___ Python

[issue41069] Use non-ascii file names in tests by default

2020-06-22 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- dependencies: +zipfile: read after write fails for non-ascii files ___ Python tracker ___ ___ Python

[issue41069] Use non-ascii file names in tests by default

2020-06-21 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +20206 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21035 ___ Python tracker ___

[issue41069] Use non-ascii file names in tests by default

2020-06-21 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : The following PR increases coverage of tests by making some paths non-ascii: 1. test.support.TESTFN now contains non-ascii characters if possible. 2. The temporary directory used as current working directory in tests also contains non-ascii characters if