summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/bdist_wininst.py
Commit message (Expand)AuthorAgeFilesLines
* The get_installer_filename() method forgot to return the name itThomas Heller2004-08-171-0/+1
* Factored out a method to determine the final installer filename.Thomas Heller2004-07-231-9/+14
* bdist_wininst does now properly handle unicode strings or byte stringsThomas Heller2004-07-231-7/+18
* The binary layout of cfgdata has changed, so the magic number has toThomas Heller2004-07-191-1/+7
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-1/+1
* Fix SF#983164.Thomas Heller2004-07-061-2/+26
* Use the right wininstXX.exe, depending onThomas Heller2004-02-201-2/+8
* Patch #892660 from Mark Hammond, for distutils bdist_wininst command.Thomas Heller2004-02-201-3/+29
* Fix for sf # 749210, wininst isn't build correctly after building zip.Thomas Heller2003-06-121-1/+1
* (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