summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/bdist_wininst.py
Commit message (Expand)AuthorAgeFilesLines
* dummy checkin for testing, please ignoreunknown2001-07-041-1/+0
* Since bdist_wininst.py contains the installer executable, it had to beThomas Heller2001-04-101-262/+262
* The bdist_wininst.py command has been recreated after wininst.exeThomas Heller2001-03-161-272/+308
* Enhancements to the bdist_wininst command:Thomas Heller2001-02-191-265/+282
* Recreated after installer source code changes.Thomas Heller2000-10-121-246/+246
* Standardized whitespace around function calls.Greg Ward2000-09-301-44/+44
* Removed the extra_dirs and path_file metadata options.Thomas Heller2000-09-291-270/+260
* Added 'boolean_options' list to support config file parsing.Greg Ward2000-09-251-0/+2
* Tweak what happens when run on non-Windows platforms: set install prefixGreg Ward2000-09-221-10/+5
* Set the 'nt' installation scheme for the install command even if runThomas Heller2000-09-191-8/+25
* Renamed --keep-tree to --keep-temp.Greg Ward2000-09-161-3/+3
* The installer now displays info about version of distutilsThomas Heller2000-09-091-263/+278
* The windows installer must also look under the HKEY_CURRENT_USER keyThomas Heller2000-09-091-240/+240
* Changes:Thomas Heller2000-09-071-273/+298
* Rene Liebscher/Thomas Heller:Greg Ward2000-09-011-20/+22
* Fix line-endings.Greg Ward2000-08-271-1/+1
* New release of the Windows installer from Thomas Heller.Greg Ward2000-08-261-283/+296
* Fixed imports from '*util' modules to not just import everything from util.Greg Ward2000-08-051-1/+2
* Fixed so the ZIP file (which is bundled into an executable) goes in theGreg Ward2000-07-051-4/+13
* Allow 2.0 on the list of target versions. NB. this isn't enough: the GUI part,Greg Ward2000-06-291-5/+5
* Fixed to use 'reinitialize_command()' to fetch "install" and "install_lib"Greg Ward2000-06-281-28/+20
* Thomas Heller's "bdist_wininst" command (unreviewed, untested).Greg Ward2000-06-271-0/+448