1. 09 May, 2010 1 kayıt (commit)
  2. 13 Tem, 2009 1 kayıt (commit)
  3. 29 Ock, 2009 1 kayıt (commit)
  4. 31 May, 2008 1 kayıt (commit)
  5. 02 May, 2008 1 kayıt (commit)
  6. 18 Eki, 2006 1 kayıt (commit)
  7. 04 Eki, 2006 1 kayıt (commit)
  8. 30 Eki, 2005 1 kayıt (commit)
  9. 03 Şub, 2005 2 kayıt (commit)
  10. 22 Ara, 2004 1 kayıt (commit)
  11. 01 Ara, 2004 2 kayıt (commit)
  12. 19 Tem, 2004 1 kayıt (commit)
  13. 14 Tem, 2004 3 kayıt (commit)
  14. 07 Tem, 2004 1 kayıt (commit)
  15. 02 Tem, 2004 2 kayıt (commit)
    • Mark Hammond's avatar
      Patch [ 983775 ] Allow bdist_wininst to install for non-admin users · f9bfdd85
      Mark Hammond yazdı
      to address bugs:
      [ 555812 ] installing extension w/o admin rights
      [ 555810 ] removing extensions without admin rights
      
      * When enumerating the Python versions found, also remember the HKEY
        they were found under.
      * When installing, if Python was installed under HKCU, we will too.
        If Python was installed under HKLM, we check the permissions of
        the current user, and install where we can.
      * The "root" key we use is a global variable - all registry setting and
        delete functions use this global rather than a hardcoded HKLM.
      * A new entry is written to the install log, indicating the key we used.
        Uninstallation is based on this key.
      * 'tempnam()' is used rather than 'tmpnam()' - 'tmpnam' creates a temp
        file on the root of the current drive, and if this is readonly would
        explain the 'freopen' errors occasionally reported. 'tempnam'
        creates the temp file in the %TEMP% directory.
      f9bfdd85
    • Thomas Heller's avatar
      Fix for SF 982215: bdist_wininst - Next button not greyed out during file copy. · 32b8f805
      Thomas Heller yazdı
      Patch from Mark Hammond.
      Recompiled binary.
      
      Already packported to the 2.3 branch.
      32b8f805
  16. 18 Haz, 2004 2 kayıt (commit)
  17. 16 Nis, 2004 2 kayıt (commit)
  18. 15 Nis, 2004 1 kayıt (commit)
  19. 20 Şub, 2004 3 kayıt (commit)
    • Thomas Heller's avatar
      Solution and project file to build wininstXX.exe with MSVC7.1 (Visual · 6837f659
      Thomas Heller yazdı
      Studio .NET 2003).
      
      The output files are named wininst-7.1.exe and wininst-7.1_d.exe.
      6837f659
    • Thomas Heller's avatar
      To avoid problems with conflicting dlls, the windows installers built · cad71d0a
      Thomas Heller yazdı
      by bdist_wininst *must* use the same runtime libary as the Python
      version.
      
      Actually this means the Python version where the installer is run, not
      the one which is used to build it.  Must think about that - for now I
      assume MSVC6 is used up to Python 2.3, and MSVC7.1 is used starting at
      Python 2.4.
      
      So the filename for wininst.exe is now wininst-6.exe for the Release
      version and wininst-6_d.exe for the Debug version, when built with
      MSVC6.
      cad71d0a
    • Thomas Heller's avatar
      Patch #892660 from Mark Hammond, for distutils bdist_wininst command. · a19cdad6
      Thomas Heller yazdı
      install.c: support for a 'pre-install-script', run before anything has
      been installed. Provides a 'message_box' module function for use by
      either the pre-install or post-install scripts.
      
      bdist_wininst.py: support for pre-install script. Typo (build->built),
      fixes so that --target-version can still work, even when the
      distribution has extension modules - in this case, we insist on
      --skip-build, as we still can't actually build other versions.
      a19cdad6
  20. 22 Kas, 2002 2 kayıt (commit)