cpython/PC/layout/support
Victor Stinner 0e2a0f72cc
bpo-42802: Remove distutils bdist_wininst command (GH-24043)
The distutils bdist_wininst command deprecated in Python 3.8 has been
removed. The distutils bidst_wheel command is now recommended to
distribute binary packages on Windows.

* Remove Lib/distutils/command/bdist_wininst.py
* Remove PC/bdist_wininst/ project
* Remove Lib/distutils/command/wininst-*.exe programs
* Remove all references to bdist_wininst
2021-01-09 00:35:01 +01:00
..
__init__.py bpo-34977: Add Windows App Store package (GH-11027) 2018-12-10 18:52:57 -08:00
appxmanifest.py bpo-38439: Update the Windows Store package's icons for IDLE. Artwork by Andrew Clover (GH-22817) 2020-10-20 15:54:13 +01:00
catalog.py bpo-34977: Add Windows App Store package (GH-11027) 2018-12-10 18:52:57 -08:00
constants.py bpo-39012: Fix RC version suffix for nuget release files (GH-17564) 2019-12-10 15:19:03 -08:00
filesets.py bpo-34977: Add Windows App Store package (GH-11027) 2018-12-10 18:52:57 -08:00
logging.py bpo-34977: Add Windows App Store package (GH-11027) 2018-12-10 18:52:57 -08:00
nuspec.py bpo-39789: Update Windows release build machines to VS 2019 (GH-18695) 2020-02-29 00:21:46 +00:00
options.py bpo-42802: Remove distutils bdist_wininst command (GH-24043) 2021-01-09 00:35:01 +01:00
pip.py bpo-38114: Do not include pip.ini in Nuget package (GH-15964) 2019-09-11 16:16:27 +01:00
props.py bpo-40158: Fix CPython MSBuild Properties in NuGet Package (GH-19343) 2020-04-03 21:03:54 +01:00
python.props bpo-34977: Add Windows App Store package (GH-11027) 2018-12-10 18:52:57 -08:00