| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a typo found by Mark Hammond. | Thomas Heller | 2004-02-20 | 1 | -1/+1 |
|
|
| * | Fix for sf # 749210, wininst isn't build correctly after building zip. | Thomas Heller | 2003-06-12 | 1 | -1/+1 |
|
|
| * | (This is hopefully the last large, funny checkin message for | Thomas Heller | 2002-11-22 | 1 | -400/+4 |
|
|
| * | get_python_version was not imported. | Thomas Heller | 2002-11-22 | 1 | -0/+1 |
|
|
| * | Add comment to Distutil files about requiring 1.5.2 compatibility, as | Andrew M. Kuchling | 2002-11-19 | 1 | -0/+2 |
|
|
| * | Remove 'created by' lines; people can use CVS for this, and the information i... | Andrew M. Kuchling | 2002-11-14 | 1 | -2/+0 |
|
|
| * | [Bug #550364] Use sysconfig.get_python_version() | Andrew M. Kuchling | 2002-11-14 | 1 | -1/+1 |
|
|
| * | Use dynamic linking for the SHGetSpecialFolderPath function, it is not | Thomas Heller | 2002-11-07 | 1 | -331/+331 |
|
|
| * | Must now give the basename - not including directories - of the | Thomas Heller | 2002-11-05 | 1 | -346/+358 |
|
|
| * | Recreated after source changes. | Thomas Heller | 2002-10-16 | 1 | -319/+319 |
|
|
| * | Recreated after source changes. | Thomas Heller | 2002-10-15 | 1 | -315/+315 |
|
|
| * | Revert the previous checkin - it didn't work anyway. | Thomas Heller | 2002-10-15 | 1 | -4/+3 |
|
|
| * | Massive changes from SF 589982 (tempfile.py rewrite, by Zack | Guido van Rossum | 2002-08-09 | 1 | -3/+4 |
|
|
| * | Recompiled the exe and updated bdist_wininst.py. | Thomas Heller | 2002-07-29 | 1 | -334/+343 |
|
|
| * | import base64 at the top to avoid two different imports at other times | Jeremy Hylton | 2002-06-04 | 1 | -2/+2 |
|
|
| * | Make setup.py less chatty by default. | Jeremy Hylton | 2002-06-04 | 1 | -3/+4 |
|
|
| * | Set the warn_dir option to 0 before running the install command. | Thomas Heller | 2002-04-09 | 1 | -0/+1 |
|
|
| * | Add unlisted Boolean options. Thomas H., can you please check that I | Andrew M. Kuchling | 2002-03-21 | 1 | -1/+2 |
|
|
| * | First version which runs an install-script (specified by the | Thomas Heller | 2002-02-20 | 1 | -314/+354 |
|
|
| * | Patch #414775: Add --skip-build option to bdist command. | Martin v. Löwis | 2002-01-12 | 1 | -1/+6 |
|
|
| * | Recreated after source changes. | Thomas Heller | 2001-12-18 | 1 | -284/+284 |
|
|
| * | Second part of fix for bug [#483982] Python 2.2b2 bdist_wininst | Thomas Heller | 2001-12-18 | 1 | -3/+6 |
|
|
| * | Whitespace normalization. | Fred Drake | 2001-12-06 | 1 | -1/+1 |
|
|
| * | Explicitely list the metadata attributes to show | Thomas Heller | 2001-10-05 | 1 | -295/+304 |
|
|
| * | Implement PEP250: Use Lib/site-packages under windows. | Thomas Heller | 2001-09-05 | 1 | -311/+306 |
|
|
| * | dummy checkin for testing, please ignore | unknown | 2001-07-04 | 1 | -1/+0 |
|
|
| * | Since bdist_wininst.py contains the installer executable, it had to be | Thomas Heller | 2001-04-10 | 1 | -262/+262 |
|
|
| * | The bdist_wininst.py command has been recreated after wininst.exe | Thomas Heller | 2001-03-16 | 1 | -272/+308 |
|
|
| * | Enhancements to the bdist_wininst command: | Thomas Heller | 2001-02-19 | 1 | -265/+282 |
|
|
| * | Recreated after installer source code changes. | Thomas Heller | 2000-10-12 | 1 | -246/+246 |
|
|
| * | Standardized whitespace around function calls. | Greg Ward | 2000-09-30 | 1 | -44/+44 |
|
|
| * | Removed the extra_dirs and path_file metadata options. | Thomas Heller | 2000-09-29 | 1 | -270/+260 |
|
|
| * | Added 'boolean_options' list to support config file parsing. | Greg Ward | 2000-09-25 | 1 | -0/+2 |
|
|
| * | Tweak what happens when run on non-Windows platforms: set install prefix | Greg Ward | 2000-09-22 | 1 | -10/+5 |
|
|
| * | Set the 'nt' installation scheme for the install command even if run | Thomas Heller | 2000-09-19 | 1 | -8/+25 |
|
|
| * | Renamed --keep-tree to --keep-temp. | Greg Ward | 2000-09-16 | 1 | -3/+3 |
|
|
| * | The installer now displays info about version of distutils | Thomas Heller | 2000-09-09 | 1 | -263/+278 |
|
|
| * | The windows installer must also look under the HKEY_CURRENT_USER key | Thomas Heller | 2000-09-09 | 1 | -240/+240 |
|
|
| * | Changes: | Thomas Heller | 2000-09-07 | 1 | -273/+298 |
|
|
| * | Rene Liebscher/Thomas Heller: | Greg Ward | 2000-09-01 | 1 | -20/+22 |
|
|
| * | Fix line-endings. | Greg Ward | 2000-08-27 | 1 | -1/+1 |
|
|
| * | New release of the Windows installer from Thomas Heller. | Greg Ward | 2000-08-26 | 1 | -283/+296 |
|
|
| * | Fixed imports from '*util' modules to not just import everything from util. | Greg Ward | 2000-08-05 | 1 | -1/+2 |
|
|
| * | Fixed so the ZIP file (which is bundled into an executable) goes in the | Greg Ward | 2000-07-05 | 1 | -4/+13 |
|
|
| * | Allow 2.0 on the list of target versions. NB. this isn't enough: the GUI part, | Greg Ward | 2000-06-29 | 1 | -5/+5 |
|
|
| * | Fixed to use 'reinitialize_command()' to fetch "install" and "install_lib" | Greg Ward | 2000-06-28 | 1 | -28/+20 |
|
|
| * | Thomas Heller's "bdist_wininst" command (unreviewed, untested). | Greg Ward | 2000-06-27 | 1 | -0/+448 |
|
|