Branch: refs/heads/develop
Home: https://github.com/pyinstaller/pyinstaller
Commit: d4d81d74396ddb08b5c1781bfa50d472af16945b
https://github.com/pyinstaller/pyinstaller/commit/d4d81d74396ddb08b5c1781bfa50d472af16945b
Author: Daniel Hyams <[email protected]>
Date: 2012-06-21 (Thu, 21 Jun 2012)
Changed paths:
M PyInstaller/loader/iu.py
Log Message:
-----------
Disabled the caching in iu._listdir, because it prevents applications that
generate and reimport
plugins from working. The cache does not have the newly generated plugin, and
therefore any attempt
to import that plugin fail. So, we must just list the directory every time
instead of trying to use
a possibly-stale cache.
Commit: 95d9748c3591da17af46d24bffd10b603d95fb42
https://github.com/pyinstaller/pyinstaller/commit/95d9748c3591da17af46d24bffd10b603d95fb42
Author: Daniel Hyams <[email protected]>
Date: 2012-06-21 (Thu, 21 Jun 2012)
Changed paths:
A buildtests/import/static_plugin.py
A buildtests/import/test_app_with_plugins.py
A buildtests/import/test_app_with_plugins.spec
Log Message:
-----------
Added a test case to demonstrate the problem that is fixed by disabling the
_listdir cache.
Commit: 23762d29e67012fc6e3e53648215b031c18b16cf
https://github.com/pyinstaller/pyinstaller/commit/23762d29e67012fc6e3e53648215b031c18b16cf
Author: Daniel Hyams <[email protected]>
Date: 2012-06-24 (Sun, 24 Jun 2012)
Changed paths:
M PyInstaller/loader/iu.py
Log Message:
-----------
Reworded the commenting as per suggestion by rasky.
Commit: 077bf78f5e4ee4efac45c20bcd55e78be4be8ea1
https://github.com/pyinstaller/pyinstaller/commit/077bf78f5e4ee4efac45c20bcd55e78be4be8ea1
Author: Martin Zibricky <[email protected]>
Date: 2012-06-28 (Thu, 28 Jun 2012)
Changed paths:
M PyInstaller/loader/iu.py
A buildtests/import/static_plugin.py
A buildtests/import/test_app_with_plugins.py
A buildtests/import/test_app_with_plugins.spec
Log Message:
-----------
Merge pull request #14 from dhyams/listdir_fix
Disabled the caching in iu._listdir, because it prevents applications that use
plugins from working.
Compare:
https://github.com/pyinstaller/pyinstaller/compare/ba70e4699ab1...077bf78f5e4e
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pyinstaller?hl=en.