Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-36085: Add installer check for KB2533625 (GH-12636) | Steve Dower | 2019-03-31 | 1 | -3/+0 |
| | |||||
* | bpo-35947: Update Windows to the current version of libffi (GH-11797) | Paul Monson | 2019-03-29 | 1 | -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 Dower | 2019-03-27 | 1 | -0/+15 |
| | |||||
* | bpo-34691: Compile _contextvars module into main Python library (GH-11741) | Steve Dower | 2019-02-02 | 1 | -1/+1 |
| | |||||
* | bpo-34977: Use venv redirector instead of original python.exe on Windows ↵ | Steve Dower | 2018-12-10 | 1 | -0/+23 |
| | | | | (GH-11029) | ||||
* | bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095) | Steve Dower | 2018-10-27 | 1 | -1/+1 |
| | |||||
* | bpo-32436: Implement PEP 567 (#5027) | Yury Selivanov | 2018-01-23 | 1 | -1/+1 |
| | |||||
* | bpo-32588: Move _findvs into its own module and add missing _queue module to ↵ | Steve Dower | 2018-01-18 | 1 | -1/+1 |
| | | | | installer (#5227) | ||||
* | bpo-31392: Update SSL build for 1.1.0 (#3448) | Steve Dower | 2017-09-09 | 1 | -8/+8 |
| | |||||
* | [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688) | Steve Dower | 2017-07-17 | 1 | -0/+12 |
| | | | Updates ssl and tkinter projects to use pre-built externals | ||||
* | Adds missing _asyncio.pyd to installer and generally tidies pyd management. | Steve Dower | 2016-10-29 | 1 | -1/+1 |
| | |||||
* | Removes incorrect condition from lib_pdb.msi | Steve Dower | 2016-10-28 | 1 | -1/+0 |
|\ | |||||
| * | Removes incorrect condition from lib_pdb.msi | Steve Dower | 2016-10-28 | 1 | -1/+0 |
| | | |||||
* | | Issue #28402: Adds signed catalog files for stdlib on Windows. | Steve Dower | 2016-10-10 | 3 | -0/+9 |
| | | |||||
* | | Issue #24633: Removes automatic rename of site-packages/README since ↵ | Steve Dower | 2015-10-23 | 1 | -6/+0 |
|/ | | | | README.txt is now committed. | ||||
* | Issue #24910: Windows MSIs now have unique display names. | Steve Dower | 2015-09-05 | 2 | -2/+2 |
| | |||||
* | Issue #24585: Enables build-to-build upgrades that preserve settings. | Steve Dower | 2015-07-09 | 1 | -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 installer | Steve Dower | 2015-02-19 | 1 | -0/+7 |
| | |||||
* | Simplify MSI projects. | Steve Dower | 2015-02-14 | 7 | -45/+71 |
| | |||||
* | Issue #23260: Update Windows installer | Steve Dower | 2015-02-06 | 7 | -0/+165 |