| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement Windows release builds in Azure Pipelines (GH-14065) | Steve Dower | 2019-06-14 | 1 | -1/+1 |
|
|
* | bpo-34977: Add Windows App Store package (GH-11027) | Steve Dower | 2018-12-11 | 1 | -4/+9 |
|
|
* | Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019) | Victor Stinner | 2018-12-07 | 1 | -9/+4 |
|
|
* | bpo-34977: Add Windows App Store package (GH-10245) | Steve Dower | 2018-12-07 | 1 | -4/+9 |
|
|
* | bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711) | Stefan Grönke | 2017-09-25 | 1 | -1/+1 |
|
|
* | Fix build batch files (#2750) | Steve Dower | 2017-07-26 | 1 | -3/+4 |
|
|
* | [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688) | Steve Dower | 2017-07-17 | 1 | -3/+0 |
|
|
* | bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvars... | Steve Dower | 2017-06-19 | 1 | -7/+8 |
|
|
* | bpo-27425: Be more explicit in .gitattributes (GH-840) | Zachary Ware | 2017-06-10 | 1 | -235/+235 |
|
|
* | bpo-27593: Updates Windows build to use information from git (#262) | Steve Dower | 2017-03-04 | 1 | -2/+2 |
|
|
* | Issue #28846: Various installer fixes | Steve Dower | 2016-12-03 | 1 | -4/+4 |
|\ |
|
| * | Issue #28846: Various installer fixes | Steve Dower | 2016-12-03 | 1 | -4/+4 |
| |\ |
|
| | * | Issue #28846: Various installer fixes | Steve Dower | 2016-12-03 | 1 | -3/+4 |
|
|
* | | | 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 |
|
|
* | | | Merge from 3.6 | Steve Dower | 2016-10-27 | 1 | -7/+24 |
|\ \ \
| |/ / |
|
| * | | Merge from 3.5 | Steve Dower | 2016-10-27 | 1 | -7/+24 |
| |\ \
| | |/ |
|
| | * | Updates release build to collect symbols and binaries, and create nuget package. | Steve Dower | 2016-10-27 | 1 | -7/+23 |
|
|
| | * | Issue #28110: launcher.msi has different product codes between 32-bit and 64-bit | Steve Dower | 2016-09-17 | 1 | -3/+4 |
|
|
* | | | Fix launcher.msi from rebuilding during release build. | Steve Dower | 2016-10-10 | 1 | -1/+8 |
|\ \ \
| |/ / |
|
| * | | Fix launcher.msi from rebuilding during release build. | Steve Dower | 2016-10-10 | 1 | -1/+8 |
|
|
* | | | Fixes bad merge for issue #28110 | Steve Dower | 2016-09-17 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Fixes bad merge for issue #28110 | Steve Dower | 2016-09-17 | 1 | -0/+1 |
|
|
* | | | Remove pybench microbenchmark | Victor Stinner | 2016-09-13 | 1 | -7/+4 |
|/ / |
|
* | | Make PGO use usual build directory on Windows. | Steve Dower | 2016-09-12 | 1 | -8/+1 |
|
|
* | | Prevent PGO build for x86 releases. | Steve Dower | 2016-09-09 | 1 | -0/+1 |
|
|
* | | Adds test.support.PGO and skips tests that are not useful for PGO. | Steve Dower | 2016-09-07 | 1 | -3/+5 |
|/ |
|
* | Fixes unnecessary rebuild when building Windows releases with PGO | Steve Dower | 2016-05-17 | 1 | -1/+1 |
|
|
* | Moves Windows installer externals onto SVN and updates the build process to g... | Steve Dower | 2015-10-23 | 1 | -3/+5 |
|
|
* | Enabled --pgo option for building 64-bit PGO enabled releases. | Steve Dower | 2015-10-14 | 1 | -8/+53 |
|
|
* | Improves support for building unofficial versions of the Windows installer. | Steve Dower | 2015-10-01 | 1 | -14/+29 |
|
|
* | Issue #25027: Reverts partial-static build options and adds vcruntime140.dll ... | Steve Dower | 2015-09-09 | 1 | -1/+1 |
|
|
* | Replaces use of WinRAR to generate ZIP file with Python script | Steve Dower | 2015-05-03 | 1 | -8/+1 |
|
|
* | Generates and signs a self-extracting executable containing an embedded Python. | Steve Dower | 2015-04-14 | 1 | -0/+9 |
|
|
* | Closes #17202: Merge with 3.4 | Zachary Ware | 2015-04-13 | 1 | -163/+163 |
|
|
* | Add scripts for uploading Windows builds to a Linux server using pscp | Steve Dower | 2015-03-05 | 1 | -0/+1 |
|
|
* | Improve Windows release scripts | Steve Dower | 2015-02-08 | 1 | -14/+37 |
|
|
* | Adds automated test script for the Windows installer and fixes download URL | Steve Dower | 2015-02-07 | 1 | -0/+6 |
|
|
* | Require Mercurial on PATH when building a Windows release. | Steve Dower | 2015-02-06 | 1 | -0/+3 |
|
|
* | Issue #23260: Update Windows installer | Steve Dower | 2015-02-06 | 1 | -0/+131 |
|
|