Branch: refs/heads/modulegraph
Home: https://github.com/pyinstaller/pyinstaller
Commit: 1156501cd21cd0841be818adeebffbe41ec8faf2
https://github.com/pyinstaller/pyinstaller/commit/1156501cd21cd0841be818adeebffbe41ec8faf2
Author: Nat Picker <[email protected]>
Date: 2013-05-18 (Sat, 18 May 2013)
Changed paths:
M PyInstaller/build.py
Log Message:
-----------
early steps to playing with modulegraph
Commit: 3893b05872d668b27b18aff62e89117cbbdaf504
https://github.com/pyinstaller/pyinstaller/commit/3893b05872d668b27b18aff62e89117cbbdaf504
Author: Nat Picker <[email protected]>
Date: 2013-05-18 (Sat, 18 May 2013)
Changed paths:
M PyInstaller/build.py
Log Message:
-----------
more modulegraph experiments
Commit: bc642b02861f194a4b9fec912a17cf0fb3e0ae37
https://github.com/pyinstaller/pyinstaller/commit/bc642b02861f194a4b9fec912a17cf0fb3e0ae37
Author: Nat Picker <[email protected]>
Date: 2013-05-21 (Tue, 21 May 2013)
Changed paths:
M PyInstaller/build.py
Log Message:
-----------
Greatly improve test scaffold - now start analyzing diffs
Commit: 334f7f7c7eab497f26cec542aaf0162efba808c4
https://github.com/pyinstaller/pyinstaller/commit/334f7f7c7eab497f26cec542aaf0162efba808c4
Author: Nat Picker <[email protected]>
Date: 2013-05-22 (Wed, 22 May 2013)
Changed paths:
M PyInstaller/build.py
Log Message:
-----------
Fix a few issues with getting the TOC info from a graph
Commit: f5f0b2ac92fa841cf8ba67e341924a3d3e346405
https://github.com/pyinstaller/pyinstaller/commit/f5f0b2ac92fa841cf8ba67e341924a3d3e346405
Author: Nat Picker <[email protected]>
Date: 2013-05-23 (Thu, 23 May 2013)
Changed paths:
M PyInstaller/build.py
Log Message:
-----------
Main change: build a connected graph using first input script as caller
Commit: 04f35b431023430c81183b901bed9a80580cbfff
https://github.com/pyinstaller/pyinstaller/commit/04f35b431023430c81183b901bed9a80580cbfff
Author: Nat Picker <[email protected]>
Date: 2013-05-23 (Thu, 23 May 2013)
Changed paths:
M PyInstaller/build.py
Log Message:
-----------
Remove unneeded commentary
Commit: 7df4d01a654c07758721b71d95db277eb41640c9
https://github.com/pyinstaller/pyinstaller/commit/7df4d01a654c07758721b71d95db277eb41640c9
Author: Nat Picker <[email protected]>
Date: 2013-07-05 (Fri, 05 Jul 2013)
Changed paths:
M PyInstaller/hooks/hook-os.py
M PyInstaller/hooks/hook-pydoc.py
M PyInstaller/hooks/hook-site.py
Log Message:
-----------
Update 3 hooks to work with old or new hook api
Commit: 25c1ec2b9464189bb956268f4e2f875ae98cfaa3
https://github.com/pyinstaller/pyinstaller/commit/25c1ec2b9464189bb956268f4e2f875ae98cfaa3
Author: Nat Picker <[email protected]>
Date: 2013-07-05 (Fri, 05 Jul 2013)
Changed paths:
M PyInstaller/build.py
M PyInstaller/configure.py
M PyInstaller/depend/modules.py
Log Message:
-----------
All-new build.ANALYZE using modulegraph with kludge config.py
Commit: fc7e429b8ea2d3b33521d7a12f5bf07d419d1d8c
https://github.com/pyinstaller/pyinstaller/commit/fc7e429b8ea2d3b33521d7a12f5bf07d419d1d8c
Author: Nat Picker <[email protected]>
Date: 2013-07-05 (Fri, 05 Jul 2013)
Changed paths:
A build2.bash
A buildx.bash
Log Message:
-----------
Test scripts for OS X, need minor change for Linux
Commit: a8caee93a4445a265f5487736ab2cefc075e3bc5
https://github.com/pyinstaller/pyinstaller/commit/a8caee93a4445a265f5487736ab2cefc075e3bc5
Author: Martin Zibricky <[email protected]>
Date: 2013-07-11 (Thu, 11 Jul 2013)
Changed paths:
M PyInstaller/configure.py
Log Message:
-----------
Issue #439: Make hard-coded paths in PYZ_dependencies portable.
Commit: 54b9ae5a77f9bcd7d93bb0cd55865b4f8aa25fee
https://github.com/pyinstaller/pyinstaller/commit/54b9ae5a77f9bcd7d93bb0cd55865b4f8aa25fee
Author: Martin Zibricky <[email protected]>
Date: 2013-07-12 (Fri, 12 Jul 2013)
Changed paths:
M PyInstaller/build.py
Log Message:
-----------
Issue #439: Fix order of rthooks and _pyi_bootstrap.py scripts in the frozen
executable.
Commit: 1b2e74e28ce46a9141822fbac4c2d17e916de206
https://github.com/pyinstaller/pyinstaller/commit/1b2e74e28ce46a9141822fbac4c2d17e916de206
Author: Martin Zibricky <[email protected]>
Date: 2013-07-12 (Fri, 12 Jul 2013)
Changed paths:
M PyInstaller/bindepend.py
A PyInstaller/bootloader/images/icon-console.icns
A PyInstaller/bootloader/images/icon-console.ico
A PyInstaller/bootloader/images/icon-console.svg
A PyInstaller/bootloader/images/icon-windowed.icns
A PyInstaller/bootloader/images/icon-windowed.ico
A PyInstaller/bootloader/images/icon-windowed.svg
M PyInstaller/build.py
M PyInstaller/hooks/hook-encodings.py
A PyInstaller/hooks/hook-gst._gst.py
A PyInstaller/hooks/hook-gst.py
A PyInstaller/hooks/hook-sqlite3.py
M PyInstaller/hooks/hook-wx.lib.pubsub.core.py
M PyInstaller/hooks/hook-wx.lib.pubsub.setuparg1.py
M PyInstaller/hooks/hookutils.py
M PyInstaller/loader/_pyi_bootstrap.py
M PyInstaller/loader/rthooks.dat
R PyInstaller/loader/rthooks/pyi_rth_encodings.py
A PyInstaller/loader/rthooks/pyi_rth_gstreamer.py
M PyInstaller/makespec.py
M PyInstaller/utils/misc.py
R bootloader/images/icon-console.icns
R bootloader/images/icon-console.ico
R bootloader/images/icon-console.svg
R bootloader/images/icon-windowed.icns
R bootloader/images/icon-windowed.ico
R bootloader/images/icon-windowed.svg
M bootloader/windows/run.rc
M bootloader/windows/runw.rc
M doc/CHANGES.txt
M doc/credits.txt
M doc/source/Manual.rst
M tests/basic/ctypeslib.py
R tests/basic/data6.py
M tests/basic/data7.py
A tests/basic/data_assignment.py
A tests/basic/data_reload.py
M tests/basic/hooks1/hook-pkg1.py
M tests/basic/pkg1/__init__.py
M tests/basic/pkg1/a.py
M tests/basic/pkg2/__init__.py
M tests/basic/pkg2/a.py
M tests/basic/pkg2/extra/b.py
M tests/basic/test_12.py
M tests/basic/test_13.py
R tests/basic/test_5.py
R tests/basic/test_5.spec
R tests/basic/test_6.py
R tests/basic/test_8.py
M tests/basic/test_absolute_ld_library_path.py
M tests/basic/test_absolute_python_path.py
M tests/basic/test_celementtree.py
A tests/basic/test_codecs.py
M tests/basic/test_email.py
M tests/basic/test_email_oldstyle.py
M tests/basic/test_encoders.py
M tests/basic/test_f_option.py
M tests/basic/test_filename.py
M tests/basic/test_getfilesystemencoding.py
M tests/basic/test_helloworld.py
M tests/basic/test_module__file__attribute.py
M tests/basic/test_module_attributes.py
A tests/basic/test_module_reload.py
M tests/basic/test_multiprocess.py
M tests/basic/test_onefile_chdir_meipass.py
M tests/basic/test_onefile_ctypes.py
M tests/basic/test_onefile_ctypes.spec
M tests/basic/test_onefile_get_meipass2_value.py
M tests/basic/test_onefile_helloworld.py
M tests/basic/test_onefile_module__file__attribute.py
M tests/basic/test_onefile_multiprocess.py
M tests/basic/test_onefile_nestedlaunch0.py
M tests/basic/test_onefile_nestedlaunch1.py
M tests/basic/test_onefile_pkg_resources.py
M tests/basic/test_onefile_pkg_resources.spec
M tests/basic/test_onefile_python_makefile.py
M tests/basic/test_onefile_win32com.py
A tests/basic/test_option_verbose.py
A tests/basic/test_option_verbose.spec
A tests/basic/test_option_wignore.py
A tests/basic/test_option_wignore.spec
M tests/basic/test_pkg_structures-version.txt
M tests/basic/test_pkg_structures.py
M tests/basic/test_pkg_structures.spec
M tests/basic/test_python_home.py
M tests/basic/test_python_makefile.py
M tests/basic/test_site.py
M tests/basic/test_threading.py
M tests/basic/test_threading2.py
M tests/basic/test_threading2.spec
M tests/basic/test_time.py
M tests/eggs4testing/make.sh
M tests/eggs4testing/setup-unzipped.py
M tests/eggs4testing/setup-zipped.py
M tests/eggs4testing/unzipped_egg/__init__.py
M tests/eggs4testing/zipped_egg/__init__.py
M tests/import/error_during_import2.py
M tests/import/relimp/B/C.py
M tests/import/relimp/B/D.py
M tests/import/relimp/B/__init__.py
M tests/import/relimp/E.py
M tests/import/relimp/F/G.py
M tests/import/relimp/F/__init__.py
M tests/import/relimp/__init__.py
M tests/import/relimp/relimp/__init__.py
M tests/import/relimp/relimp/relimp2.py
M tests/import/relimp/relimp/relimp3.py
M tests/import/relimp/relimp1.py
M tests/import/relimp/relimp2.py
M tests/import/relimp2/__init__.py
M tests/import/relimp2/bar/__init__.py
M tests/import/relimp2/bar/bar2/__init__.py
M tests/import/relimp2/bar/baz.py
M tests/import/relimp3a/__init__.py
M tests/import/relimp3a/aa/__init__.py
M tests/import/relimp3a/aa/a1.py
M tests/import/relimp3a/aa/relimp3c.py
M tests/import/relimp3a/relimp3b/__init__.py
M tests/import/relimp3a/relimp3b/b1.py
M tests/import/relimp3a/relimp3c.py
M tests/import/relimp3b/__init__.py
M tests/import/relimp3b/b1.py
M tests/import/relimp3c/__init__.py
M tests/import/static_plugin.py
M tests/import/test_app_with_plugins.py
M tests/import/test_app_with_plugins.spec
M tests/import/test_c_extension.py
M tests/import/test_ctypes_cdll_c.py
M tests/import/test_eggs1.py
M tests/import/test_eggs2.py
M tests/import/test_eggs2.spec
M tests/import/test_hiddenimport.py
M tests/import/test_hiddenimport.spec
M tests/import/test_import_module_with_unicode.py
M tests/import/test_onefile_c_extension.py
M tests/import/test_onefile_ctypes_cdll_c.py
M tests/import/test_onefile_error_during_import.py
M tests/import/test_onefile_relative_import.py
M tests/import/test_onefile_relative_import2.py
M tests/import/test_onefile_relative_import3.py
M tests/import/test_onefile_zipimport.py
M tests/import/test_onefile_zipimport2.py
M tests/import/test_pep302_import_protokol.py
M tests/import/unicode_package/__init__.py
M tests/import/unzipped.egg/unzipped_egg/__init__.py
M tests/interactive/test_argv_emulation.py
M tests/interactive/test_buffering.py
M tests/interactive/test_ipython.py
M tests/interactive/test_matplotlib.py
M tests/interactive/test_matplotlib.spec
M tests/interactive/test_pygame.py
M tests/interactive/test_pyqt4.py
M tests/interactive/test_pyqt4_multiprocessing.py
M tests/interactive/test_tix.py
M tests/interactive/test_tkinter.py
M tests/interactive/test_wx.py
M tests/libraries/test_Image.py
M tests/libraries/test_Image.spec
M tests/libraries/test_Image2.py
M tests/libraries/test_PIL.py
M tests/libraries/test_PIL.spec
M tests/libraries/test_PIL2.py
M tests/libraries/test_enchant.py
A tests/libraries/test_gst.py
M tests/libraries/test_idlelib.py
M tests/libraries/test_numpy.py
M tests/libraries/test_onefile_tkinter.py
M tests/libraries/test_pycrypto.py
M tests/libraries/test_pyodbc.py
M tests/libraries/test_pyttsx.py
M tests/libraries/test_pytz.py
M tests/libraries/test_scipy.py
M tests/libraries/test_sphinx.py
M tests/libraries/test_sqlalchemy.py
A tests/libraries/test_sqlite3.py
M tests/libraries/test_twisted_qt4reactor.py
M tests/libraries/test_twisted_reactor.py
M tests/libraries/test_usb.py
M tests/libraries/test_wx.py
M tests/libraries/test_wx_pubsub.py
M tests/libraries/test_wx_pubsub_arg1.py
M tests/libraries/test_wx_pubsub_kwargs.py
M tests/libraries/test_xml.py
M tests/multipackage/multipackage1_B.py
M tests/multipackage/multipackage2_B.py
M tests/multipackage/multipackage3_B.py
M tests/multipackage/multipackage4_B.py
M tests/multipackage/multipackage5_B.py
M tests/multipackage/multipackage5_C.py
M tests/multipackage/test_multipackage1.py
M tests/multipackage/test_multipackage1.spec
M tests/multipackage/test_multipackage2.py
M tests/multipackage/test_multipackage2.spec
M tests/multipackage/test_multipackage3.py
M tests/multipackage/test_multipackage3.spec
M tests/multipackage/test_multipackage4.py
M tests/multipackage/test_multipackage4.spec
M tests/multipackage/test_multipackage5.py
M tests/multipackage/test_multipackage5.spec
M tests/runtests.py
M tests/setupenv_unix.py
M tests/setupenv_windows.py
Log Message:
-----------
Merge remote-tracking branch 'origin/develop' into graphwork
Commit: 4952a9ebd45cde469e15dfe8e896c737a63adebe
https://github.com/pyinstaller/pyinstaller/commit/4952a9ebd45cde469e15dfe8e896c737a63adebe
Author: Martin Zibricky <[email protected]>
Date: 2013-07-12 (Fri, 12 Jul 2013)
Changed paths:
M PyInstaller/lib/modulegraph/__init__.py
A PyInstaller/lib/modulegraph/__main__.py
M PyInstaller/lib/modulegraph/_compat.py
M PyInstaller/lib/modulegraph/find_modules.py
M PyInstaller/lib/modulegraph/modulegraph.py
M PyInstaller/lib/modulegraph/util.py
M PyInstaller/lib/modulegraph/zipio.py
Log Message:
-----------
Issue #439: Update bundled modulegraph library to version 0.11dev.
Commit: 6f2114151d7e45815e9a9c462ea88deec6d6d6ed
https://github.com/pyinstaller/pyinstaller/commit/6f2114151d7e45815e9a9c462ea88deec6d6d6ed
Author: Martin Zibricky <[email protected]>
Date: 2013-07-12 (Fri, 12 Jul 2013)
Changed paths:
M PyInstaller/build.py
M PyInstaller/depend/modules.py
M PyInstaller/hooks/hook-site.py
M PyInstaller/utils/misc.py
Log Message:
-----------
Issue #439: Do not include module fake_site directly in the frozen app.
Commit: 14fde87be5da3cd9f5cc679952f8d32730e726e4
https://github.com/pyinstaller/pyinstaller/commit/14fde87be5da3cd9f5cc679952f8d32730e726e4
Author: Martin Zibricky <[email protected]>
Date: 2013-07-13 (Sat, 13 Jul 2013)
Changed paths:
M PyInstaller/build.py
M PyInstaller/depend/imptracker.py
Log Message:
-----------
Issue #439: Include data files from hooks with the exe.
Commit: 628d9474d3ff6f4667c592624e8d94aa567656a8
https://github.com/pyinstaller/pyinstaller/commit/628d9474d3ff6f4667c592624e8d94aa567656a8
Author: Martin Zibricky <[email protected]>
Date: 2013-07-14 (Sun, 14 Jul 2013)
Changed paths:
M PyInstaller/hooks/hook-xml.py
Log Message:
-----------
Issue #439: Remove hook for pyxml - __xmlplus.
Commit: ea476479b78a5ba052ac839c59ecf28c7e87be6d
https://github.com/pyinstaller/pyinstaller/commit/ea476479b78a5ba052ac839c59ecf28c7e87be6d
Author: Martin Zibricky <[email protected]>
Date: 2013-07-14 (Sun, 14 Jul 2013)
Changed paths:
R PyInstaller/hooks/hook-pyexpat.py
Log Message:
-----------
Issue #439: Delete old hook hook-pyexpat.py.
Commit: 3ce70a7fe8f83037f89324e3f3f12ad14fbf8a4e
https://github.com/pyinstaller/pyinstaller/commit/3ce70a7fe8f83037f89324e3f3f12ad14fbf8a4e
Author: Martin Zibricky <[email protected]>
Date: 2013-07-14 (Sun, 14 Jul 2013)
Changed paths:
M PyInstaller/build.py
M PyInstaller/loader/pyi_archive.py
Log Message:
-----------
Issue #439: Use code objects from modulegraph and avoid writing it to hdd.
Commit: f165049c53ef478116a235a32bf069b363f534dc
https://github.com/pyinstaller/pyinstaller/commit/f165049c53ef478116a235a32bf069b363f534dc
Author: Martin Zibricky <[email protected]>
Date: 2013-07-14 (Sun, 14 Jul 2013)
Changed paths:
M PyInstaller/build.py
M PyInstaller/hooks/hook-distutils.py
M PyInstaller/loader/pyi_archive.py
M PyInstaller/utils/misc.py
Log Message:
-----------
Issue #439: Move some functions to PyInstaller.utils package.
Commit: eb67057e3546d86627b5bedb116aa48cc14469bf
https://github.com/pyinstaller/pyinstaller/commit/eb67057e3546d86627b5bedb116aa48cc14469bf
Author: Martin Zibricky <[email protected]>
Date: 2013-07-15 (Mon, 15 Jul 2013)
Changed paths:
M PyInstaller/configure.py
Log Message:
-----------
Issue #439: Fix running pyinstaller on Windows.
Commit: 02ee2f801fed883811545e79ac442b140aa6e926
https://github.com/pyinstaller/pyinstaller/commit/02ee2f801fed883811545e79ac442b140aa6e926
Author: Martin Zibricky <[email protected]>
Date: 2013-07-15 (Mon, 15 Jul 2013)
Changed paths:
M PyInstaller/depend/modules.py
M PyInstaller/hooks/shared_PIL_Image.py
Log Message:
-----------
Issue #439: Fix hooks for PIL package.
Compare:
https://github.com/pyinstaller/pyinstaller/compare/1156501cd21c^...02ee2f801fed
--
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/groups/opt_out.