| Commit message (Expand) | Author | Age | Files | Lines |
* | Update compatibility comments to 2.1, corresponding to PEP 291 1.13. | Martin v. Löwis | 2004-11-10 | 1 | -1/+1 |
|
|
* | Fix [1055540 ] bdist_wininst broken for pure Python distributions | Mark Hammond | 2004-10-27 | 1 | -14/+15 |
|
|
* | The get_installer_filename() method forgot to return the name it | Thomas Heller | 2004-08-17 | 1 | -0/+1 |
|
|
* | Factored out a method to determine the final installer filename. | Thomas Heller | 2004-07-23 | 1 | -9/+14 |
|
|
* | bdist_wininst does now properly handle unicode strings or byte strings | Thomas Heller | 2004-07-23 | 1 | -7/+18 |
|
|
* | The binary layout of cfgdata has changed, so the magic number has to | Thomas Heller | 2004-07-19 | 1 | -1/+7 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -1/+1 |
|
|
* | Fix SF#983164. | Thomas Heller | 2004-07-06 | 1 | -2/+26 |
|
|
* | Use the right wininstXX.exe, depending on | Thomas Heller | 2004-02-20 | 1 | -2/+8 |
|
|
* | Patch #892660 from Mark Hammond, for distutils bdist_wininst command. | Thomas Heller | 2004-02-20 | 1 | -3/+29 |
|
|
* | 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 |
|
|