summaryrefslogtreecommitdiff
path: root/Tools/msi/get_externals.bat
Commit message (Collapse)AuthorAgeFilesLines
* bpo-32507: Change Windows install to include app-local UCRT (#5119)Steve Dower2018-01-091-1/+1
|
* [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688)Steve Dower2017-07-171-20/+4
| | | Updates ssl and tkinter projects to use pre-built externals
* bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783)Zachary Ware2017-06-151-19/+99
| | | | | The Windows build now depends on Python 3.6 to fetch externals, but it will be downloaded via NuGet (which is downloaded via PowerShell) if it is not available via `py -3.6`. This means the only thing that must be installed on a modern Windows box to do a full build of CPython with all extensions is Visual Studio. Also fixes an outdated note about _lzma in PCbuild/readme.txt
* bpo-27425: Be more explicit in .gitattributes (GH-840)Zachary Ware2017-06-101-27/+27
| | | Updates checked-in line endings on several files.
* Moves Windows installer externals onto SVN and updates the build process to ↵Steve Dower2015-10-231-0/+27
grab them automatically.