summaryrefslogtreecommitdiffstats
path: root/Tools/msi/lib
Commit message (Collapse)AuthorAgeFilesLines
* bpo-36085: Add installer check for KB2533625 (GH-12636)Steve Dower2019-03-311-3/+0
|
* bpo-35947: Update Windows to the current version of libffi (GH-11797)Paul Monson2019-03-291-0/+6
| | | We now use a pre-built libffi binary from our binaries repository, and no longer vendor the full implementation.
* bpo-36441: Fixes creating a venv when debug binaries are installed. (#12566)Steve Dower2019-03-271-0/+15
|
* bpo-34691: Compile _contextvars module into main Python library (GH-11741)Steve Dower2019-02-021-1/+1
|
* bpo-34977: Use venv redirector instead of original python.exe on Windows ↵Steve Dower2018-12-101-0/+23
| | | | (GH-11029)
* bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095)Steve Dower2018-10-271-1/+1
|
* 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