summaryrefslogtreecommitdiffstats
path: root/Tools/msi/distutils.command.bdist_wininst.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-42802: Remove distutils bdist_wininst command (GH-24043)Victor Stinner2021-01-081-23/+0
| | | | | | | | | | 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
* bpo-34011: Fixes missing venv files and other tests (GH-9458)Steve Dower2018-09-201-0/+3
|
* Issue #28783: Replaces bdist_wininst in nuget packages with stubSteve Dower2016-12-111-0/+20