summaryrefslogtreecommitdiffstats
path: root/Tools/msi/lib
Commit message (Collapse)AuthorAgeFilesLines
* bpo-36441: Fixes creating a venv when debug binaries are installed. (GH-12566)Miss Islington (bot)2019-03-271-0/+15
| | | | | (cherry picked from commit 4a9a505d6f2474a570422dad89f8d1b344d6cd36) Co-authored-by: Steve Dower <steve.dower@microsoft.com>
* bpo-34691: Compile _contextvars module into main Python library (GH-11741)Miss Islington (bot)2019-02-021-1/+1
| | | | | (cherry picked from commit 4c70d9f79c9b371990c8e054ccde53f7ff15946b) Co-authored-by: Steve Dower <steve.dower@microsoft.com>
* [3.7] bpo-34977: Use venv redirector instead of original python.exe on ↵Steve Dower2018-12-101-0/+23
| | | | Windows (GH-11029)
* bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095)Miss Islington (bot)2018-10-271-1/+1
| | | | | (cherry picked from commit 53125a53f483db0af76249b6af6efcdc200eb421) Co-authored-by: Steve Dower <steve.dower@microsoft.com>
* bpo-32436: Implement PEP 567 (#5027)Yury Selivanov2018-01-231-1/+1
|
* bpo-32588: Move _findvs into its own module and add missing _queue module to ↵Steve Dower2018-01-181-1/+1
| | | | installer (#5227)
* bpo-31392: Update SSL build for 1.1.0 (#3448)Steve Dower2017-09-091-8/+8
|
* [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688)Steve Dower2017-07-171-0/+12
| | | Updates ssl and tkinter projects to use pre-built externals
* Adds missing _asyncio.pyd to installer and generally tidies pyd management.Steve Dower2016-10-291-1/+1
|
* Removes incorrect condition from lib_pdb.msiSteve Dower2016-10-281-1/+0
|\
| * Removes incorrect condition from lib_pdb.msiSteve Dower2016-10-281-1/+0
| |
* | Issue #28402: Adds signed catalog files for stdlib on Windows.Steve Dower2016-10-103-0/+9
| |
* | Issue #24633: Removes automatic rename of site-packages/README since ↵Steve Dower2015-10-231-6/+0
|/ | | | README.txt is now committed.
* Issue #24910: Windows MSIs now have unique display names.Steve Dower2015-09-052-2/+2
|
* Issue #24585: Enables build-to-build upgrades that preserve settings.Steve Dower2015-07-091-0/+1
| | | | | | 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 #23482: sqlite3_d.dll is not included in installerSteve Dower2015-02-191-0/+7
|
* Simplify MSI projects.Steve Dower2015-02-147-45/+71
|
* Issue #23260: Update Windows installerSteve Dower2015-02-067-0/+165