Branch: refs/heads/develop
Home: https://github.com/pyinstaller/pyinstaller
Commit: 1a62e431f9824db71863277e6b5a637db5d7e7b2
https://github.com/pyinstaller/pyinstaller/commit/1a62e431f9824db71863277e6b5a637db5d7e7b2
Author: Martin Zibricky <[email protected]>
Date: 2013-01-30 (Wed, 30 Jan 2013)
Changed paths:
M bootloader/common/launch.c
M bootloader/common/launch.h
M bootloader/common/main.c
M bootloader/common/mkdtemp.h
M bootloader/common/pyi_archive.c
M bootloader/common/pyi_archive.h
M bootloader/common/pyi_global.c
M bootloader/common/pyi_global.h
M bootloader/common/pyi_python.c
M bootloader/common/pyi_python.h
M bootloader/common/pyi_pythonlib.c
M bootloader/common/pyi_pythonlib.h
M bootloader/common/pyi_utils.c
M bootloader/common/pyi_utils.h
M bootloader/common/utils.h
M bootloader/linux/getpath.h
M bootloader/linux/utils.c
M bootloader/windows/dllmain.c
M bootloader/windows/resource.h
M bootloader/windows/utils.c
M bootloader/wscript
M bootloader/wscript17
M doc/credits.txt
Log Message:
-----------
Clean: Update license header in bootloader source code.
Commit: 53d8626d9e0066d55588388ea010b9d97fb5d5ae
https://github.com/pyinstaller/pyinstaller/commit/53d8626d9e0066d55588388ea010b9d97fb5d5ae
Author: Martin Zibricky <[email protected]>
Date: 2013-02-04 (Mon, 04 Feb 2013)
Changed paths:
M bootloader/common/launch.c
M bootloader/common/main.c
M bootloader/common/pyi_utils.c
Log Message:
-----------
Issue #298: Fix onefile mode with stb.h functions.
Commit: 231e3cedb2eabbdd6ed0e2b4574aa02a0cba79f8
https://github.com/pyinstaller/pyinstaller/commit/231e3cedb2eabbdd6ed0e2b4574aa02a0cba79f8
Author: Martin Zibricky <[email protected]>
Date: 2013-02-04 (Mon, 04 Feb 2013)
Changed paths:
M bootloader/common/launch.c
M bootloader/common/pyi_archive.c
Log Message:
-----------
Issue #298: Check temppath existence only once.
Commit: a8f2e2d716314fe7a97af71728f00e17a937e47c
https://github.com/pyinstaller/pyinstaller/commit/a8f2e2d716314fe7a97af71728f00e17a937e47c
Author: Martin Zibricky <[email protected]>
Date: 2013-02-05 (Tue, 05 Feb 2013)
Changed paths:
M bootloader/common/launch.c
M bootloader/common/main.c
M bootloader/common/pyi_archive.c
A bootloader/common/pyi_path.c
A bootloader/common/pyi_path.h
M bootloader/common/pyi_utils.c
M bootloader/common/utils.h
M bootloader/linux/utils.c
M bootloader/windows/utils.c
Log Message:
-----------
Issue #298: Consolidate multiple implementation of get_thisfile() to one
function.
Commit: eb419e8355b86ad5a4be4230c9a5708320b12b72
https://github.com/pyinstaller/pyinstaller/commit/eb419e8355b86ad5a4be4230c9a5708320b12b72
Author: Martin Zibricky <[email protected]>
Date: 2013-02-06 (Wed, 06 Feb 2013)
Changed paths:
M bootloader/common/pyi_path.c
M bootloader/common/stb.h
M bootloader/windows/utils.c
Log Message:
-----------
Issue #298: Fix compilation on Windows.
Commit: 110990bbf81de7007770738ac3e7c487f1ce91f8
https://github.com/pyinstaller/pyinstaller/commit/110990bbf81de7007770738ac3e7c487f1ce91f8
Author: Martin Zibricky <[email protected]>
Date: 2013-02-07 (Thu, 07 Feb 2013)
Changed paths:
M bootloader/common/pyi_global.c
M bootloader/common/stb.h
Log Message:
-----------
Issue #298: Fix issue with debug output in console on Windows.
Commit: 9d2ff7246c6f16a435f2508e21e47cea6653f95e
https://github.com/pyinstaller/pyinstaller/commit/9d2ff7246c6f16a435f2508e21e47cea6653f95e
Author: Martin Zibricky <[email protected]>
Date: 2013-02-08 (Fri, 08 Feb 2013)
Changed paths:
M bootloader/common/stb.h
Log Message:
-----------
Issue #298: Fix compilation on Linux.
Commit: 398e2251e0456524e1eb0c3a5db69114ea0d2ab7
https://github.com/pyinstaller/pyinstaller/commit/398e2251e0456524e1eb0c3a5db69114ea0d2ab7
Author: Martin Zibricky <[email protected]>
Date: 2013-02-08 (Fri, 08 Feb 2013)
Changed paths:
M bootloader/common/pyi_archive.h
M bootloader/common/pyi_global.h
M bootloader/common/pyi_utils.c
M bootloader/common/utils.h
Log Message:
-----------
Issue #298: Add macros for separator and path separator.
Commit: 6892b62a6885a36dd6ff4d8663172df74a4dd285
https://github.com/pyinstaller/pyinstaller/commit/6892b62a6885a36dd6ff4d8663172df74a4dd285
Author: Martin Zibricky <[email protected]>
Date: 2013-02-08 (Fri, 08 Feb 2013)
Changed paths:
M bootloader/common/pyi_pythonlib.c
M bootloader/common/pyi_utils.c
M bootloader/linux/utils.c
M bootloader/windows/utils.c
Log Message:
-----------
Issue #298: Use macros for separator and path separator.
Commit: fadcf331aab39faaa428ce8430be146f34afdf4b
https://github.com/pyinstaller/pyinstaller/commit/fadcf331aab39faaa428ce8430be146f34afdf4b
Author: Martin Zibricky <[email protected]>
Date: 2013-02-09 (Sat, 09 Feb 2013)
Changed paths:
R bootloader/common/launch.c
R bootloader/common/launch.h
M bootloader/common/main.c
A bootloader/common/pyi_launch.c
A bootloader/common/pyi_launch.h
M bootloader/windows/dllmain.c
Log Message:
-----------
Issue #298: Rename launch.c and launch.h.
Commit: 5476abdbd816af4b783d3c2177c1f3b2870b90c0
https://github.com/pyinstaller/pyinstaller/commit/5476abdbd816af4b783d3c2177c1f3b2870b90c0
Author: Martin Zibricky <[email protected]>
Date: 2013-02-09 (Sat, 09 Feb 2013)
Changed paths:
M bootloader/common/main.c
M bootloader/common/pyi_archive.c
M bootloader/common/pyi_archive.h
M bootloader/common/pyi_launch.c
M bootloader/common/pyi_launch.h
Log Message:
-----------
Issue #298: Rename function init() to pyi_arch_setup().
Commit: db69fdeda1b36f8bb1dbccaee8623c6061e2b373
https://github.com/pyinstaller/pyinstaller/commit/db69fdeda1b36f8bb1dbccaee8623c6061e2b373
Author: Martin Zibricky <[email protected]>
Date: 2013-02-09 (Sat, 09 Feb 2013)
Changed paths:
M bootloader/common/main.c
M bootloader/common/pyi_launch.c
M bootloader/common/pyi_launch.h
Log Message:
-----------
Issue #298: Rename function doIt() to pyi_launch_execute().
Commit: ff18b0eab8e863c4c1643b12a3aaeed2741fdf04
https://github.com/pyinstaller/pyinstaller/commit/ff18b0eab8e863c4c1643b12a3aaeed2741fdf04
Author: Martin Zibricky <[email protected]>
Date: 2013-02-09 (Sat, 09 Feb 2013)
Changed paths:
M bootloader/common/main.c
M bootloader/common/pyi_launch.c
M bootloader/common/pyi_launch.h
Log Message:
-----------
Issue #298: Wrap platform specific initialization and finalization code in
bootloader.
Commit: 88b5077d3b69e3e5e8ce290e3d54cd2dd001f1f5
https://github.com/pyinstaller/pyinstaller/commit/88b5077d3b69e3e5e8ce290e3d54cd2dd001f1f5
Author: Martin Zibricky <[email protected]>
Date: 2013-02-09 (Sat, 09 Feb 2013)
Changed paths:
M bootloader/common/main.c
M bootloader/common/pyi_path.c
M bootloader/common/pyi_path.h
M bootloader/common/utils.h
M bootloader/linux/utils.c
M bootloader/windows/utils.c
Log Message:
-----------
Issue #298: Move some path functions to pyi_path.c.
Commit: cbaa9aa3bd0d84da40b8ed546bc2f85a892f2288
https://github.com/pyinstaller/pyinstaller/commit/cbaa9aa3bd0d84da40b8ed546bc2f85a892f2288
Author: Martin Zibricky <[email protected]>
Date: 2013-02-09 (Sat, 09 Feb 2013)
Changed paths:
M bootloader/common/main.c
M bootloader/common/pyi_utils.c
M bootloader/common/pyi_utils.h
M bootloader/common/utils.h
R bootloader/linux/utils.c
M bootloader/windows/utils.c
Log Message:
-----------
Issue #298: Move some utility functions to pyi_utils.c.
Commit: 4a092e14dbfb4cb6b774461add0e11613a46090b
https://github.com/pyinstaller/pyinstaller/commit/4a092e14dbfb4cb6b774461add0e11613a46090b
Author: Martin Zibricky <[email protected]>
Date: 2013-02-09 (Sat, 09 Feb 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/windows/dllmain.c
M bootloader/wscript
Log Message:
-----------
Issue #298: Fix compilation on Windows.
Commit: 4a468bc2def783d8df775fcf8bff42fcf5bbdf27
https://github.com/pyinstaller/pyinstaller/commit/4a468bc2def783d8df775fcf8bff42fcf5bbdf27
Author: Martin Zibricky <[email protected]>
Date: 2013-02-09 (Sat, 09 Feb 2013)
Changed paths:
M bootloader/common/main.c
M bootloader/common/pyi_archive.c
M bootloader/common/pyi_archive.h
M bootloader/common/pyi_launch.c
M bootloader/common/pyi_utils.c
Log Message:
-----------
Issue #298: Eliminate the need for temppathraw in bootloader on Windows.
Commit: 8ddfcad3420c3853e0a0bde9494d2f6fac3c69b0
https://github.com/pyinstaller/pyinstaller/commit/8ddfcad3420c3853e0a0bde9494d2f6fac3c69b0
Author: Martin Zibricky <[email protected]>
Date: 2013-02-12 (Tue, 12 Feb 2013)
Changed paths:
M bootloader/common/main.c
M bootloader/common/pyi_archive.c
M bootloader/common/pyi_global.h
M bootloader/common/pyi_launch.c
M bootloader/common/pyi_launch.h
M bootloader/windows/dllmain.c
Log Message:
-----------
Issue #298: Cleanup the status_list code in bootloader.
Commit: 10009d22a1dc1fb080cd26b0397d2ca7b7d40b06
https://github.com/pyinstaller/pyinstaller/commit/10009d22a1dc1fb080cd26b0397d2ca7b7d40b06
Author: Martin Zibricky <[email protected]>
Date: 2013-02-12 (Tue, 12 Feb 2013)
Changed paths:
M bootloader/common/pyi_utils.c
Log Message:
-----------
Issue #298: Fix function pyi_path_join in bootloader.
Commit: 26fc25d6d48a13cdeb892e6445189cd423c41478
https://github.com/pyinstaller/pyinstaller/commit/26fc25d6d48a13cdeb892e6445189cd423c41478
Author: Martin Zibricky <[email protected]>
Date: 2013-02-12 (Tue, 12 Feb 2013)
Changed paths:
M buildtests/runtests.py
Log Message:
-----------
Issue #298: Do not use upx for tests.
Commit: 5ab408dc48e20fe6b660e1cc2029f9cb90cb0bb3
https://github.com/pyinstaller/pyinstaller/commit/5ab408dc48e20fe6b660e1cc2029f9cb90cb0bb3
Author: Martin Zibricky <[email protected]>
Date: 2013-02-13 (Wed, 13 Feb 2013)
Changed paths:
M bootloader/common/pyi_global.h
Log Message:
-----------
Issue #298: Add ability to detect memory leaks with Boehms garbage collector.
Commit: 7a9361d84f62aa8551a74fa511d5cda5845e7e3e
https://github.com/pyinstaller/pyinstaller/commit/7a9361d84f62aa8551a74fa511d5cda5845e7e3e
Author: Martin Zibricky <[email protected]>
Date: 2013-02-13 (Wed, 13 Feb 2013)
Changed paths:
M bootloader/common/main.c
M bootloader/common/pyi_archive.c
M bootloader/common/pyi_archive.h
M bootloader/common/pyi_launch.c
M bootloader/common/pyi_launch.h
M bootloader/common/pyi_pythonlib.c
M bootloader/common/pyi_pythonlib.h
Log Message:
-----------
Issue #298: Fix some memory leaks and better formatting of console output.
Commit: 5f60e6a2cc3fb27840661d38cf135442f0605418
https://github.com/pyinstaller/pyinstaller/commit/5f60e6a2cc3fb27840661d38cf135442f0605418
Author: Martin Zibricky <[email protected]>
Date: 2013-02-13 (Wed, 13 Feb 2013)
Changed paths:
M bootloader/common/pyi_archive.c
M bootloader/common/pyi_launch.c
Log Message:
-----------
Issue #298: Fixes some multipackage tests.
Commit: 1b6bc516e77d61b767fb70c147fca683659c3cef
https://github.com/pyinstaller/pyinstaller/commit/1b6bc516e77d61b767fb70c147fca683659c3cef
Author: Martin Zibricky <[email protected]>
Date: 2013-02-14 (Thu, 14 Feb 2013)
Changed paths:
M buildtests/multipackage/test_multipackage1.spec
M buildtests/multipackage/test_multipackage2.spec
M buildtests/multipackage/test_multipackage3.spec
M buildtests/multipackage/test_multipackage4.spec
M buildtests/multipackage/test_multipackage5.spec
Log Message:
-----------
Issue #298: Use debug bootloader for multipackage tests.
Commit: 032107ba6ce480af888822707e49d799321e585e
https://github.com/pyinstaller/pyinstaller/commit/032107ba6ce480af888822707e49d799321e585e
Author: Martin Zibricky <[email protected]>
Date: 2013-02-15 (Fri, 15 Feb 2013)
Changed paths:
M bootloader/common/pyi_archive.c
M bootloader/common/pyi_launch.c
M bootloader/common/pyi_path.c
M bootloader/common/pyi_pythonlib.c
M bootloader/common/pyi_utils.c
M bootloader/windows/utils.c
Log Message:
-----------
Issue #298: Add prefix LOADER to debug text from bootloader.
Commit: ad663561aabcfa2239dad7dd4822953316716f08
https://github.com/pyinstaller/pyinstaller/commit/ad663561aabcfa2239dad7dd4822953316716f08
Author: Martin Zibricky <[email protected]>
Date: 2013-02-16 (Sat, 16 Feb 2013)
Changed paths:
M bootloader/common/stb.h
Log Message:
-----------
Issue #298: Fix function stb_fullpath in stb.h.
Commit: c18988b8bc88c42fb43fdfd496e1c926fc475ea0
https://github.com/pyinstaller/pyinstaller/commit/c18988b8bc88c42fb43fdfd496e1c926fc475ea0
Author: Martin Zibricky <[email protected]>
Date: 2013-02-16 (Sat, 16 Feb 2013)
Changed paths:
M bootloader/common/main.c
M bootloader/common/pyi_launch.c
M bootloader/common/pyi_path.c
M bootloader/common/pyi_path.h
M bootloader/common/pyi_pythonlib.c
M bootloader/common/pyi_utils.c
M bootloader/common/pyi_utils.h
Log Message:
-----------
Issue #298: In bootloader remove trailing slash in paths and move path
functions to better place.
Commit: da2e99cdafba0ecde28c6f6c073f8e4dcae286ea
https://github.com/pyinstaller/pyinstaller/commit/da2e99cdafba0ecde28c6f6c073f8e4dcae286ea
Author: Martin Zibricky <[email protected]>
Date: 2013-02-17 (Sun, 17 Feb 2013)
Changed paths:
M bootloader/common/pyi_launch.c
M bootloader/common/pyi_pythonlib.c
M bootloader/common/pyi_utils.c
Log Message:
-----------
Issue #298: Fix bootloader remove trailing slash in paths and move path
functions to better place.
Commit: d468c3205767e28648fc176dbfe2c7f3fb3dd06b
https://github.com/pyinstaller/pyinstaller/commit/d468c3205767e28648fc176dbfe2c7f3fb3dd06b
Author: Martin Zibricky <[email protected]>
Date: 2013-02-17 (Sun, 17 Feb 2013)
Changed paths:
M bootloader/common/pyi_utils.c
Log Message:
-----------
Issue #298: Use getenv/setenv wrappers everywhere in the bootloader.
Commit: 25a4943aed21faa3aea5aa0b7fd96cbf32684425
https://github.com/pyinstaller/pyinstaller/commit/25a4943aed21faa3aea5aa0b7fd96cbf32684425
Author: Martin Zibricky <[email protected]>
Date: 2013-02-17 (Sun, 17 Feb 2013)
Changed paths:
M bootloader/common/pyi_path.c
M bootloader/common/pyi_utils.c
M bootloader/windows/utils.c
Log Message:
-----------
Issue #298: For homepath/temppath on Windows use 8.3 filename for the foreign
characters issue.
Commit: fa72416dce7c4b846ac3cbba7709acf70ce4c416
https://github.com/pyinstaller/pyinstaller/commit/fa72416dce7c4b846ac3cbba7709acf70ce4c416
Author: Martin Zibricky <[email protected]>
Date: 2013-02-18 (Mon, 18 Feb 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
M PyInstaller/bootloader/Windows-64bit/inprocsrvr.dll
M PyInstaller/bootloader/Windows-64bit/inprocsrvr_d.dll
M PyInstaller/bootloader/Windows-64bit/inprocsrvrw.dll
M PyInstaller/bootloader/Windows-64bit/inprocsrvrw_d.dll
M PyInstaller/bootloader/Windows-64bit/run.exe
M PyInstaller/bootloader/Windows-64bit/run_d.exe
M PyInstaller/bootloader/Windows-64bit/runw.exe
M PyInstaller/bootloader/Windows-64bit/runw_d.exe
Log Message:
-----------
Issue #298: Recompile windows bootloaders.
Commit: d358d6d3b8810188958079e14bc91ba936319b8d
https://github.com/pyinstaller/pyinstaller/commit/d358d6d3b8810188958079e14bc91ba936319b8d
Author: Martin Zibricky <[email protected]>
Date: 2013-02-19 (Tue, 19 Feb 2013)
Changed paths:
M PyInstaller/build.py
M PyInstaller/loader/pyi_archive.py
M PyInstaller/loader/pyi_carchive.py
Log Message:
-----------
Issue #298: On Windows use only backslashes in carchive toc entries.
Commit: d36409b91db1863104b2a98a362d663046d470f8
https://github.com/pyinstaller/pyinstaller/commit/d36409b91db1863104b2a98a362d663046d470f8
Author: Martin Zibricky <[email protected]>
Date: 2013-02-19 (Tue, 19 Feb 2013)
Changed paths:
M PyInstaller/hooks/hook-docutils.py
M PyInstaller/hooks/hook-sphinx.py
Log Message:
-----------
Merge remote-tracking branch 'upstream/develop' into develop
Commit: 0efa07464945c20bf3b034ce69aa4e85206b9b85
https://github.com/pyinstaller/pyinstaller/commit/0efa07464945c20bf3b034ce69aa4e85206b9b85
Author: Martin Zibricky <[email protected]>
Date: 2013-02-21 (Thu, 21 Feb 2013)
Changed paths:
M bootloader/wscript
Log Message:
-----------
Issue #298: Add option to waf to link with Boehm GC on Linux to detect memory
leaks.
Commit: 555e9f7f6fbaccaeb024c658fcb96e199f4a3b0d
https://github.com/pyinstaller/pyinstaller/commit/555e9f7f6fbaccaeb024c658fcb96e199f4a3b0d
Author: Martin Zibricky <[email protected]>
Date: 2013-02-22 (Fri, 22 Feb 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
M PyInstaller/bootloader/Windows-64bit/inprocsrvr.dll
M PyInstaller/bootloader/Windows-64bit/inprocsrvr_d.dll
M PyInstaller/bootloader/Windows-64bit/inprocsrvrw.dll
M PyInstaller/bootloader/Windows-64bit/inprocsrvrw_d.dll
M PyInstaller/bootloader/Windows-64bit/run.exe
M PyInstaller/bootloader/Windows-64bit/run_d.exe
M PyInstaller/bootloader/Windows-64bit/runw.exe
M PyInstaller/bootloader/Windows-64bit/runw_d.exe
M PyInstaller/build.py
M PyInstaller/loader/pyi_archive.py
M PyInstaller/loader/pyi_carchive.py
R bootloader/common/launch.c
R bootloader/common/launch.h
M bootloader/common/main.c
M bootloader/common/mkdtemp.h
M bootloader/common/pyi_archive.c
M bootloader/common/pyi_archive.h
M bootloader/common/pyi_global.c
M bootloader/common/pyi_global.h
A bootloader/common/pyi_launch.c
A bootloader/common/pyi_launch.h
A bootloader/common/pyi_path.c
A bootloader/common/pyi_path.h
M bootloader/common/pyi_python.c
M bootloader/common/pyi_python.h
M bootloader/common/pyi_pythonlib.c
M bootloader/common/pyi_pythonlib.h
M bootloader/common/pyi_utils.c
M bootloader/common/pyi_utils.h
M bootloader/common/stb.h
M bootloader/common/utils.h
M bootloader/linux/getpath.h
R bootloader/linux/utils.c
M bootloader/windows/dllmain.c
M bootloader/windows/resource.h
M bootloader/windows/utils.c
M bootloader/wscript
M bootloader/wscript17
M buildtests/multipackage/test_multipackage1.spec
M buildtests/multipackage/test_multipackage2.spec
M buildtests/multipackage/test_multipackage3.spec
M buildtests/multipackage/test_multipackage4.spec
M buildtests/multipackage/test_multipackage5.spec
M buildtests/runtests.py
M doc/credits.txt
Log Message:
-----------
Merge pull request #38 from matysek/develop
Antivirus, foreign characters in paths on Win and updated license header in
bootloader code.
Compare:
https://github.com/pyinstaller/pyinstaller/compare/486aca6d0574...555e9f7f6fba
--
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.