• Thomas Heller's avatar
    Changes: · 904ca11a
    Thomas Heller yazdı
    distutils/command/bdist_wininst.py:
    - the windows installer is again able to compile after installing
      the files. Note: The default has changed, the packager has to
      give --no-target-compile/--no-target-optimize to NOT compile
      on the target system. (Another note: install_lib's --compile
      --optimize options have the same semantics to switch off
      the compilation. Shouldn't the names change?)
    - All references to specific python versions are gone.
    - A small bug:
        raise DistutilsPlatformError ("...")
      instead of
        raise DistutilsPlatformError, ("...")
    - When bdist_wininst creates an installer for one specific python
      version, this is reflected in the name:
        Distutils-0.9.2.win32-py15.exe instead of
        Distutils-0.9.2.win32.exe
    - bdist_wininst, when run as script, reads the wininst.exe file
      and rewrites itself. Previously this was done by hand.
    
    misc/install.c
    - All the changes needed for compilation
    - Deleted a lot of debug/dead code
    904ca11a
Adı
Son kayıt (commit)
Son güncelleme
..
command Loading commit data...
README Loading commit data...
__init__.py Loading commit data...
archive_util.py Loading commit data...
bcppcompiler.py Loading commit data...
ccompiler.py Loading commit data...
cmd.py Loading commit data...
core.py Loading commit data...
cygwinccompiler.py Loading commit data...
dep_util.py Loading commit data...
dir_util.py Loading commit data...
dist.py Loading commit data...
errors.py Loading commit data...
extension.py Loading commit data...
fancy_getopt.py Loading commit data...
file_util.py Loading commit data...
filelist.py Loading commit data...
msvccompiler.py Loading commit data...
spawn.py Loading commit data...
sysconfig.py Loading commit data...
text_file.py Loading commit data...
unixccompiler.py Loading commit data...
util.py Loading commit data...
version.py Loading commit data...