Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |