Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-41412 and bpo-40948: Windows installer updates (GH-21656) | Miss Islington (bot) | 2020-07-28 | 1 | -2/+2 |
| | | | | | | | | Prevent installation on Windows 8 and earlier. Download UCRT on demand when required (non-updated Windows 8.1 only) Add reference to py launcher to post-install message (cherry picked from commit 37a06cbe5c17c2aa6ad938339fd42531a8a0bea0) Co-authored-by: Steve Dower <steve.dower@python.org> | ||||
* | bpo-32507: Change Windows install to include app-local UCRT (#5119) | Steve Dower | 2018-01-09 | 1 | -38/+12 |
| | |||||
* | Issue #28110: launcher.msi has different product codes between 32-bit and 64-bit | Steve Dower | 2016-09-17 | 1 | -2/+2 |
| | |||||
* | Issue #25715: Python 3.5.1 installer shows wrong upgrade path and incorrect ↵ | Steve Dower | 2015-12-02 | 1 | -2/+2 |
| | | | | logic for launcher detection. | ||||
* | Issue #25164: Changes default all-users install directory to match per-user ↵ | Steve Dower | 2015-10-14 | 2 | -14/+14 |
| | | | | directory. | ||||
* | Improves support for building unofficial versions of the Windows installer. | Steve Dower | 2015-10-01 | 4 | -19/+55 |
| | |||||
* | Issue #25102: Windows installer does not precompile for -O or -OO. | Steve Dower | 2015-09-22 | 1 | -5/+46 |
| | |||||
* | Adds option to only install the launcher. | Steve Dower | 2015-07-18 | 10 | -46/+46 |
| | |||||
* | Adds option to install launcher for all users even when installing Python ↵ | Steve Dower | 2015-07-16 | 1 | -2/+2 |
| | | | | | | | just-for-me. This helps mitigate issues when the incompatible Python 3.4 launcher is installed. Enables installer builds with the the text marker. Allows simple installs to include a custom description. | ||||
* | Issue #24585: Enables build-to-build upgrades that preserve settings. | Steve Dower | 2015-07-09 | 9 | -0/+42 |
| | | | | | | 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. | ||||
* | Ignore user environment/site-packages for ensurepip and compile_all | Steve Dower | 2015-07-04 | 1 | -1/+1 |
| | | | | | Remove build condition to prevent old strings hanging around Add -h option to build.bat | ||||
* | Issue 24476: Statically links vcruntime140.dll and removes it from the installer | Steve Dower | 2015-06-19 | 1 | -19/+0 |
| | |||||
* | Enables shortcuts to be deselected when installing on Windows. | Steve Dower | 2015-05-03 | 2 | -0/+4 |
| | |||||
* | Updates CRT installation for Windows installer. | Steve Dower | 2015-03-01 | 1 | -0/+43 |
| | | | | Bundling versions of the CRT prior to 14.0 is no longer supported. | ||||
* | Issue #23260: Update Windows installer | Steve Dower | 2015-02-06 | 11 | -0/+484 |