Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 2213b7fb4a6084673f369f6b52835efcc36d8f70
      
https://github.com/pyinstaller/pyinstaller/commit/2213b7fb4a6084673f369f6b52835efcc36d8f70
  Author: Martin Zibricky <[email protected]>
  Date:   2012-08-17 (Fri, 17 Aug 2012)

  Changed paths:
    M buildtests/runtests.py

  Log Message:
  -----------
  Clean: Remove .spec files created by __file__ tests.


  Commit: 454f4af9ac9d45b6afc0ad750821244778d23991
      
https://github.com/pyinstaller/pyinstaller/commit/454f4af9ac9d45b6afc0ad750821244778d23991
  Author: Martin Zibricky <[email protected]>
  Date:   2012-08-18 (Sat, 18 Aug 2012)

  Changed paths:
    A bootloader/common/launch.c
    A bootloader/common/launch.h
    A bootloader/common/main.c
    A bootloader/common/mkdtemp.h
    A bootloader/common/utils.h
    A bootloader/crypto/AES.c
    A bootloader/crypto/block_template.c
    A bootloader/crypto/setup.cfg
    A bootloader/crypto/setup.py
    A bootloader/images/icon-console.icns
    A bootloader/images/icon-console.ico
    A bootloader/images/icon-console.svg
    A bootloader/images/icon-windowed.icns
    A bootloader/images/icon-windowed.ico
    A bootloader/images/icon-windowed.svg
    A bootloader/linux/getpath.c
    A bootloader/linux/getpath.h
    A bootloader/linux/utils.c
    A bootloader/waf
    A bootloader/windows/dllmain.c
    A bootloader/windows/dllmain.def
    A bootloader/windows/manifest.xml
    A bootloader/windows/resource.h
    A bootloader/windows/run.rc
    A bootloader/windows/runw.rc
    A bootloader/windows/utils.c
    A bootloader/wscript
    A bootloader/zlib/README
    A bootloader/zlib/adler32.c
    A bootloader/zlib/crc32.c
    A bootloader/zlib/crc32.h
    A bootloader/zlib/crypt.h
    A bootloader/zlib/inffast.c
    A bootloader/zlib/inffast.h
    A bootloader/zlib/inffixed.h
    A bootloader/zlib/inflate.c
    A bootloader/zlib/inflate.h
    A bootloader/zlib/inftrees.c
    A bootloader/zlib/inftrees.h
    A bootloader/zlib/ioapi.c
    A bootloader/zlib/ioapi.h
    A bootloader/zlib/unzip.c
    A bootloader/zlib/unzip.h
    A bootloader/zlib/zconf.h
    A bootloader/zlib/zlib.h
    A bootloader/zlib/zutil.c
    A bootloader/zlib/zutil.h
    R source/common/launch.c
    R source/common/launch.h
    R source/common/main.c
    R source/common/mkdtemp.h
    R source/common/utils.h
    R source/crypto/AES.c
    R source/crypto/block_template.c
    R source/crypto/setup.cfg
    R source/crypto/setup.py
    R source/images/icon-console.icns
    R source/images/icon-console.ico
    R source/images/icon-console.svg
    R source/images/icon-windowed.icns
    R source/images/icon-windowed.ico
    R source/images/icon-windowed.svg
    R source/linux/getpath.c
    R source/linux/getpath.h
    R source/linux/utils.c
    R source/waf
    R source/windows/dllmain.c
    R source/windows/dllmain.def
    R source/windows/manifest.xml
    R source/windows/resource.h
    R source/windows/run.rc
    R source/windows/runw.rc
    R source/windows/utils.c
    R source/wscript
    R source/zlib/README
    R source/zlib/adler32.c
    R source/zlib/crc32.c
    R source/zlib/crc32.h
    R source/zlib/crypt.h
    R source/zlib/inffast.c
    R source/zlib/inffast.h
    R source/zlib/inffixed.h
    R source/zlib/inflate.c
    R source/zlib/inflate.h
    R source/zlib/inftrees.c
    R source/zlib/inftrees.h
    R source/zlib/ioapi.c
    R source/zlib/ioapi.h
    R source/zlib/unzip.c
    R source/zlib/unzip.h
    R source/zlib/zconf.h
    R source/zlib/zlib.h
    R source/zlib/zutil.c
    R source/zlib/zutil.h

  Log Message:
  -----------
  Clean: Rename source directory to bootloader.


  Commit: 4aaeaae90fb31b1c9857516a0a1ca77523941352
      
https://github.com/pyinstaller/pyinstaller/commit/4aaeaae90fb31b1c9857516a0a1ca77523941352
  Author: Martin Zibricky <[email protected]>
  Date:   2012-08-18 (Sat, 18 Aug 2012)

  Changed paths:
    M buildtests/runtests.py
    M buildtests/setupenv_windows.py

  Log Message:
  -----------
  Clean: Drop compatibility of buildtests with python 2.3.


  Commit: 7cb5a1e80aec7654f87f80f70762c054c2966d52
      
https://github.com/pyinstaller/pyinstaller/commit/7cb5a1e80aec7654f87f80f70762c054c2966d52
  Author: Martin Zibricky <[email protected]>
  Date:   2012-08-18 (Sat, 18 Aug 2012)

  Changed paths:
    M buildtests/runtests.py

  Log Message:
  -----------
  Clean: PEP8 cleanup in runtests.py.


  Commit: c3067b1671257b58d6ae5ba1ad653b034edece90
      
https://github.com/pyinstaller/pyinstaller/commit/c3067b1671257b58d6ae5ba1ad653b034edece90
  Author: Martin Zibricky <[email protected]>
  Date:   2012-08-18 (Sat, 18 Aug 2012)

  Changed paths:
    M PyInstaller/__init__.py
    M PyInstaller/bindepend.py
    M PyInstaller/build.py
    M PyInstaller/compat.py
    M PyInstaller/configure.py
    M PyInstaller/depend/dylib.py
    M PyInstaller/depend/impdirector.py
    M PyInstaller/depend/modules.py
    M PyInstaller/depend/utils.py
    M PyInstaller/hooks/django-import-finder.py
    M PyInstaller/hooks/hook-_tkinter.py
    R PyInstaller/lib/__subprocess.py
    M PyInstaller/loader/iu.py
    M PyInstaller/utils/winresource.py
    M buildtests/runtests.py

  Log Message:
  -----------
  Issue #207: Drop compatibility for Python 2.3.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/1936c2bf6462...c3067b167125

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to