Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update URLs in comments and metadata to use HTTPS (GH-27458) | Noah Kantrowitz | 2021-07-30 | 1 | -1/+1 |
| | |||||
* | bpo-39930: Ensure vcruntime140.dll is included in all Windows packages ↵ | Steve Dower | 2020-03-11 | 2 | -1/+9 |
| | | | | | (GH-18918) Also adds GitHub CI test for Windows installer changes | ||||
* | Implement Windows release builds in Azure Pipelines (GH-14065) | Steve Dower | 2019-06-14 | 3 | -61/+1 |
| | |||||
* | bpo-32507: Change Windows install to include app-local UCRT (#5119) | Steve Dower | 2018-01-09 | 1 | -3/+3 |
| | |||||
* | bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711) | Stefan Grönke | 2017-09-25 | 1 | -3/+3 |
| | |||||
* | bpo-31340: Change to building with MSVC v141 (included with Visual Studio ↵ | Steve Dower | 2017-09-06 | 2 | -2/+24 |
| | | | | 2017) (#3311) | ||||
* | [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688) | Steve Dower | 2017-07-17 | 1 | -4/+4 |
| | | | Updates ssl and tkinter projects to use pre-built externals | ||||
* | bpo-29579: Removes readme.txt from the installer. (#160) | Steve Dower | 2017-02-19 | 1 | -3/+0 |
| | |||||
* | Issue #27756: Adds new icons for Python files and processes on Windows. ↵ | Steve Dower | 2016-09-05 | 1 | -2/+5 |
| | | | | Designs by Cherry Wang. | ||||
* | Adds missing file to installer. | Steve Dower | 2016-08-16 | 1 | -0/+25 |
| | |||||
* | Issue #27610: Adds PEP 514 metadata to Windows installer | Steve Dower | 2016-07-25 | 6 | -1/+8 |
| | |||||
* | Issue #25450: Updates shortcuts to start Python in installation directory. | Steve Dower | 2015-10-31 | 1 | -1/+2 |
| | |||||
* | Merge Python 3.5.0rc4 back to hg.python.org. | Larry Hastings | 2015-09-09 | 1 | -0/+3 |
|\ | |||||
| * | Issue #25027: Reverts partial-static build options and adds vcruntime140.dll ↵ | Steve Dower | 2015-09-09 | 1 | -0/+3 |
| | | | | | | | | to Windows installation. | ||||
* | | Issue #24910: Windows MSIs now have unique display names. | Steve Dower | 2015-09-05 | 2 | -2/+2 |
|/ | |||||
* | Issue #24585: Enables build-to-build upgrades that preserve settings. | Steve Dower | 2015-07-09 | 2 | -0/+3 |
| | | | | | | Rather than using Burn "Persisted" variables we now add registry keys for each added feature. These can be detected by the installer regardless of which version installed them, and we use this for Modify and Upgrade. In particular, Upgrades can't access the Persisted variables, but can find well-known registry keys. There are also some changes to the bootstrap app to properly handle upgrades. Finally, a few minor improvements to the Windows build to keep things tidier. | ||||
* | Issue 24476: Statically links vcruntime140.dll and removes it from the installer | Steve Dower | 2015-06-19 | 1 | -5/+2 |
| | |||||
* | Enables shortcuts to be deselected when installing on Windows. | Steve Dower | 2015-05-03 | 2 | -3/+9 |
| | |||||
* | Removes unused string resources from Windows installer. | Steve Dower | 2015-02-20 | 1 | -2/+0 |
| | |||||
* | Simplify MSI projects. | Steve Dower | 2015-02-14 | 7 | -54/+82 |
| | |||||
* | Issue #23260: Update Windows installer | Steve Dower | 2015-02-06 | 8 | -0/+230 |