Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-34011: Fixes missing venv files and other tests (GH-9458) | Steve Dower | 2018-09-20 | 1 | -0/+3 |
| | |||||
* | bpo-34217: Use lowercase for windows headers (GH-8472) | Erik Janssens | 2018-08-16 | 1 | -1/+1 |
| | |||||
* | Updated MSI README to mention dependency on .NET 3.5. (GH-8375) | Vinay Sajip | 2018-07-29 | 1 | -0/+8 |
| | |||||
* | Prevent upload script uploading from the wrong directory (GH-7953) | Steve Dower | 2018-06-27 | 1 | -1/+7 |
| | |||||
* | Fixes upload script to always run commands even when previous ones fail ↵ | Steve Dower | 2018-06-12 | 1 | -4/+10 |
| | | | | (GH-7670) | ||||
* | Adds new upload script for Windows releases (GH-7268) | Steve Dower | 2018-05-31 | 1 | -0/+121 |
| | |||||
* | bpo-25427: Remove pyvenv (GH-5962) | Brett Cannon | 2018-04-20 | 1 | -3/+0 |
| | |||||
* | Minor improvements to the Windows build/release process (GH-5935) | Steve Dower | 2018-02-28 | 2 | -0/+5 |
| | |||||
* | bpo-32436: Implement PEP 567 (#5027) | Yury Selivanov | 2018-01-23 | 1 | -1/+1 |
| | |||||
* | bpo-32588: Move _findvs into its own module and add missing _queue module to ↵ | Steve Dower | 2018-01-18 | 1 | -1/+1 |
| | | | | installer (#5227) | ||||
* | bpo-32507: Change Windows install to include app-local UCRT (#5119) | Steve Dower | 2018-01-09 | 10 | -81/+68 |
| | |||||
* | Allows non-critical upload steps to fail (#4742) | Steve Dower | 2017-12-06 | 1 | -3/+3 |
| | |||||
* | bpo-31944: Fixes build and Modify button (#4278) | Steve Dower | 2017-11-04 | 2 | -3/+4 |
| | |||||
* | bpo-31523: Reliability improvements to the Windows build files (#3900) | Steve Dower | 2017-10-05 | 4 | -26/+55 |
| | |||||
* | bpo-31662: Fix typos in uploadrelease.bat script | Anselm Kruis | 2017-10-02 | 1 | -3/+3 |
| | |||||
* | bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711) | Stefan Grönke | 2017-09-25 | 9 | -15/+15 |
| | |||||
* | bpo-31392: Update SSL build for 1.1.0 (#3448) | Steve Dower | 2017-09-09 | 3 | -12/+10 |
| | |||||
* | bpo-31340: Change to building with MSVC v141 (included with Visual Studio ↵ | Steve Dower | 2017-09-06 | 2 | -2/+24 |
| | | | | 2017) (#3311) | ||||
* | Fix build batch files (#2750) | Steve Dower | 2017-07-26 | 3 | -18/+23 |
| | | | | | | | | | | * Enable building MSI, zip and nuget packages when Py_OutDir is set. * Restore the --build option, which got reverted at some point. * Ensure output directory is created. * Enables BuildForDaily and DailyBuildVersion options for nuget package. | ||||
* | [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688) | Steve Dower | 2017-07-17 | 7 | -36/+28 |
| | | | Updates ssl and tkinter projects to use pre-built externals | ||||
* | bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on ↵ | Steve Dower | 2017-06-19 | 3 | -19/+21 |
| | | | | | | vcvarsall.bat (#2252) * Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat Also fixes bdist_wininst.vcxproj to use correct version in generated name. | ||||
* | bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783) | Zachary Ware | 2017-06-16 | 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 | 5 | -534/+534 |
| | | | Updates checked-in line endings on several files. | ||||
* | bpo-29919: Remove unused imports found by pyflakes (#137) | Victor Stinner | 2017-03-27 | 1 | -1/+1 |
| | | | Make also minor PEP8 coding style fixes on modified imports. | ||||
* | Takes vcruntime140.dll from the correct source. (#679) | Steve Dower | 2017-03-16 | 1 | -6/+3 |
| | |||||
* | Fixes the upload script to purge the CDN correctly and display success ↵ | Steve Dower | 2017-03-06 | 1 | -0/+2 |
| | | | | output. (#466) | ||||
* | bpo-27593: Updates Windows build to use information from git (#262) | Steve Dower | 2017-03-04 | 1 | -2/+2 |
| | | | | * bpo-27593: Updates Windows build to use information from git | ||||
* | bpo-29624: Adds purge step and layout test after uploading files. (#258) | Steve Dower | 2017-02-23 | 2 | -10/+53 |
| | |||||
* | bpo-29579: Removes readme.txt from the installer. (#160) | Steve Dower | 2017-02-19 | 1 | -3/+0 |
| | |||||
* | Includes ensurepip and venv packages in nuget package. | Steve Dower | 2017-02-06 | 1 | -2/+11 |
|\ | |||||
| * | Includes ensurepip and venv packages in nuget package. | Steve Dower | 2017-02-06 | 1 | -2/+11 |
| |\ | |||||
| | * | Includes ensurepip and venv packages in nuget package. | Steve Dower | 2017-02-06 | 1 | -2/+11 |
| | | | |||||
* | | | Issue #28783: Replaces bdist_wininst in nuget packages with stub | Steve Dower | 2016-12-11 | 3 | -38/+22 |
|\ \ \ | |/ / | |||||
| * | | Issue #28783: Replaces bdist_wininst in nuget packages with stub | Steve Dower | 2016-12-11 | 3 | -38/+22 |
| |\ \ | | |/ | |||||
| | * | Issue #28783: Replaces bdist_wininst in nuget packages with stub | Steve Dower | 2016-12-11 | 3 | -38/+22 |
| | | | |||||
* | | | Issue #28846: Various installer fixes | Steve Dower | 2016-12-03 | 3 | -7/+9 |
|\ \ \ | |/ / | |||||
| * | | Issue #28846: Various installer fixes | Steve Dower | 2016-12-03 | 3 | -7/+9 |
| |\ \ | | |/ | |||||
| | * | Issue #28846: Various installer fixes | Steve Dower | 2016-12-03 | 3 | -7/+10 |
| | | | |||||
* | | | Issue #28783: Embedded and nuget packages incorrect reference missing ↵ | Steve Dower | 2016-11-23 | 2 | -3/+48 |
|\ \ \ | |/ / | | | | | | | bdist_wininst command. | ||||
| * | | Issue #28783: Embedded and nuget packages incorrect reference missing ↵ | Steve Dower | 2016-11-23 | 2 | -3/+48 |
| |\ \ | | |/ | | | | | | | bdist_wininst command. | ||||
| | * | Issue #28783: Embedded and nuget packages incorrect reference missing ↵ | Steve Dower | 2016-11-23 | 2 | -3/+47 |
| | | | | | | | | | | | | bdist_wininst command. | ||||
* | | | Issue #28573: Missing sys._mercurial info and other build issues. | Steve Dower | 2016-11-22 | 1 | -3/+16 |
|\ \ \ | |/ / | |||||
| * | | Issue #28573: Missing sys._mercurial info and other build issues. | Steve Dower | 2016-11-22 | 1 | -3/+16 |
| | | | |||||
* | | | Issue #28573: Fixes issue with nested if blocks | Steve Dower | 2016-11-15 | 1 | -6/+6 |
|\ \ \ | |/ / | |||||
| * | | Issue #28573: Fixes issue with nested if blocks | Steve Dower | 2016-11-15 | 1 | -6/+6 |
| | | | |||||
* | | | Fixes incorrect merge | Steve Dower | 2016-11-15 | 1 | -5/+0 |
| | | | |||||
* | | | Issue #28573: Avoid setting up env too many times during build | Steve Dower | 2016-11-15 | 1 | -28/+9 |
|\ \ \ | |/ / | |||||
| * | | Issue #28573: Avoid setting up env too many times during build | Steve Dower | 2016-11-15 | 1 | -36/+9 |
| | | | |||||
* | | | Adds missing _asyncio.pyd to installer and generally tidies pyd management. | Steve Dower | 2016-10-29 | 3 | -69/+23 |
|\ \ \ | |/ / | |||||
| * | | Adds missing _asyncio.pyd to installer and generally tidies pyd management. | Steve Dower | 2016-10-29 | 3 | -69/+23 |
| | | |