[issue42336] Make PCbuild/build.bat build x64 by default

2020-11-20 Thread Steve Dower
Steve Dower added the comment: We also updated the buildbot config to use the new options. -- assignee: -> steve.dower resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue42336] Make PCbuild/build.bat build x64 by default

2020-11-18 Thread Ned Deily
Ned Deily added the comment: New changeset 9ae1742bdf85dc78788ae2d68ab5b02f67f69eb3 by Steve Dower in branch '3.7': [3.7] bpo-42336: Improve PCbuild batch files (GH-23325) (GH-23373) https://github.com/python/cpython/commit/9ae1742bdf85dc78788ae2d68ab5b02f67f69eb3 -- nosy: +ned.deil

[issue42336] Make PCbuild/build.bat build x64 by default

2020-11-18 Thread miss-islington
miss-islington added the comment: New changeset 37f6fe2c935a57cd1bd42c773aba255d8134cb61 by Miss Islington (bot) in branch '3.9': bpo-42336: Improve PCbuild batch files (GH-23275) https://github.com/python/cpython/commit/37f6fe2c935a57cd1bd42c773aba255d8134cb61 -- _

[issue42336] Make PCbuild/build.bat build x64 by default

2020-11-18 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +22266 pull_request: https://github.com/python/cpython/pull/23373 ___ Python tracker ___ _

[issue42336] Make PCbuild/build.bat build x64 by default

2020-11-18 Thread Steve Dower
Steve Dower added the comment: New changeset 8b1f4cc4644869812ff7f210a7fcbe872d88846e by Steve Dower in branch '3.8': bpo-42336: Improve PCbuild batch files (GH-23325) https://github.com/python/cpython/commit/8b1f4cc4644869812ff7f210a7fcbe872d88846e -- _

[issue42336] Make PCbuild/build.bat build x64 by default

2020-11-18 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +22265 pull_request: https://github.com/python/cpython/pull/23372 ___ Python tracker _

[issue42336] Make PCbuild/build.bat build x64 by default

2020-11-18 Thread Steve Dower
Steve Dower added the comment: New changeset 2156d964a12285280c533af1c96eb273c58451e6 by Steve Dower in branch 'master': bpo-42336: Improve PCbuild batch files (GH-23275) https://github.com/python/cpython/commit/2156d964a12285280c533af1c96eb273c58451e6 -- __

[issue42336] Make PCbuild/build.bat build x64 by default

2020-11-16 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +22215 pull_request: https://github.com/python/cpython/pull/23325 ___ Python tracker ___ _

[issue42336] Make PCbuild/build.bat build x64 by default

2020-11-13 Thread Steve Dower
Steve Dower added the comment: I hope you'll find that PR suitable ambitious :) It would really be nice to have proper Powershell scripts for these, but that would be a more significant rewrite (and probably require changing argument names...). I'm not *that* ambitious. --

[issue42336] Make PCbuild/build.bat build x64 by default

2020-11-13 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +22171 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23275 ___ Python tracker ___

[issue42336] Make PCbuild/build.bat build x64 by default

2020-11-12 Thread Tim Peters
Tim Peters added the comment: +1. If you're feeling more ambitious, it would also be good to change build.bat and rt.bat to use the same "which platform?" spellings and with the same defaults. -- nosy: +tim.peters ___ Python tracker

[issue42336] Make PCbuild/build.bat build x64 by default

2020-11-12 Thread Steve Dower
New submission from Steve Dower : Now that the 64-bit download is the default on python.org, we should make the build command default to 64-bit as well. This should only affect contributors, so should be non-controversial. But we should add a "-x86" option to the batch file as well.