summaryrefslogtreecommitdiffstats
path: root/Tools/msi/lib
Commit message (Expand)AuthorAgeFilesLines
* gh-89545: Updates platform module to use new internal _wmi module on Windows ...Steve Dower2022-09-071-1/+1
* bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly use...Steve Dower2022-03-071-0/+1
* bpo-33125: Enables building traditional installer for Windows ARM64 (GH-30885)Steve Dower2022-01-283-3/+3
* bpo-45022: Fix libffi DLL name in Windows installer sources (GH-28203)giovanniwijaya2021-09-071-1/+1
* bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909)Paul Ganssle2020-05-161-1/+1
* bpo-40501: Replace ctypes code in uuid with native module (GH-19948)Steve Dower2020-05-121-1/+1
* 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
* 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 (GH-...Steve Dower2018-12-101-0/+23
* 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
* 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
* 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 README.t...Steve Dower2015-10-231-6/+0
|/
* 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
* 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