]> granicus.if.org Git - python/commit
[3.6] bpo-30450: Improved logic for obtaining dependencies (#2751)
authorSteve Dower <steve.dower@microsoft.com>
Wed, 19 Jul 2017 07:11:08 +0000 (09:11 +0200)
committerGitHub <noreply@github.com>
Wed, 19 Jul 2017 07:11:08 +0000 (09:11 +0200)
commite99d3a52a50b3f836fb9fb88f317aacddd494858
tree3347183e2ddbd4948ac3070d96505ca6a38908f8
parent241c4a28d9fec7f2beffc9cbd21f156999959a9d
[3.6] bpo-30450: Improved logic for obtaining dependencies (#2751)

Adds alternate download approach for nuget.exe
Fall back to git.exe if no Python is found. (#2739)
Also check whether git.exe is on PATH if it will be used.
Add support for HOST_PYTHON variable.
Clear internal environment variables used in find_python.bat
Use HOST_PYTHON as the actual Python if it is recent enough.
Adds HOST_PYTHON variable to AppVeyor configuration
.github/appveyor.yml
Doc/make.bat
PCbuild/build.bat
PCbuild/find_python.bat [new file with mode: 0644]
PCbuild/get_externals.bat
PCbuild/urlretrieve.py [new file with mode: 0644]
Tools/msi/buildrelease.bat
Tools/msi/get_externals.bat