Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: c63e33b9401c855b2039308e7e91dcd6f145091e
      
https://github.com/pyinstaller/pyinstaller/commit/c63e33b9401c855b2039308e7e91dcd6f145091e
  Author: dhyams <[email protected]>
  Date:   2013-04-10 (Wed, 10 Apr 2013)

  Changed paths:
    M bootloader/common/main.c
    M bootloader/common/pyi_launch.c
    M bootloader/common/pyi_launch.h
    M bootloader/wscript

  Log Message:
  -----------
  Under OSX, watch for OpenDocument AppleEvents, and add the files passed in
to the sys.argv command line on the Python side.


  Commit: be0f5305abcfec80a538ba454fe4c7f2ec93372d
      
https://github.com/pyinstaller/pyinstaller/commit/be0f5305abcfec80a538ba454fe4c7f2ec93372d
  Author: dhyams <[email protected]>
  Date:   2013-04-10 (Wed, 10 Apr 2013)

  Changed paths:
    M bootloader/common/pyi_launch.c

  Log Message:
  -----------
  bugfix: global variables argv_pyi/argc_pyi were not handled correctly in the
previous rev.


  Commit: 2d44229abf1c801e39644fb9cddf350944141bc6
      
https://github.com/pyinstaller/pyinstaller/commit/2d44229abf1c801e39644fb9cddf350944141bc6
  Author: dhyams <[email protected]>
  Date:   2013-04-10 (Wed, 10 Apr 2013)

  Changed paths:
    M bootloader/common/main.c
    M bootloader/common/pyi_launch.c

  Log Message:
  -----------
  Small tweaks to some printouts, and added cleanup code for the argv_pyi 
allocation.


  Commit: 83f3d0446ab45a73c25ded25e0e65ef5c90af667
      
https://github.com/pyinstaller/pyinstaller/commit/83f3d0446ab45a73c25ded25e0e65ef5c90af667
  Author: dhyams <[email protected]>
  Date:   2013-04-10 (Wed, 10 Apr 2013)

  Changed paths:
    M bootloader/common/pyi_launch.c

  Log Message:
  -----------
  Forgot to uninstall the OpenDocument/AppleEvent handler.  It would not have
affected anything, but just trying to be clean.  Fixed.


  Commit: 3634af5281030053f08306205a8bf4116939acba
      
https://github.com/pyinstaller/pyinstaller/commit/3634af5281030053f08306205a8bf4116939acba
  Author: dhyams <[email protected]>
  Date:   2013-04-11 (Thu, 11 Apr 2013)

  Changed paths:
    A tests/interactive/test_argv_emulation.py
    A tests/interactive/test_argv_emulation.spec

  Log Message:
  -----------
  Added a small test case to test argv emulation, which self-describes what
to do to properly test the capability.


  Commit: 62625db33a6f3344601bddc1d59a7805a14e43f8
      
https://github.com/pyinstaller/pyinstaller/commit/62625db33a6f3344601bddc1d59a7805a14e43f8
  Author: dhyams <[email protected]>
  Date:   2013-04-11 (Thu, 11 Apr 2013)

  Changed paths:
    M bootloader/common/main.c
    M bootloader/common/pyi_launch.c
    M bootloader/common/pyi_launch.h
    M bootloader/common/pyi_utils.c
    M bootloader/common/pyi_utils.h

  Log Message:
  -----------
  Moved all new code from pyi_launch.c to pyi_util.c.  Also changed naming style
for functions from camelcase to lowercase/underscore.


  Commit: 1e6f4a83c04eb98fa1dd0f8e2b222cc0d86c500a
      
https://github.com/pyinstaller/pyinstaller/commit/1e6f4a83c04eb98fa1dd0f8e2b222cc0d86c500a
  Author: dhyams <[email protected]>
  Date:   2013-04-11 (Thu, 11 Apr 2013)

  Changed paths:
    M bootloader/common/main.c
    M bootloader/common/pyi_utils.c
    M bootloader/common/pyi_utils.h

  Log Message:
  -----------
  More refactoring as per matysek.


  Commit: 7419f3d58da86e278ffc2160d509e6a9532c318d
      
https://github.com/pyinstaller/pyinstaller/commit/7419f3d58da86e278ffc2160d509e6a9532c318d
  Author: dhyams <[email protected]>
  Date:   2013-04-11 (Thu, 11 Apr 2013)

  Changed paths:
    M tests/interactive/test_argv_emulation.py
    R tests/interactive/test_argv_emulation.spec

  Log Message:
  -----------
  Made the test_argv_emulation test a little simpler; there is now no
spec file required.


  Commit: 17bb9dbd098a6159ff1671f45f019692e6248d45
      
https://github.com/pyinstaller/pyinstaller/commit/17bb9dbd098a6159ff1671f45f019692e6248d45
  Author: dhyams <[email protected]>
  Date:   2013-04-11 (Thu, 11 Apr 2013)

  Changed paths:
    M tests/interactive/test_argv_emulation.py

  Log Message:
  -----------
  Small fix for test_argv_emulation.py


  Commit: 1e33db7753ef38b2dc81c08d48e1961e41f486c4
      
https://github.com/pyinstaller/pyinstaller/commit/1e33db7753ef38b2dc81c08d48e1961e41f486c4
  Author: Martin Zibricky <[email protected]>
  Date:   2013-04-11 (Thu, 11 Apr 2013)

  Changed paths:
    M bootloader/common/main.c
    M bootloader/common/pyi_launch.c
    M bootloader/common/pyi_utils.c
    M bootloader/common/pyi_utils.h
    M bootloader/wscript
    A tests/interactive/test_argv_emulation.py

  Log Message:
  -----------
  Merge pull request #50 from dhyams/mac_argv_emulation

Add argv_emulation for windowed OSX applications.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/a90c9289f356...1e33db7753ef

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to