Branch: refs/heads/python3
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: c0a307cfbe5dc1a9c3ecd0735e2f7ddedf67b8b4
      
https://github.com/pyinstaller/pyinstaller/commit/c0a307cfbe5dc1a9c3ecd0735e2f7ddedf67b8b4
  Author: Martin Zibricky <[email protected]>
  Date:   2015-08-11 (Tue, 11 Aug 2015)

  Changed paths:
    M PyInstaller/hooks/hook-django.contrib.sessions.py
    M PyInstaller/hooks/hook-django.core.cache.py
    M PyInstaller/hooks/hook-django.py

  Log Message:
  -----------
  Issue #1382: Simplify some django hook files.


  Commit: 245894930de7511ffe8419612f748f7e835e56fb
      
https://github.com/pyinstaller/pyinstaller/commit/245894930de7511ffe8419612f748f7e835e56fb
  Author: Martin Zibricky <[email protected]>
  Date:   2015-08-11 (Tue, 11 Aug 2015)

  Changed paths:
    M PyInstaller/utils/misc.py

  Log Message:
  -----------
  Issue #1382: Drop old unused function.


  Commit: 37735dd8f6e97ddb4a2b25fd2059be7a9ec6bb70
      
https://github.com/pyinstaller/pyinstaller/commit/37735dd8f6e97ddb4a2b25fd2059be7a9ec6bb70
  Author: Martin Zibricky <[email protected]>
  Date:   2015-08-11 (Tue, 11 Aug 2015)

  Changed paths:
    M PyInstaller/__init__.py
    M PyInstaller/building/build_main.py
    M PyInstaller/config.py
    M PyInstaller/depend/utils.py
    M PyInstaller/utils/hooks/hookutils.py

  Log Message:
  -----------
  Issue #1382: Set pathex as global accessible variable.


  Commit: 88017af076c5832570fb31955d86d924a34398fe
      
https://github.com/pyinstaller/pyinstaller/commit/88017af076c5832570fb31955d86d924a34398fe
  Author: Martin Zibricky <[email protected]>
  Date:   2015-08-11 (Tue, 11 Aug 2015)

  Changed paths:
    M PyInstaller/compat.py
    M PyInstaller/utils/hooks/hookutils.py

  Log Message:
  -----------
  Issue #1382: In hookutils set PYTHONPATH only for subprocess.


  Commit: 9031287d962318b5bf0366eb1eed7b9b1392ac13
      
https://github.com/pyinstaller/pyinstaller/commit/9031287d962318b5bf0366eb1eed7b9b1392ac13
  Author: Martin Zibricky <[email protected]>
  Date:   2015-08-11 (Tue, 11 Aug 2015)

  Changed paths:
    M PyInstaller/bootloader/Linux-64bit/run
    M PyInstaller/bootloader/Linux-64bit/run_d

  Log Message:
  -----------
  Issue #1382: Recompile Linux-64bit bootloader.


  Commit: bfb260b46a0924a83d6d61f2a16073b16473915c
      
https://github.com/pyinstaller/pyinstaller/commit/bfb260b46a0924a83d6d61f2a16073b16473915c
  Author: Martin Zibricky <[email protected]>
  Date:   2015-08-11 (Tue, 11 Aug 2015)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Issue #1382: Run 5 parallel processes in Travis.


  Commit: 8537bf80035f5dab1605924547e0ed4ace9d5a99
      
https://github.com/pyinstaller/pyinstaller/commit/8537bf80035f5dab1605924547e0ed4ace9d5a99
  Author: Martin Zibricky <[email protected]>
  Date:   2015-08-11 (Tue, 11 Aug 2015)

  Changed paths:
    M PyInstaller/lib/modulegraph/modulegraph.py

  Log Message:
  -----------
  Issue #1401: Restore swig support in modulegraph. Accidentally removed it.


  Commit: 68557c76cdf16f2a91c3421a0b41a7e3d83e17a6
      
https://github.com/pyinstaller/pyinstaller/commit/68557c76cdf16f2a91c3421a0b41a7e3d83e17a6
  Author: Martin Zibricky <[email protected]>
  Date:   2015-08-11 (Tue, 11 Aug 2015)

  Changed paths:
    M PyInstaller/lib/README.rst
    M PyInstaller/lib/modulegraph/modulegraph.py

  Log Message:
  -----------
  Issue #1401: Ignore __main__ module in modulegraph, updated README for libs.


  Commit: 466d54231132931feb8bf24ae7123e20803c1d57
      
https://github.com/pyinstaller/pyinstaller/commit/466d54231132931feb8bf24ae7123e20803c1d57
  Author: Martin Zibricky <[email protected]>
  Date:   2015-08-11 (Tue, 11 Aug 2015)

  Changed paths:
    M PyInstaller/config.py
    M PyInstaller/lib/README.rst
    M PyInstaller/lib/modulegraph/modulegraph.py

  Log Message:
  -----------
  Issue #1382: Initialize pathex in CONF dictionary and for SWIG ignore 
MissingModule.


  Commit: 43c1e7dec4b7d26ac5f8d1a85112e9a50ab58f9e
      
https://github.com/pyinstaller/pyinstaller/commit/43c1e7dec4b7d26ac5f8d1a85112e9a50ab58f9e
  Author: Martin Zibricky <[email protected]>
  Date:   2015-08-11 (Tue, 11 Aug 2015)

  Changed paths:
    M PyInstaller/utils/hooks/hookutils.py

  Log Message:
  -----------
  Issue #1382: Restore Python 2 compatibility.


  Commit: 99bcc384d8d5467d51a1ea500b35c14db07f186d
      
https://github.com/pyinstaller/pyinstaller/commit/99bcc384d8d5467d51a1ea500b35c14db07f186d
  Author: Martin Zibricky <[email protected]>
  Date:   2015-08-11 (Tue, 11 Aug 2015)

  Changed paths:
    M PyInstaller/utils/hooks/hookutils.py

  Log Message:
  -----------
  Issue #1382: Attempt to fix pywin32 tests.


  Commit: f2ebb920299961937859cec2db20239ecdbdf723
      
https://github.com/pyinstaller/pyinstaller/commit/f2ebb920299961937859cec2db20239ecdbdf723
  Author: Martin Zibricky <[email protected]>
  Date:   2015-08-11 (Tue, 11 Aug 2015)

  Changed paths:
    M PyInstaller/depend/analysis.py

  Log Message:
  -----------
  Issue #1382: Convert Alias module names to string type.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/2fd84ae216e4...f2ebb9202999

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to