Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #24317: Makes Customize page default to installing per-user, and ↵ | Steve Dower | 2015-05-31 | 1 | -0/+6 |
| | | | | switching to All Users enable CompileAll. | ||||
* | Issue #24293: Adds mapping from explicit colours to system colours to ↵ | Steve Dower | 2015-05-31 | 1 | -5/+52 |
| | | | | correctly handle user themes. | ||||
* | Issue #24293: Fixes installer colors to use system settings throughout. | Steve Dower | 2015-05-27 | 1 | -2/+2 |
| | |||||
* | 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 | 1 | -2/+2 |
| | |||||
* | Update Windows installer for new CRT version. | Steve Dower | 2015-05-02 | 1 | -2/+2 |
| | |||||
* | Updates Windows installer to promote per-user installs over all-users. | Steve Dower | 2015-04-14 | 1 | -0/+5 |
| | |||||
* | 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. | ||||
* | 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. | ||||
* | Updates CRT installation for Windows installer. | Steve Dower | 2015-03-01 | 1 | -3/+85 |
| | | | | 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. | ||||
* | Issue #23260: Update Windows installer | Steve Dower | 2015-02-06 | 9 | -0/+2940 |