Branch: refs/heads/python3
Home: https://github.com/pyinstaller/pyinstaller
Commit: 633d8266c5c0191806bf53e249a6090267f201e9
https://github.com/pyinstaller/pyinstaller/commit/633d8266c5c0191806bf53e249a6090267f201e9
Author: Martin Zibricky <[email protected]>
Date: 2015-07-27 (Mon, 27 Jul 2015)
Changed paths:
M PyInstaller/build.py
M PyInstaller/configure.py
Log Message:
-----------
Issue #1351: Remove bootloader modules from the Analysis phase.
Commit: da363daadd8d403e0a64f5ec424ca735dd973907
https://github.com/pyinstaller/pyinstaller/commit/da363daadd8d403e0a64f5ec424ca735dd973907
Author: Martin Zibricky <[email protected]>
Date: 2015-07-27 (Mon, 27 Jul 2015)
Changed paths:
M PyInstaller/build.py
M PyInstaller/main.py
M PyInstaller/utils/hooks/hookutils.py
Log Message:
-----------
Issue #1351: Refactoring how main script is passed to django hook.
Commit: 84e5602fd3f316c90c4bf5d4ca40fa953283e8e4
https://github.com/pyinstaller/pyinstaller/commit/84e5602fd3f316c90c4bf5d4ca40fa953283e8e4
Author: Martin Zibricky <[email protected]>
Date: 2015-07-27 (Mon, 27 Jul 2015)
Changed paths:
M PyInstaller/build.py
M PyInstaller/configure.py
M PyInstaller/depend/analysis.py
M PyInstaller/loader/_pyi_bootstrap.py
Log Message:
-----------
Issue #1351: Do not analyze dependencies of bootstrap modules.
Commit: 81bbaa07bdd0fec1bd6afa32cb3d9f6b72607948
https://github.com/pyinstaller/pyinstaller/commit/81bbaa07bdd0fec1bd6afa32cb3d9f6b72607948
Author: Martin Zibricky <[email protected]>
Date: 2015-07-27 (Mon, 27 Jul 2015)
Changed paths:
M PyInstaller/build.py
M PyInstaller/config.py
M PyInstaller/configure.py
M PyInstaller/depend/analysis.py
Log Message:
-----------
Issue #1351: Remove old commens, refactoring PYZ_dependencies.
Commit: d2e8f3140ad4e88be2587500166e63c066f28ee2
https://github.com/pyinstaller/pyinstaller/commit/d2e8f3140ad4e88be2587500166e63c066f28ee2
Author: Martin Zibricky <[email protected]>
Date: 2015-07-27 (Mon, 27 Jul 2015)
Changed paths:
M PyInstaller/hooks/hook-encodings.py
Log Message:
-----------
Issue #1351: Simplify hook-encodings.
Commit: 9dca47fb2bfb5af7cec1ada1dd51d250ced2bd2a
https://github.com/pyinstaller/pyinstaller/commit/9dca47fb2bfb5af7cec1ada1dd51d250ced2bd2a
Author: Martin Zibricky <[email protected]>
Date: 2015-07-27 (Mon, 27 Jul 2015)
Changed paths:
M PyInstaller/build.py
Log Message:
-----------
Issue #1351: Fix issue in build.py where suffix was present twice for python
extensions.
Commit: caf4d4e98a5643cfca9ee2e38cbb04700b5d2197
https://github.com/pyinstaller/pyinstaller/commit/caf4d4e98a5643cfca9ee2e38cbb04700b5d2197
Author: Martin Zibricky <[email protected]>
Date: 2015-07-27 (Mon, 27 Jul 2015)
Changed paths:
M PyInstaller/build.py
M PyInstaller/utils/misc.py
Log Message:
-----------
Issue #1351: Move function to .utils.misc.
Commit: efb9ea4ffc52a8bceb04af87d4e2b7585b1e4f7d
https://github.com/pyinstaller/pyinstaller/commit/efb9ea4ffc52a8bceb04af87d4e2b7585b1e4f7d
Author: Martin Zibricky <[email protected]>
Date: 2015-07-27 (Mon, 27 Jul 2015)
Changed paths:
M PyInstaller/build.py
M PyInstaller/loader/pyi_archive.py
M PyInstaller/utils/misc.py
Log Message:
-----------
Issue #1351: Drop compression for single mdodules in PYZ file.
Commit: 3ce3d13b35ba3f64402a58d8e798a7f79b4352cd
https://github.com/pyinstaller/pyinstaller/commit/3ce3d13b35ba3f64402a58d8e798a7f79b4352cd
Author: Martin Zibricky <[email protected]>
Date: 2015-07-28 (Tue, 28 Jul 2015)
Changed paths:
A tests/functional/scripts/pyi_feature_crypto.py
A tests/functional/scripts/pyi_feature_nocrypto.py
M tests/functional/test_basic.py
R tests/old_suite/crypto/test_crypto.py
R tests/old_suite/crypto/test_nocrypto.py
R tests/old_suite/crypto/test_onefile_crypto.py
R tests/old_suite/crypto/test_onefile_nocrypto.py
M tests/requirements.txt
Log Message:
-----------
Issue #1299: Migrate crypto tests to py.test.
Commit: eb460470c2a65ee889644e47d655523b1a5e4705
https://github.com/pyinstaller/pyinstaller/commit/eb460470c2a65ee889644e47d655523b1a5e4705
Author: Martin Zibricky <[email protected]>
Date: 2015-07-28 (Tue, 28 Jul 2015)
Changed paths:
M tests/functional/scripts/pyi_feature_nocrypto.py
Log Message:
-----------
Issue #1299: Migrate crypto tests to py.test.
Commit: 13304aac9a5543a6d7525f3fd3854cd1abc08522
https://github.com/pyinstaller/pyinstaller/commit/13304aac9a5543a6d7525f3fd3854cd1abc08522
Author: Martin Zibricky <[email protected]>
Date: 2015-07-28 (Tue, 28 Jul 2015)
Changed paths:
M PyInstaller/build.py
M PyInstaller/depend/analysis.py
M PyInstaller/loader/pyi_crypto.py
Log Message:
-----------
Issue #1351: Refactoring crypto feature code.
Commit: 6f69eb07b621e087a5043a48bd30bc7892efe4d4
https://github.com/pyinstaller/pyinstaller/commit/6f69eb07b621e087a5043a48bd30bc7892efe4d4
Author: Martin Zibricky <[email protected]>
Date: 2015-07-28 (Tue, 28 Jul 2015)
Changed paths:
M PyInstaller/build.py
M PyInstaller/cliutils/archive_viewer.py
M PyInstaller/depend/analysis.py
R PyInstaller/loader/_pyi_bootstrap.py
R PyInstaller/loader/_pyi_egg_install.py
R PyInstaller/loader/pyi_archive.py
R PyInstaller/loader/pyi_carchive.py
R PyInstaller/loader/pyi_crypto.py
R PyInstaller/loader/pyi_importers.py
R PyInstaller/loader/pyi_os_path.py
A PyInstaller/loader/pyiboot01_bootstrap.py
A PyInstaller/loader/pyiboot02_egg_install.py
A PyInstaller/loader/pyimod01_os_path.py
A PyInstaller/loader/pyimod02_archive.py
A PyInstaller/loader/pyimod03_carchive.py
A PyInstaller/loader/pyimod04_importers.py
A PyInstaller/loader/pyimod05_crypto.py
Log Message:
-----------
Issue #1299: Rename bootstrap modules.
Commit: 4faabce352f7f1eb4f337442ea7327c4e5d9bd6e
https://github.com/pyinstaller/pyinstaller/commit/4faabce352f7f1eb4f337442ea7327c4e5d9bd6e
Author: Martin Zibricky <[email protected]>
Date: 2015-07-28 (Tue, 28 Jul 2015)
Changed paths:
M PyInstaller/build.py
M PyInstaller/loader/pyiboot01_bootstrap.py
M tests/functional/scripts/pyi_feature_crypto.py
M tests/functional/scripts/pyi_feature_nocrypto.py
Log Message:
-----------
Issue #1299: Make crypto tests working again.
Commit: bf067e3326be94295f1d06ca5748cb7c8bffa383
https://github.com/pyinstaller/pyinstaller/commit/bf067e3326be94295f1d06ca5748cb7c8bffa383
Author: Martin Zibricky <[email protected]>
Date: 2015-07-28 (Tue, 28 Jul 2015)
Changed paths:
M PyInstaller/makespec.py
M doc/Manual.html
M doc/source/Manual.rst
Log Message:
-----------
Issue #1299: Do not expose pyinstaller modules to .spec file for crypto
feature.
Commit: d039a7caa984be41ef8e82425d741c46ef66d62d
https://github.com/pyinstaller/pyinstaller/commit/d039a7caa984be41ef8e82425d741c46ef66d62d
Author: Martin Zibricky <[email protected]>
Date: 2015-07-28 (Tue, 28 Jul 2015)
Changed paths:
M appveyor.yml
M doc/CHANGES.txt
Log Message:
-----------
Issue #1299: Try 2 parallel test processes for appveyor.
Compare:
https://github.com/pyinstaller/pyinstaller/compare/83cad7b9bc27...d039a7caa984
--
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.