Branch: refs/heads/python3
Home: https://github.com/pyinstaller/pyinstaller
Commit: d99d89e2bf7dc7aecd8f217d8ee583cbb9e26b30
https://github.com/pyinstaller/pyinstaller/commit/d99d89e2bf7dc7aecd8f217d8ee583cbb9e26b30
Author: Martin Zibricky <[email protected]>
Date: 2015-08-15 (Sat, 15 Aug 2015)
Changed paths:
M PyInstaller/building/build_main.py
M PyInstaller/config.py
M PyInstaller/main.py
Log Message:
-----------
Issue #1404: Attempt to fix tkinter/zmq failures for appveyor.
Commit: a81ab9669d509260a290b228ab721c37942aed14
https://github.com/pyinstaller/pyinstaller/commit/a81ab9669d509260a290b228ab721c37942aed14
Author: Martin Zibricky <[email protected]>
Date: 2015-08-15 (Sat, 15 Aug 2015)
Changed paths:
A tests/functional/logs/pyi_import_relative.toc
A tests/functional/modules/pyi_testmod_relimp/B/C.py
A tests/functional/modules/pyi_testmod_relimp/B/D.py
A tests/functional/modules/pyi_testmod_relimp/B/__init__.py
A tests/functional/modules/pyi_testmod_relimp/E.py
A tests/functional/modules/pyi_testmod_relimp/F/G.py
A tests/functional/modules/pyi_testmod_relimp/F/__init__.py
A tests/functional/modules/pyi_testmod_relimp/__init__.py
A tests/functional/modules/pyi_testmod_relimp/pyi_testmod_relimp/__init__.py
A tests/functional/modules/pyi_testmod_relimp/pyi_testmod_relimp/relimp2.py
A tests/functional/modules/pyi_testmod_relimp/pyi_testmod_relimp/relimp3.py
A tests/functional/modules/pyi_testmod_relimp/relimp1.py
A tests/functional/modules/pyi_testmod_relimp/relimp2.py
A tests/functional/modules/pyi_testmod_relimp2/__init__.py
A tests/functional/modules/pyi_testmod_relimp2/bar/__init__.py
A tests/functional/modules/pyi_testmod_relimp2/bar/bar2/__init__.py
A tests/functional/modules/pyi_testmod_relimp2/bar/baz.py
A tests/functional/modules/pyi_testmod_relimp3a/__init__.py
A tests/functional/modules/pyi_testmod_relimp3a/aa/__init__.py
A tests/functional/modules/pyi_testmod_relimp3a/aa/a1.py
A tests/functional/modules/pyi_testmod_relimp3a/aa/relimp3c.py
A tests/functional/modules/pyi_testmod_relimp3a/relimp3b/__init__.py
A tests/functional/modules/pyi_testmod_relimp3a/relimp3b/b1.py
A tests/functional/modules/pyi_testmod_relimp3a/relimp3c.py
A tests/functional/modules/pyi_testmod_relimp3b/__init__.py
A tests/functional/modules/pyi_testmod_relimp3b/b1.py
A tests/functional/modules/pyi_testmod_relimp3c/__init__.py
A tests/functional/scripts/pyi_import_relative.py
A tests/functional/test_import.py
R tests/old_suite/import/relimp/B/C.py
R tests/old_suite/import/relimp/B/D.py
R tests/old_suite/import/relimp/B/__init__.py
R tests/old_suite/import/relimp/E.py
R tests/old_suite/import/relimp/F/G.py
R tests/old_suite/import/relimp/F/__init__.py
R tests/old_suite/import/relimp/__init__.py
R tests/old_suite/import/relimp/relimp/__init__.py
R tests/old_suite/import/relimp/relimp/relimp2.py
R tests/old_suite/import/relimp/relimp/relimp3.py
R tests/old_suite/import/relimp/relimp1.py
R tests/old_suite/import/relimp/relimp2.py
R tests/old_suite/import/relimp2/__init__.py
R tests/old_suite/import/relimp2/bar/__init__.py
R tests/old_suite/import/relimp2/bar/bar2/__init__.py
R tests/old_suite/import/relimp2/bar/baz.py
R tests/old_suite/import/relimp3a/__init__.py
R tests/old_suite/import/relimp3a/aa/__init__.py
R tests/old_suite/import/relimp3a/aa/a1.py
R tests/old_suite/import/relimp3a/aa/relimp3c.py
R tests/old_suite/import/relimp3a/relimp3b/__init__.py
R tests/old_suite/import/relimp3a/relimp3b/b1.py
R tests/old_suite/import/relimp3a/relimp3c.py
R tests/old_suite/import/relimp3b/__init__.py
R tests/old_suite/import/relimp3b/b1.py
R tests/old_suite/import/relimp3c/__init__.py
R tests/old_suite/import/test_onefile_relative_import.py
R tests/old_suite/import/test_onefile_relative_import.toc
Log Message:
-----------
#Issue #1382: Migrate 1st test_relative_import to pytest.
Commit: 5adef47f42768398b68f8287ad43a985d6481b67
https://github.com/pyinstaller/pyinstaller/commit/5adef47f42768398b68f8287ad43a985d6481b67
Author: Martin Zibricky <[email protected]>
Date: 2015-08-15 (Sat, 15 Aug 2015)
Changed paths:
M tests/functional/modules/pyi_testmod_relimp3a/aa/a1.py
A tests/functional/modules/pyi_testmod_relimp3a/aa/pyi_testmod_relimp3c.py
R tests/functional/modules/pyi_testmod_relimp3a/aa/relimp3c.py
A
tests/functional/modules/pyi_testmod_relimp3a/pyi_testmod_relimp3b/__init__.py
A tests/functional/modules/pyi_testmod_relimp3a/pyi_testmod_relimp3b/b1.py
A tests/functional/modules/pyi_testmod_relimp3a/pyi_testmod_relimp3c.py
R tests/functional/modules/pyi_testmod_relimp3a/relimp3b/__init__.py
R tests/functional/modules/pyi_testmod_relimp3a/relimp3b/b1.py
R tests/functional/modules/pyi_testmod_relimp3a/relimp3c.py
A tests/functional/scripts/pyi_import_relative2.py
A tests/functional/scripts/pyi_import_relative3.py
M tests/functional/test_import.py
R tests/old_suite/import/test_onefile_relative_import2.py
R tests/old_suite/import/test_onefile_relative_import3.py
Log Message:
-----------
#Issue #1382: Migrate other test_relative_import to pytest.
Commit: 3654d599113f8dfcf9949af6be7b366f2561504e
https://github.com/pyinstaller/pyinstaller/commit/3654d599113f8dfcf9949af6be7b366f2561504e
Author: Martin Zibricky <[email protected]>
Date: 2015-08-15 (Sat, 15 Aug 2015)
Changed paths:
M tests/functional/conftest.py
M tests/functional/logs/pyi_import_relative.toc
Log Message:
-----------
#Issue #1382: Implement .toc checking for test_relative import.
Compare:
https://github.com/pyinstaller/pyinstaller/compare/27260b0abd05...3654d599113f
--
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.