[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2019-07-26 Thread Steve Dower
Steve Dower added the comment: This appears to be completely resolved now, but if it's not, please ping with the details and we'll reopen. -- stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2019-04-09 Thread Lorenz Mende
Change by Lorenz Mende : -- pull_requests: +12669 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2018-12-21 Thread Vinay Sajip
Vinay Sajip added the comment: See also bpo-35558. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2018-11-08 Thread Steve Dower
Steve Dower added the comment: That error is a bug in the test, but it only shows up on an error path anyway. Without removing the extra None we don't get to see the actual error output. I can't look into this over the next week or two, but a quick glance at the original PR looks like a lot

[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2018-11-08 Thread STINNER Victor
STINNER Victor added the comment: Pablo Galindo reverted the change because it broke Windows buildbots, and we have a policy to revert a change breaking buildbots if the regression cannot be fixed "quickly" event: https://pythondev.readthedocs.io/ci.html#revert-on-fail Is someone working on

[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2018-11-07 Thread miss-islington
miss-islington added the comment: New changeset 3ba5e253de1a52e9692aa645c95072705f08b7bb by Miss Islington (bot) in branch '3.7': Revert "bpo-32409: Fix regression in activate.bat on international Windows (GH-10295)" (GH-10403)

[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2018-11-07 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 6843ffe4533e9f2cde036296fd932fef6f059687 by Pablo Galindo in branch 'master': Revert "bpo-32409: Fix regression in activate.bat on international Windows (GH-10295)" (GH-10403)

[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2018-11-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +9689 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2018-11-07 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- pull_requests: +9688 stage: resolved -> patch review ___ Python tracker ___ ___

[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2018-11-07 Thread Martin Bijl-Schwab
Martin Bijl-Schwab added the comment: I will have a look. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2018-11-07 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: This commit broke a lot of the Windows buildbots: https://buildbot.python.org/all/#/builders/32/builds/1707 https://buildbot.python.org/all/#/builders/113/builds/733 https://buildbot.python.org/all/#/builders/40/builds/1137

[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2018-11-07 Thread Vinay Sajip
Vinay Sajip added the comment: New changeset 881e273c795f2f5154b8afebfa299f0e830f3712 by Vinay Sajip (Miss Islington (bot)) in branch '3.7': bpo-32409: Fix regression in activate.bat on international Windows (GH-10295) (GH-10377)

[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2018-11-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +9679 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2018-11-07 Thread Vinay Sajip
Vinay Sajip added the comment: New changeset c64583b6d3e8516a8cd2b5f84fc1e300bfac2206 by Vinay Sajip (samstagern) in branch 'master': bpo-32409: Fix regression in activate.bat on international Windows (GH-10295)

[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2018-11-02 Thread Martin Bijl-Schwab
Martin Bijl-Schwab added the comment: I meant https://bugs.python.org/issue35148 -- ___ Python tracker ___ ___ Python-bugs-list

[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2018-11-02 Thread Martin Bijl-Schwab
Martin Bijl-Schwab added the comment: it does not work as expected on swiss german (and likely other internationalised) windows systems. See https://bugs.python.org/issue32409 -- nosy: +Martin Bijl-Schwab ___ Python tracker

[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2018-11-02 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +9604 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2018-02-19 Thread Steve Dower
Steve Dower added the comment: New changeset 8e149ff481acbb3889c825b8bf7b10aa191f09a7 by Steve Dower (Miss Islington (bot)) in branch '3.6': bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5766)

[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2018-02-19 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2018-02-19 Thread Steve Dower
Steve Dower added the comment: New changeset a3d6c1b23b8a49b5003fdbd115d3598fe3d4c4bf by Steve Dower (Miss Islington (bot)) in branch '3.7': bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5765)

[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2018-02-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +5545 ___ Python tracker ___

[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2018-02-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +5543, 5544 ___ Python tracker ___

[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2018-02-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +5543 ___ Python tracker ___

[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2018-02-19 Thread Steve Dower
Steve Dower added the comment: New changeset 6240917b773b52f8883387b9e3a5f327a4372068 by Steve Dower in branch 'master': bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5757)

[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2018-02-19 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +5535 stage: needs patch -> patch review ___ Python tracker ___

[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2018-02-19 Thread Steve Dower
Steve Dower added the comment: Eryk's solution seems to be best, so I'll add that. -- assignee: -> steve.dower versions: +Python 3.8 ___ Python tracker

[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2017-12-22 Thread Eryk Sun
Eryk Sun added the comment: The CMD shell decodes batch scripts using the attached console's output codepage, which defaults to OEM. OTOH, venv writes the replacement values for the template activate.bat as UTF-8 (codepage 65001), which is correct and should not be