Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-36085: Add installer check for KB2533625 (GH-12636) | Steve Dower | 2019-03-31 | 1 | -3/+5 |
| | |||||
* | bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711) | Stefan Grönke | 2017-09-25 | 1 | -1/+1 |
| | |||||
* | bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on ↵ | Steve Dower | 2017-06-19 | 1 | -5/+5 |
| | | | | | | vcvarsall.bat (#2252) * Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat Also fixes bdist_wininst.vcxproj to use correct version in generated name. | ||||
* | bpo-27425: Be more explicit in .gitattributes (GH-840) | Zachary Ware | 2017-06-10 | 1 | -79/+79 |
| | | | Updates checked-in line endings on several files. | ||||
* | Issue #28251: Improvements to help manuals on Windows. | Steve Dower | 2016-09-23 | 1 | -0/+3 |
| | |||||
* | Improves handling of test markers for building Python without intefering ↵ | Steve Dower | 2015-10-31 | 1 | -9/+15 |
| | | | | with actual installs. | ||||
* | Moves Windows installer externals onto SVN and updates the build process to ↵ | Steve Dower | 2015-10-23 | 1 | -2/+2 |
| | | | | grab them automatically. | ||||
* | Merge Python 3.5.0rc4 back to hg.python.org. | Larry Hastings | 2015-09-09 | 1 | -4/+4 |
|\ | |||||
| * | Issue #25027: Reverts partial-static build options and adds vcruntime140.dll ↵ | Steve Dower | 2015-09-09 | 1 | -4/+4 |
| | | | | | | | | to Windows installation. | ||||
* | | Enables building compressed Windows test builds with --pack option. | Steve Dower | 2015-08-15 | 1 | -1/+7 |
|/ | |||||
* | Adds option to install launcher for all users even when installing Python ↵ | Steve Dower | 2015-07-16 | 1 | -3/+11 |
| | | | | | | | 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 | 1 | -4/+4 |
| | | | | | | 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 | -3/+13 |
| | | | | | Remove build condition to prevent old strings hanging around Add -h option to build.bat | ||||
* | Closes #17202: Merge with 3.4 | Zachary Ware | 2015-04-13 | 1 | -46/+46 |
| | |||||
* | Issue #23260: Update Windows installer | Steve Dower | 2015-02-06 | 1 | -0/+46 |