summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/bdist_wininst.py
Commit message (Expand)AuthorAgeFilesLines
* (This is hopefully the last large, funny checkin message forThomas Heller2002-11-221-400/+4
* get_python_version was not imported.Thomas Heller2002-11-221-0/+1
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-191-0/+2
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-141-2/+0
* [Bug #550364] Use sysconfig.get_python_version()Andrew M. Kuchling2002-11-141-1/+1
* Use dynamic linking for the SHGetSpecialFolderPath function, it is notThomas Heller2002-11-071-331/+331
* Must now give the basename - not including directories - of theThomas Heller2002-11-051-346/+358
* Recreated after source changes.Thomas Heller2002-10-161-319/+319
* Recreated after source changes.Thomas Heller2002-10-151-315/+315
* Revert the previous checkin - it didn't work anyway.Thomas Heller2002-10-151-4/+3
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-3/+4
* Recompiled the exe and updated bdist_wininst.py.Thomas Heller2002-07-291-334/+343
* import base64 at the top to avoid two different imports at other timesJeremy Hylton2002-06-041-2/+2
* Make setup.py less chatty by default.Jeremy Hylton2002-06-041-3/+4
* Set the warn_dir option to 0 before running the install command.Thomas Heller2002-04-091-0/+1
* Add unlisted Boolean options. Thomas H., can you please check that IAndrew M. Kuchling2002-03-211-1/+2
* First version which runs an install-script (specified by theThomas Heller2002-02-201-314/+354
* Patch #414775: Add --skip-build option to bdist command.Martin v. Löwis2002-01-121-1/+6
* Recreated after source changes.Thomas Heller2001-12-181-284/+284
* Second part of fix for bug [#483982] Python 2.2b2 bdist_wininstThomas Heller2001-12-181-3/+6
* Whitespace normalization.Fred Drake2001-12-061-1/+1
* Explicitely list the metadata attributes to showThomas Heller2001-10-051-295/+304
* Implement PEP250: Use Lib/site-packages under windows.Thomas Heller2001-09-051-311/+306
* 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