Branch: refs/heads/develop
Home: https://github.com/pyinstaller/pyinstaller
Commit: 87c50311879735c8dbe29b5687f0a042aeb3ca25
https://github.com/pyinstaller/pyinstaller/commit/87c50311879735c8dbe29b5687f0a042aeb3ca25
Author: Martin Zibricky <[email protected]>
Date: 2013-03-12 (Tue, 12 Mar 2013)
Changed paths:
M PyInstaller/bindepend.py
Log Message:
-----------
Fix: Regression on OSX where the absolute path to python library was not used.
Commit: f5a8bb43d1113e756f0c5b3cf0fca5ed6c1fb13b
https://github.com/pyinstaller/pyinstaller/commit/f5a8bb43d1113e756f0c5b3cf0fca5ed6c1fb13b
Author: Martin Zibricky <[email protected]>
Date: 2013-03-12 (Tue, 12 Mar 2013)
Changed paths:
M PyInstaller/bootloader/Darwin-32bit/run
M PyInstaller/bootloader/Darwin-32bit/run_d
M PyInstaller/bootloader/Darwin-32bit/runw
M PyInstaller/bootloader/Darwin-32bit/runw_d
M PyInstaller/bootloader/Darwin-64bit/run
M PyInstaller/bootloader/Darwin-64bit/run_d
M PyInstaller/bootloader/Darwin-64bit/runw
M PyInstaller/bootloader/Darwin-64bit/runw_d
Log Message:
-----------
Clean: Recompile OSX bootloaders.
Commit: 96f11d8819216252280f0dd3bfe47ec56ae464fb
https://github.com/pyinstaller/pyinstaller/commit/96f11d8819216252280f0dd3bfe47ec56ae464fb
Author: Martin Zibricky <[email protected]>
Date: 2013-03-21 (Thu, 21 Mar 2013)
Changed paths:
M tests/runtests.py
Log Message:
-----------
Fix PYTHONPATH for test runner.
Commit: 629925ec4bdec4cd8bf16ef8a01e99967eb31033
https://github.com/pyinstaller/pyinstaller/commit/629925ec4bdec4cd8bf16ef8a01e99967eb31033
Author: Martin Zibricky <[email protected]>
Date: 2013-03-21 (Thu, 21 Mar 2013)
Changed paths:
M PyInstaller/hooks/hook-pythoncom.py
M PyInstaller/hooks/hook-pywintypes.py
M PyInstaller/hooks/utils/django-import-finder.py
M PyInstaller/utils/versioninfo.py
Log Message:
-----------
Merge remote-tracking branch 'upstream/develop' into develop
Commit: 1815f6a301950677b261bc400ebfcea4ef00a89c
https://github.com/pyinstaller/pyinstaller/commit/1815f6a301950677b261bc400ebfcea4ef00a89c
Author: Martin Zibricky <[email protected]>
Date: 2013-03-21 (Thu, 21 Mar 2013)
Changed paths:
M PyInstaller/bindepend.py
M PyInstaller/bootloader/Darwin-32bit/run
M PyInstaller/bootloader/Darwin-32bit/run_d
M PyInstaller/bootloader/Darwin-32bit/runw
M PyInstaller/bootloader/Darwin-32bit/runw_d
M PyInstaller/bootloader/Darwin-64bit/run
M PyInstaller/bootloader/Darwin-64bit/run_d
M PyInstaller/bootloader/Darwin-64bit/runw
M PyInstaller/bootloader/Darwin-64bit/runw_d
Log Message:
-----------
Merge branch 'develop' of github.com:matysek/pyinstaller into develop
Commit: 127f55af166f36904dab695394a6cf53e7cba03f
https://github.com/pyinstaller/pyinstaller/commit/127f55af166f36904dab695394a6cf53e7cba03f
Author: Martin Zibricky <[email protected]>
Date: 2013-03-21 (Thu, 21 Mar 2013)
Changed paths:
A tests/basic/test_onefile_win32com.py
M tests/runtests.py
Log Message:
-----------
Issue #635: Add test case to import win32 com module.
Commit: 157ba21dc4616437e039a8e5f4ff19248dd51334
https://github.com/pyinstaller/pyinstaller/commit/157ba21dc4616437e039a8e5f4ff19248dd51334
Author: Martin Zibricky <[email protected]>
Date: 2013-03-23 (Sat, 23 Mar 2013)
Changed paths:
M bootloader/wscript
Log Message:
-----------
Fix: To compile Windows bootloader use oldest MSVC available.
Commit: 36721f9b71c1d32242918ddd7117b0fa191adbde
https://github.com/pyinstaller/pyinstaller/commit/36721f9b71c1d32242918ddd7117b0fa191adbde
Author: Martin Zibricky <[email protected]>
Date: 2013-03-23 (Sat, 23 Mar 2013)
Changed paths:
M PyInstaller/bootloader/Windows-32bit/inprocsrvr.dll
M PyInstaller/bootloader/Windows-32bit/inprocsrvr_d.dll
M PyInstaller/bootloader/Windows-32bit/inprocsrvrw.dll
M PyInstaller/bootloader/Windows-32bit/inprocsrvrw_d.dll
M PyInstaller/bootloader/Windows-32bit/run.exe
M PyInstaller/bootloader/Windows-32bit/run_d.exe
M PyInstaller/bootloader/Windows-32bit/runw.exe
M PyInstaller/bootloader/Windows-32bit/runw_d.exe
Log Message:
-----------
Fix: Recompile win 32bit bootloaders with VS2008 to work on win2k.
Commit: 33f79fb601c7aff9c8e87e493b5750763841ebd5
https://github.com/pyinstaller/pyinstaller/commit/33f79fb601c7aff9c8e87e493b5750763841ebd5
Author: Martin Zibricky <[email protected]>
Date: 2013-03-27 (Wed, 27 Mar 2013)
Changed paths:
M PyInstaller/cliutils/build.py
Log Message:
-----------
Issue #695: Fix traceback in utils/build.py.
Commit: 76d1b0b42605dbf5553a214871fa0a668b805884
https://github.com/pyinstaller/pyinstaller/commit/76d1b0b42605dbf5553a214871fa0a668b805884
Author: Martin Zibricky <[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
M PyInstaller/compat.py
Log Message:
-----------
Issue #696: Add function to expand tilde and env variables in given path.
Commit: 099d4776f5e942ea0d6c2574e1b408ae047f7862
https://github.com/pyinstaller/pyinstaller/commit/099d4776f5e942ea0d6c2574e1b408ae047f7862
Author: Martin Zibricky <[email protected]>
Date: 2013-03-30 (Sat, 30 Mar 2013)
Changed paths:
M PyInstaller/__init__.py
M PyInstaller/build.py
M PyInstaller/configure.py
M PyInstaller/main.py
M PyInstaller/makespec.py
Log Message:
-----------
Issue #697: Add cli options --distpath, --workpath, --specpath.
Commit: 56018d69d4a2f97f530581a6ef0a8bffde7a5938
https://github.com/pyinstaller/pyinstaller/commit/56018d69d4a2f97f530581a6ef0a8bffde7a5938
Author: Martin Zibricky <[email protected]>
Date: 2013-03-30 (Sat, 30 Mar 2013)
Changed paths:
M tests/basic/ctypeslib.py
R tests/basic/test_ctypes.py
R tests/basic/test_ctypes.spec
A tests/basic/test_onefile_ctypes.py
A tests/basic/test_onefile_ctypes.spec
Log Message:
-----------
Issue #697: Fix test_onefile_ctypes for linux.
Commit: ce6452e7d285912737a5335df091fdc7c3a9a4aa
https://github.com/pyinstaller/pyinstaller/commit/ce6452e7d285912737a5335df091fdc7c3a9a4aa
Author: Martin Zibricky <[email protected]>
Date: 2013-03-30 (Sat, 30 Mar 2013)
Changed paths:
M tests/basic/test_absolute_ld_library_path.py
M tests/runtests.py
Log Message:
-----------
Issue #697: Fix running tests and fix test_absolute_ld_library_path for Linux.
Commit: 4967498b139909e4890d69f7c7aaf1b3a8acb504
https://github.com/pyinstaller/pyinstaller/commit/4967498b139909e4890d69f7c7aaf1b3a8acb504
Author: Martin Zibricky <[email protected]>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
M PyInstaller/build.py
M PyInstaller/cliutils/makespec.py
M PyInstaller/compat.py
M PyInstaller/depend/imptracker.py
Log Message:
-----------
Issue #697: Generate .log files in WORKPATH.
Commit: b5f69306659f2d71bbf38f93d14d8bc72dfcfd85
https://github.com/pyinstaller/pyinstaller/commit/b5f69306659f2d71bbf38f93d14d8bc72dfcfd85
Author: Martin Zibricky <[email protected]>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
M PyInstaller/build.py
Log Message:
-----------
Issue #697: Fix distpath for .app bundle.
Commit: 02263b4ce907a909c109fc5c495efb1295ec36b0
https://github.com/pyinstaller/pyinstaller/commit/02263b4ce907a909c109fc5c495efb1295ec36b0
Author: Martin Zibricky <[email protected]>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
M PyInstaller/__init__.py
M PyInstaller/bindepend.py
M PyInstaller/bootloader/Darwin-32bit/run
M PyInstaller/bootloader/Darwin-32bit/run_d
M PyInstaller/bootloader/Darwin-32bit/runw
M PyInstaller/bootloader/Darwin-32bit/runw_d
M PyInstaller/bootloader/Darwin-64bit/run
M PyInstaller/bootloader/Darwin-64bit/run_d
M PyInstaller/bootloader/Darwin-64bit/runw
M PyInstaller/bootloader/Darwin-64bit/runw_d
M PyInstaller/bootloader/Windows-32bit/inprocsrvr.dll
M PyInstaller/bootloader/Windows-32bit/inprocsrvr_d.dll
M PyInstaller/bootloader/Windows-32bit/inprocsrvrw.dll
M PyInstaller/bootloader/Windows-32bit/inprocsrvrw_d.dll
M PyInstaller/bootloader/Windows-32bit/run.exe
M PyInstaller/bootloader/Windows-32bit/run_d.exe
M PyInstaller/bootloader/Windows-32bit/runw.exe
M PyInstaller/bootloader/Windows-32bit/runw_d.exe
M PyInstaller/build.py
M PyInstaller/cliutils/build.py
M PyInstaller/cliutils/makespec.py
M PyInstaller/compat.py
M PyInstaller/configure.py
M PyInstaller/depend/imptracker.py
M PyInstaller/main.py
M PyInstaller/makespec.py
M bootloader/wscript
M tests/basic/ctypeslib.py
M tests/basic/test_absolute_ld_library_path.py
R tests/basic/test_ctypes.py
R tests/basic/test_ctypes.spec
A tests/basic/test_onefile_ctypes.py
A tests/basic/test_onefile_ctypes.spec
A tests/basic/test_onefile_win32com.py
M tests/runtests.py
Log Message:
-----------
Merge pull request #47 from matysek/develop
Fix OS X Python library detection and recompiled bootloader for Win2k and OSX.
Add options --specpath, --distpath, --workpath.
Compare:
https://github.com/pyinstaller/pyinstaller/compare/99f39a40e899...02263b4ce907
--
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.