Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-32507: Change Windows install to include app-local UCRT (#5119) | Steve Dower | 2018-01-09 | 1 | -1/+1 |
| | |||||
* | [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688) | Steve Dower | 2017-07-17 | 1 | -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 Ware | 2017-06-15 | 1 | -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 Ware | 2017-06-10 | 1 | -27/+27 |
| | | | Updates checked-in line endings on several files. | ||||
* | Moves Windows installer externals onto SVN and updates the build process to ↵ | Steve Dower | 2015-10-23 | 1 | -0/+27 |
grab them automatically. |