Branch: refs/heads/develop
Home: https://github.com/pyinstaller/pyinstaller
Commit: 6d274b1802fcf394518cb9e8dbdcdc5a07e9e669
https://github.com/pyinstaller/pyinstaller/commit/6d274b1802fcf394518cb9e8dbdcdc5a07e9e669
Author: Martin Zibricky <[email protected]>
Date: 2015-09-28 (Mon, 28 Sep 2015)
Changed paths:
R tests/old_suite/libraries/test_Image.py
R tests/old_suite/libraries/test_Image.spec
R tests/old_suite/libraries/test_Image2.py
Log Message:
-----------
Issue #830: Remove PIL tests test_Image. Pillow does not support direct
import of Image.
Commit: 592ad943d2180dde67c9c21100553cae607981c8
https://github.com/pyinstaller/pyinstaller/commit/592ad943d2180dde67c9c21100553cae607981c8
Author: Martin Zibricky <[email protected]>
Date: 2015-09-28 (Mon, 28 Sep 2015)
Changed paths:
A tests/functional/data/PIL_images/tinysample.tiff
A tests/functional/scripts/pyi_lib_PIL_img_coversion.py
A tests/functional/scripts/pyi_lib_PIL_plugins.py
A tests/functional/specs/pyi_lib_PIL_img_conversion.py
R tests/old_suite/libraries/test_PIL.py
R tests/old_suite/libraries/test_PIL.spec
R tests/old_suite/libraries/test_PIL2.py
R tests/old_suite/libraries/tinysample.tiff
Log Message:
-----------
Issue #830: Move PIL tests to pytest.
Commit: 340cc7352b508095960c0b1630bd1db6e0a408bc
https://github.com/pyinstaller/pyinstaller/commit/340cc7352b508095960c0b1630bd1db6e0a408bc
Author: Martin Zibricky <[email protected]>
Date: 2015-09-28 (Mon, 28 Sep 2015)
Changed paths:
A tests/functional/scripts/pyi_lib_PIL_img_conversion.py
R tests/functional/scripts/pyi_lib_PIL_img_coversion.py
R tests/functional/scripts/pyi_lib_PIL_plugins.py
R tests/functional/specs/pyi_lib_PIL_img_conversion.py
A tests/functional/specs/pyi_lib_PIL_img_conversion.spec
M tests/functional/test_libraries.py
Log Message:
-----------
Issue #830: Fix PIL tests to work with pytest.
Commit: c47006f455026a7c1d77f09df6c8d028a4010689
https://github.com/pyinstaller/pyinstaller/commit/c47006f455026a7c1d77f09df6c8d028a4010689
Author: Martin Zibricky <[email protected]>
Date: 2015-09-28 (Mon, 28 Sep 2015)
Changed paths:
M PyInstaller/hooks/hook-PIL.Image.py
M PyInstaller/hooks/hook-PIL.SpiderImagePlugin.py
M PyInstaller/loader/rthooks/pyi_rth_PIL_Image.py
M PyInstaller/utils/hooks/__init__.py
M tests/functional/test_libraries.py
Log Message:
-----------
Issue #830: Fix PIL hooks to work with python3 branch.
Commit: 9bd18f1931a1ddc67a56deab58cce5d2ea4019fa
https://github.com/pyinstaller/pyinstaller/commit/9bd18f1931a1ddc67a56deab58cce5d2ea4019fa
Author: Martin Zibricky <[email protected]>
Date: 2015-09-28 (Mon, 28 Sep 2015)
Changed paths:
M PyInstaller/hooks/hook-PIL.Image.py
M PyInstaller/loader/rthooks.dat
R PyInstaller/loader/rthooks/pyi_rth_PIL_Image.py
Log Message:
-----------
Issue #830: Remove PIL rthook - no longer necessary.
Commit: 0b07b9fceb316b77b5f902c3fc135e0cb090dd19
https://github.com/pyinstaller/pyinstaller/commit/0b07b9fceb316b77b5f902c3fc135e0cb090dd19
Author: Martin Zibricky <[email protected]>
Date: 2015-09-28 (Mon, 28 Sep 2015)
Changed paths:
M tests/requirements-win.txt
Log Message:
-----------
Issue #830: Enable PIL tests for Travis/Appveyor.
Commit: 7bfe942c075f08ef2bb1b2bb4ba502ea3c5856aa
https://github.com/pyinstaller/pyinstaller/commit/7bfe942c075f08ef2bb1b2bb4ba502ea3c5856aa
Author: Martin Zibricky <[email protected]>
Date: 2015-09-28 (Mon, 28 Sep 2015)
Changed paths:
M tests/requirements-win.txt
M tests/requirements.txt
Log Message:
-----------
Issue #830: Enable PIL tests for Travis/Appveyor.
Commit: aaab3eb9bde0a5485a78dc62aae83d5df5415984
https://github.com/pyinstaller/pyinstaller/commit/aaab3eb9bde0a5485a78dc62aae83d5df5415984
Author: Martin Zibricky <[email protected]>
Date: 2015-09-28 (Mon, 28 Sep 2015)
Changed paths:
M tests/functional/test_basic.py
Log Message:
-----------
Issue #1488: Add test case for multiprocessing.Pool.
Commit: a76f3b6beb64168ea4943a3017b5e3037058b4d7
https://github.com/pyinstaller/pyinstaller/commit/a76f3b6beb64168ea4943a3017b5e3037058b4d7
Author: Martin Zibricky <[email protected]>
Date: 2015-09-28 (Mon, 28 Sep 2015)
Changed paths:
M setup.py
Log Message:
-----------
Issue #1488: Skip installing pypiwin32 when pywin32 is already installed.
Commit: 826885f066155d04782a372f5ffe8c8ef0e28e06
https://github.com/pyinstaller/pyinstaller/commit/826885f066155d04782a372f5ffe8c8ef0e28e06
Author: Martin Zibricky <[email protected]>
Date: 2015-09-28 (Mon, 28 Sep 2015)
Changed paths:
M tests/functional/scripts/pyi_multiprocess_forking.py
M tests/functional/test_basic.py
Log Message:
-----------
Issue #1488: Convert test_multiprocess_pool into script.
Commit: c91d0a0dc61677f9b0dcaac52cc93095c1864769
https://github.com/pyinstaller/pyinstaller/commit/c91d0a0dc61677f9b0dcaac52cc93095c1864769
Author: Martin Zibricky <[email protected]>
Date: 2015-09-28 (Mon, 28 Sep 2015)
Changed paths:
A tests/functional/scripts/pyi_multiprocess_pool.py
Log Message:
-----------
Issue #1488: Convert test_multiprocess_pool into script.
Commit: 24ff420c1bebfb2d197ec1335b9c1339213e1033
https://github.com/pyinstaller/pyinstaller/commit/24ff420c1bebfb2d197ec1335b9c1339213e1033
Author: Martin Zibricky <[email protected]>
Date: 2015-09-28 (Mon, 28 Sep 2015)
Changed paths:
M PyInstaller/building/build_main.py
M PyInstaller/building/imphook.py
Log Message:
-----------
Fix: For Python 2 get rid of annoying RuntimeWarning when processing import
hooks.
Commit: 86d8c42fad710248f81077d839e9808b5558dacb
https://github.com/pyinstaller/pyinstaller/commit/86d8c42fad710248f81077d839e9808b5558dacb
Author: Martin Zibricky <[email protected]>
Date: 2015-09-28 (Mon, 28 Sep 2015)
Changed paths:
M README.rst
M setup.py
Log Message:
-----------
Clean: Update README.rst based on new manual.
Commit: 55bdf4d9c7e115e1f93adddfff0a0b6902c32366
https://github.com/pyinstaller/pyinstaller/commit/55bdf4d9c7e115e1f93adddfff0a0b6902c32366
Author: Martin Zibricky <[email protected]>
Date: 2015-09-28 (Mon, 28 Sep 2015)
Changed paths:
M appveyor.yml
Log Message:
-----------
Issue #1547: Appveyor - enable tests with Python 3.5.
Commit: 3616a91d28db2d6288bb5de871d4cd0e02dbacc4
https://github.com/pyinstaller/pyinstaller/commit/3616a91d28db2d6288bb5de871d4cd0e02dbacc4
Author: Martin Zibricky <[email protected]>
Date: 2015-09-28 (Mon, 28 Sep 2015)
Changed paths:
M appveyor.yml
Log Message:
-----------
Issue #1547: Appveyor - disable tests with Python 3.5. More work required.
Commit: c5779a6a027f002df8509f058791bcaee69dbc5d
https://github.com/pyinstaller/pyinstaller/commit/c5779a6a027f002df8509f058791bcaee69dbc5d
Author: Martin Zibricky <[email protected]>
Date: 2015-09-28 (Mon, 28 Sep 2015)
Changed paths:
M PyInstaller/depend/utils.py
Log Message:
-----------
Fix: Output of command "ldconfig -p". It might contain unicode characters.
Commit: 433ea6fabb3e5951b3cd667f0600d15070e87243
https://github.com/pyinstaller/pyinstaller/commit/433ea6fabb3e5951b3cd667f0600d15070e87243
Author: Martin Zibricky <[email protected]>
Date: 2015-09-28 (Mon, 28 Sep 2015)
Changed paths:
M PyInstaller/depend/utils.py
Log Message:
-----------
Fix: Output of command "ldconfig -p". Add utf-8 comment.
Commit: 6b1bf6a4690f3e2b21c2f2b949ae3db0d3d6ecc8
https://github.com/pyinstaller/pyinstaller/commit/6b1bf6a4690f3e2b21c2f2b949ae3db0d3d6ecc8
Author: Martin Zibricky <[email protected]>
Date: 2015-09-28 (Mon, 28 Sep 2015)
Changed paths:
M PyInstaller/building/build_main.py
M PyInstaller/building/imphook.py
M PyInstaller/building/utils.py
M PyInstaller/depend/analysis.py
Log Message:
-----------
Issue #1541: For Python 2.7 fix warning parent module not found while
handling absolute import.
Commit: bd2c3b05aa311c9ce1b7a189b803522528708962
https://github.com/pyinstaller/pyinstaller/commit/bd2c3b05aa311c9ce1b7a189b803522528708962
Author: Martin Zibricky <[email protected]>
Date: 2015-09-28 (Mon, 28 Sep 2015)
Changed paths:
M PyInstaller/depend/dylib.py
M PyInstaller/depend/utils.py
Log Message:
-----------
Fix: From ctypes analysis ignore messages "library kernel32.dll required via
ctypes not found"
Commit: 9558db62113069001d2422be48d6270a66e6c539
https://github.com/pyinstaller/pyinstaller/commit/9558db62113069001d2422be48d6270a66e6c539
Author: Martin Zibricky <[email protected]>
Date: 2015-09-28 (Mon, 28 Sep 2015)
Changed paths:
M PyInstaller/loader/pyiboot01_bootstrap.py
Log Message:
-----------
Clean: Add to pyiboot01_bootstram.py note about importing ctypes module there.
Commit: d1035c8e8b77d585cf0058e564494e2ea6cd6fb6
https://github.com/pyinstaller/pyinstaller/commit/d1035c8e8b77d585cf0058e564494e2ea6cd6fb6
Author: Martin Zibricky <[email protected]>
Date: 2015-09-28 (Mon, 28 Sep 2015)
Changed paths:
M PyInstaller/building/build_main.py
M PyInstaller/depend/analysis.py
M PyInstaller/loader/pyiboot01_bootstrap.py
R PyInstaller/loader/pyiboot02_egg_install.py
M setup.cfg
Log Message:
-----------
Clean: Merge code from pyiboot02_egg_install.py into file
pyiboot01_bootstrap.py.
Commit: 802963941653144e23c412f69c18ced3a08dca81
https://github.com/pyinstaller/pyinstaller/commit/802963941653144e23c412f69c18ced3a08dca81
Author: Martin Zibricky <[email protected]>
Date: 2015-09-28 (Mon, 28 Sep 2015)
Changed paths:
M PyInstaller/building/build_main.py
Log Message:
-----------
Issue #830: Fix resolving pathex with relative script paths in .spec file.
Compare:
https://github.com/pyinstaller/pyinstaller/compare/f5c305452cfe...802963941653
--
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.