summaryrefslogtreecommitdiffstats
path: root/PCbuild/python.props
Commit message (Collapse)AuthorAgeFilesLines
* Improves handling of test markers for building Python without intefering ↵Steve Dower2015-10-311-4/+12
| | | | with actual installs.
* Issue #19450: Update Windows builds to use SQLite 3.8.11.0Steve Dower2015-07-281-1/+1
|
* Allow intermediate build directory to be overridden.Steve Dower2015-07-271-1/+2
|
* Issue #24603: Update the Windows build to use OpenSSL 1.0.2dZachary Ware2015-07-221-1/+1
|
* Issue #24585: Enables build-to-build upgrades that preserve settings.Steve Dower2015-07-091-2/+37
| | | | | | 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.
* Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.Steve Dower2015-07-031-1/+1
|
* Closes #23686: Update Windows installer OpenSSL to 1.0.2aSteve Dower2015-04-121-1/+1
|
* Issue #23260: Update Windows installerSteve Dower2015-02-061-4/+4
|
* Issue #23212: Update Windows copy of OpenSSL to 1.0.1lSteve Dower2015-01-311-1/+1
|
* Fixes sys.winver generation and removes dependency on user32.dllSteve Dower2015-01-151-2/+6
|
* #22980 Adds platform and version tags to .pyd filesSteve Dower2014-12-161-0/+4
|
* Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ↵Steve Dower2014-11-221-0/+108
which will be used for the official 3.5 release.