• Greg Ward's avatar
    New release of the Windows installer from Thomas Heller. · 018cbb15
    Greg Ward yazdı
    The known bug (bogus error message when an empty file is
    extracted) is fixed.
    
    Other changes:
    
    - The target-compile and target-optimize flags of bdist_wininst
      are gone. It is no longer possible to compile the python
      files during installation.
    - The zlib module is no longer required or used by bdist_wininst.
    
    - I moved the decompression/extraction code into a separate
      file (extract.c).
    
    - The installer stub is now compressed by UPX (see
      http://upx.tsx.org/). This reduces the size of the exe
      (and thus the overhead of the final installer program)
      from 40 kB to 16 kB.
    
    - The installer displays a more uptodate user wizard-like
      user interface, also containing a graphic: Just's Python Powered logo.
      (I could not convince myself to use one of the BeOpen logos).
    - The installation progress bar now moves correctly.
    018cbb15
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...