summaryrefslogtreecommitdiffstats
path: root/PCbuild/find_python.bat
Commit message (Collapse)AuthorAgeFilesLines
* bpo-34267: Update find_python.bat to use 3.7 if available (GH-8552)Steve Dower2018-09-171-2/+2
|
* Improves the ability to build in CI (GH-5728)Steve Dower2018-02-181-3/+3
|
* bpo-30450: Fix logic for retrying nuget.exe download (#2744)Steve Dower2017-07-181-2/+19
| | | | | | | Fix logic for retrying nuget.exe download with Python. 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
* bpo-30450: Adds alternate download approach for nuget.exe (#2737)Steve Dower2017-07-171-1/+2
| | | | | | * bpo-30450: Adds alternate download approach for nuget.exe * Whitespace fix.
* [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688)Steve Dower2017-07-171-0/+57
Updates ssl and tkinter projects to use pre-built externals