[issue19962] Create a 'python.bat' script to invoke interpreter from source root

2014-04-30 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the up-vote, Tim :) -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue19962] Create a 'python.bat' script to invoke interpreter from source root

2014-04-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset de35f6a3b292 by Zachary Ware in branch 'default': Issue #19962: The Windows build process now creates "python.bat" http://hg.python.org/cpython/rev/de35f6a3b292 -- nosy: +python-dev ___ Python tracker

[issue19962] Create a 'python.bat' script to invoke interpreter from source root

2014-04-16 Thread Tim Golden
Tim Golden added the comment: +1 -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mai

[issue19962] Create a 'python.bat' script to invoke interpreter from source root

2014-03-31 Thread Zachary Ware
Zachary Ware added the comment: This appears to work correctly for PGO builds and x64 builds. Does anyone have any objections to this, or suggestions for improvement? -- versions: +Python 3.5 -Python 3.4 ___ Python tracker

[issue19962] Create a 'python.bat' script to invoke interpreter from source root

2013-12-13 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue19962] Create a 'python.bat' script to invoke interpreter from source root

2013-12-12 Thread Zachary Ware
New submission from Zachary Ware: The attached patch adds a CustomBuildStep to python.vcxproj which creates a 'python.bat' script in the root of the source tree for quicker and easier invocation for testing purposes, and to make the Windows Python developer experience a little closer to the UN