Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #25715: Python 3.5.1 installer shows wrong upgrade path and incorrect ↵ | Steve Dower | 2015-12-02 | 5 | -103/+132 |
| | | | | logic for launcher detection. | ||||
* | Fixes upload directories for Windows installer. | Steve Dower | 2015-11-23 | 1 | -1/+1 |
| | |||||
* | Fixes installer not allowing launcher to be selected. | Steve Dower | 2015-11-09 | 1 | -3/+3 |
| | |||||
* | Improves handling of test markers for building Python without intefering ↵ | Steve Dower | 2015-10-31 | 3 | -10/+27 |
| | | | | with actual installs. | ||||
* | Issue #25164: Changes default all-users install directory to match per-user ↵ | Steve Dower | 2015-10-14 | 3 | -19/+21 |
| | | | | directory. | ||||
* | Keeps all-users launcher checkbox visible when the option cannot be changed. | Steve Dower | 2015-10-12 | 1 | -2/+2 |
| | |||||
* | Only detects features from previous version when a bundle is found. | Steve Dower | 2015-10-12 | 3 | -3/+16 |
| | | | | | Otherwise, stray registry entries would cause issues. Also fixes an accelerator collision and improves UAC icons when upgrading. | ||||
* | Issue #25143: Improves installer error messages for unsupported platforms. | Steve Dower | 2015-10-11 | 4 | -1/+44 |
| | |||||
* | Issue #25163: Display correct directory in installer when using non-default ↵ | Steve Dower | 2015-10-11 | 3 | -24/+38 |
| | | | | settings. | ||||
* | Issue #25089: Adds logging to installer for case where launcher is not ↵ | Steve Dower | 2015-10-08 | 1 | -0/+7 |
| | | | | selected on upgrade. | ||||
* | Improves support for building unofficial versions of the Windows installer. | Steve Dower | 2015-10-01 | 6 | -22/+61 |
| | |||||
* | Issue #25102: Windows installer does not precompile for -O or -OO. | Steve Dower | 2015-09-22 | 2 | -5/+48 |
| | |||||
* | Issue #25081: Makes Back button in installer go back to upgrade page when ↵ | Steve Dower | 2015-09-22 | 1 | -0/+5 |
| | | | | upgrading. | ||||
* | Issue #25126: Clarifies that the non-web installer will download some ↵ | Steve Dower | 2015-09-22 | 1 | -2/+2 |
| | | | | components. | ||||
* | Issue #25091: Increases font size of the installer. | Steve Dower | 2015-09-22 | 2 | -80/+80 |
| | |||||
* | Merge from 3.5.0 | Steve Dower | 2015-09-11 | 1 | -0/+30 |
|\ | |||||
| * | Issue #25071: Windows installer should not require TargetDir parameter when ↵ | Steve Dower | 2015-09-11 | 1 | -0/+30 |
| | | | | | | | | installing quietly | ||||
* | | Enables building compressed Windows test builds with --pack option. | Steve Dower | 2015-08-15 | 1 | -1/+6 |
|/ | |||||
* | Issue #24642: Improves help text displayed in the Windows installer. | Steve Dower | 2015-07-18 | 1 | -10/+9 |
| | |||||
* | Adds support for an unattend.xml file to control the Windows installer options. | Steve Dower | 2015-07-18 | 1 | -1/+92 |
| | |||||
* | Adds option to only install the launcher. | Steve Dower | 2015-07-18 | 12 | -47/+49 |
| | |||||
* | Adds option to install launcher for all users even when installing Python ↵ | Steve Dower | 2015-07-16 | 6 | -40/+96 |
| | | | | | | | 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. | ||||
* | Fixes installer rebuild, snapshot versioning, and the README.txt file. | Steve Dower | 2015-07-09 | 2 | -1/+12 |
| | |||||
* | Issue #24585: Enables build-to-build upgrades that preserve settings. | Steve Dower | 2015-07-09 | 14 | -106/+362 |
| | | | | | | 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. | ||||
* | Closes 24584: Windows installer incorrectly detects CRT version on Windows 10 | Steve Dower | 2015-07-08 | 1 | -3/+3 |
| | |||||
* | 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 | 3 | -22/+0 |
| | |||||
* | Issue #24317: Makes Customize page default to installing per-user, and ↵ | Steve Dower | 2015-05-31 | 2 | -2/+8 |
| | | | | switching to All Users enable CompileAll. | ||||
* | Issue #24293: Adds mapping from explicit colours to system colours to ↵ | Steve Dower | 2015-05-31 | 2 | -12/+59 |
| | | | | correctly handle user themes. | ||||
* | Fixes text in installer. | Steve Dower | 2015-05-28 | 1 | -1/+1 |
| | |||||
* | Issue #24293: Fixes installer colors to use system settings throughout. | Steve Dower | 2015-05-27 | 2 | -10/+10 |
| | |||||
* | Fixes default per-user install precompiling the standard library. | Steve Dower | 2015-05-15 | 1 | -5/+8 |
| | |||||
* | Enables shortcuts to be deselected when installing on Windows. | Steve Dower | 2015-05-03 | 6 | -12/+20 |
| | |||||
* | Update Windows installer for new CRT version. | Steve Dower | 2015-05-02 | 1 | -2/+2 |
| | |||||
* | Updates layout of some text in the Windows installer. | Steve Dower | 2015-04-15 | 1 | -4/+4 |
| | |||||
* | Updates Windows installer to promote per-user installs over all-users. | Steve Dower | 2015-04-14 | 4 | -12/+16 |
| | |||||
* | Missing brace and minor formatting in Windows installer | Steve Dower | 2015-03-25 | 1 | -2/+2 |
| | |||||
* | Fixes UI labels and ability to add/remove features. | Steve Dower | 2015-03-25 | 1 | -10/+21 |
| | |||||
* | Adds pydoc shortcut, Edit with IDLE menu, moves redist folder into externals ↵ | Steve Dower | 2015-03-25 | 1 | -0/+2 |
| | | | | and fixes test script. | ||||
* | Adds note about installed debug binaries. | Steve Dower | 2015-03-10 | 1 | -1/+1 |
| | |||||
* | Issue #23619: Ensure C variable is initialized before using it. | Steve Dower | 2015-03-09 | 1 | -2/+1 |
| | | | | The garbage in _crtInstalledToken was causing the IsCrtInstalled() function to return TRUE without actually checking anything. We now initialize the variable first. | ||||
* | Issue #23612: Fixes upgrade code and version for Windows installer. | Steve Dower | 2015-03-08 | 2 | -3/+3 |
| | |||||
* | Updates CRT installation for Windows installer. | Steve Dower | 2015-03-01 | 5 | -4/+138 |
| | | | | Bundling versions of the CRT prior to 14.0 is no longer supported. | ||||
* | Fix installer Back button going to wrong page when modifying. | Steve Dower | 2015-02-12 | 1 | -1/+8 |
| | | | | Also fix error when doing test builds without documentation file. | ||||
* | Improve Windows release scripts | Steve Dower | 2015-02-08 | 1 | -2/+2 |
| | |||||
* | Adds automated test script for the Windows installer and fixes download URL | Steve Dower | 2015-02-07 | 1 | -1/+1 |
| | |||||
* | Fix download URL embedded in Windows installer. | Steve Dower | 2015-02-06 | 1 | -1/+1 |
| | |||||
* | Issue #23260: Update Windows installer | Steve Dower | 2015-02-06 | 31 | -0/+3917 |