source: project @ 6f128e2

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6f128e2   3 days mzibr.public Issue #540: Remove old platform specific ways to obtain Tcl/Tk? paths.
(edit) @bf760fa   3 days mzibr.public Issue #540: Use better way to get paths to Tcl and Tk.
(edit) @4bbc7fb   3 days mzibr.public Issue #540: Add better way to get paths to Tcl and Tk library.
(edit) @4f78f3d   6 days mzibr.public Merge branch 'develop' of github.com:pyinstaller/pyinstaller into develop
(edit) @b4e56e4   6 days mzibr.public Merge pull request #11 from …
(edit) @0f0fac3   8 days florian.hoech Clean: Split _check_path_overlap from _rmtree, move …
(edit) @b8ea399   8 days rasky Fix on Windows platform (strip not present)
(edit) @2063eff   10 days florian.hoech Fix: Use update() on set returned by bindepend.getImports() instead of …
(edit) @d556368   10 days florian.hoech Clean: Remove unused code after _rmtree calls.
(edit) @f9c6998   10 days florian.hoech Rename _rmdir to _rmtree and use only where necessary.
(edit) @f8a03a8   12 days mzibr.public Merge branch 'develop' of github.com:pyinstaller/pyinstaller into develop
(edit) @6c5013d   12 days mzibr.public Add: New modules to windows env. setup script.
(edit) @b6ce858   12 days mzibr.public Issue #540: Add test case for Tkinter.
(edit) @ffd1253   12 days mzibr.public Issue #540: Fix Tkinter hook for Mac when Tcl/Tk? not installed as …
(edit) @06b9e57   12 days mzibr.public Issue #540: Fix including .tcl files on Mac.
(edit) @17d82d9   2 weeks rasky Ticket #547: fix bad TOC saved by Analysys().
(edit) @02df01d   2 weeks mzibr.public Issue #451: Remove print statement.
(edit) @c16beed   2 weeks mzibr.public Issue #451: Remove references to @executable_path in comments.
(edit) @1bf0dfe   2 weeks mzibr.public Issue #451: Tests starting with test_onefile* are built with --onefile …
(edit) @d6a36ee   2 weeks mzibr.public Issue #451: Add restrictions to runtests.py for testcase …
(edit) @6c0a144   2 weeks mzibr.public Issue #451: Add testcase for importing C-extensions in onefile and onedir …
(edit) @edb91656   3 weeks mzibr.public Issue #451: Use @loader_path for dylibs and ../ for *.dylib not in dist …
(edit) @29f1a95   3 weeks mzibr.public Merge pull request #7 from fhoech/develop Fix: Add Python's binary …
(edit) @acfb5f5   3 weeks mzibr.public Fix: Ignore test case with disabled zlib module.
(edit) @2d2a7870   3 weeks rasky Error-out loud if Zlib cannot be found at runtime.
(edit) @83335c2e   3 weeks florian.hoech Fix: Add Python's binary dependencies first (fixes 'lib not found' …
(edit) @c2468ba   3 weeks mzibr.public Fix: Add hook for PyQt4.QtHelp? module.
(edit) @b7dad51   3 weeks mzibr.public Clean: Make list of OpenGL.arrays hiddenimports dynamic.
(edit) @5f2993e   4 weeks mzibr.public Merge branch 'develop' of github.com:pyinstaller/pyinstaller into develop
(edit) @a984357   4 weeks mzibr.public Fix: Add hook for OpenGL_accelerate module. This module speeds up …
(edit) @4c90fa4   5 weeks rasky Ticket #550: fix code-signing support for 64-bit PE executables.
(edit) @1705341   5 weeks mzibr.public Clean: Update changelog.
(edit) @507b8cc   5 weeks mzibr.public Issue #533: Detect matplotlib backends dynamically.
(edit) @1d465c8   5 weeks mzibr.public Issue #549: Add test case for PYTHONHOME variable.
(edit) @c333489   5 weeks mzibr.public Issue #549: Workaround for setting PYTHONHOME on Windows.
(edit) @c7e4c0d   5 weeks mzibr.public Fix: Compilation of windows bootloader outside virtualenv.
(edit) @7d60108   5 weeks mzibr.public Clean: Add meaningful error msg to pyusb test case./
(edit) @b26a495   5 weeks mzibr.public Clean: pep8 cleanup for pyusb hook.
(edit) @2036d7f   5 weeks mzibr.public Clean: Update changelog.
(edit) @aee055d   5 weeks mzibr.public Clean: Run libraries/test_usb test without .spec file.
(edit) @48cf33b   5 weeks mzibricky Merge pull request #6 from itszero/develop Add: Add hooks to support …
(edit) @61fde54   5 weeks itszero Add: Add testcase for PyUSB
(edit) @dbba7a2   5 weeks itszero Clean: Add license header to PyUSB's support files
(edit) @9d37c77   5 weeks itszero Merge: Proper cygwin support
(edit) @923bacc   5 weeks itszero Fix: Support PyUSB on cygwin properly in rthook
(edit) @aaaeba5   5 weeks itszero Clean: Make comments look better
(edit) @2eb2fd7   5 weeks itszero Fix: Use only sys._MEIPASS for PyUSB rthook
(edit) @5abe90b   5 weeks itszero add rthook forcing PyUSB to load the lib in the bundle
(edit) @3c97125   5 weeks itszero add a hook for PyUSB to lookup libusb backends
(edit) @b7bbe85   5 weeks mzibr.public Clean: Remove old code in test basic/test_getfilesystemencoding.
(edit) @4840537   5 weeks mzibr.public Fix: Invoking Python cmd in subprocess in test case …
(edit) @fb87db4   5 weeks mzibr.public Clean: Ignore msvc files created during compilation.
(edit) @274ef1e   5 weeks mzibr.public Fix: During test cleanup remove msvc temporary files (.lib, .obj, .exp).
(edit) @cd3ecb4   5 weeks mzibr.public Fix: Test test_getfilesystemencoding for Windows.
(edit) @ed21be5   6 weeks mzibr.public Fix: Compile bootloader on Windows in virtualenv.
(edit) @6dbac42   6 weeks mzibr.public Fix: Test import/test_egg2 requires module pkg_resources.
(edit) @12c9015   6 weeks mzibr.public Clean: Use imp.init_builtin() fuction to load built-in modules in iu.py.
(edit) @5ea4fbf   6 weeks mzibr.public Fix: Recompile 64bit Windows loader.
(edit) @cbd62e2   6 weeks mzibr.public Fix: Compilation of bootloader on Windows in virtualenv.
(edit) @3984c5c   6 weeks mzibr.public Fix: ctypes build test on Windows.
(edit) @2c330aa   6 weeks mzibr.public Merge branch 'develop' of github.com:pyinstaller/pyinstaller into develop
(edit) @ad9c937   6 weeks mzibr.public Merge branch 'develop' of github.com:pyinstaller/pyinstaller into develop
(edit) @498dc1a   6 weeks mzibr.public Fix: Makefile test do not check existence of makefile on windows.
(edit) @7e4745e   6 weeks mzibr.public Fix: Do not include Makefile with distutils hook on windows.
(edit) @80d3e0b   6 weeks mzibr.public Fix: Recompile windows 32bit loader.
(edit) @0180b22   6 weeks mzibr.public Issue #546: Do not install pywin32 if already available in virtualenv.
(edit) @58c87b4   6 weeks mzibr.public Issue #546: Add script to intall pywin32 into virtualenv on Windows.
(edit) @b1c1baf   6 weeks mzibr.public Clean: Remove windows RegistryImportDirector? from frozen executables.
(edit) @a9d0465   7 weeks mzibr.public Fix: In onefile mode look for dynamic libraries in temp dir.
(edit) @bbc0445   7 weeks h.goebel Clean: Don't ask for permission but for forgiveness.
(edit) @30a15e0   7 weeks mzibr.public Merge branch 'develop' of github.com:pyinstaller/pyinstaller into develop
(edit) @4963c63   7 weeks mzibr.public Issue #538: Display correct message if upx is detected.
(edit) @0bb5ac1   7 weeks mzibr.public Fix: Recompile Linux 32bit loaders.
(edit) @551ca1a   7 weeks mzibr.public #Fix: Use sys.real_prefix in virtualenv to include makefile or pyconfig.h.
(edit) @bbba17a   7 weeks mzibr.public Fix: Recompile Linux 64bit loader.
(edit) @c59ab80   7 weeks mzibr.public Fix: Add test cases for python makefile and pyconfig.h.
(edit) @7d70f2e   7 weeks mzibr.public Fix: Recompile Mac OS X bootloaders.
(edit) @84e31d5   7 weeks mzibr.public Fix: Include Makefile and pyconfig.h files with distutils module.
(edit) @f01268e   7 weeks mzibr.public Clean: Refactoring distutils hook.
(edit) @025a3d2   7 weeks mzibr.public Fix: Set PYTHONHOME to temppath for onefile mode.
(edit) @e7f727c   7 weeks mzibr.public Fix: Typo in OS detection in test basic/test_getfilesystemencoding.
(edit) @64d4be8   7 weeks mzibr.public Fix: Recompile 32bit Linux bootloaders.
(edit) @6bb9c02   8 weeks mzibr.public Fix: test_getfilesystemencoding.py.
(edit) @46eb9f8   8 weeks mzibr.public Fix: Test basic/test_getfilesystemencoding should now fail correctly.
(edit) @4fee054   8 weeks mzibr.public Fix: Add meaningful msg to some tests.
(edit) @1d0bfac   8 weeks mzibr.public Clean: Add meaningful error msg for test_absolute_ld_library_path.
(edit) @bdaf2a7   8 weeks mzibr.public Fix: Recompile 64bit Linux bootloaders.
(edit) @643b2cd   8 weeks mzibr.public Clean: Remove commented code.
(edit) @ff075a6   8 weeks mzibr.public Fix: On Linux set LD_LIBRARY_PATH only to homepath (onedir) or only …
(edit) @69dcde3   8 weeks mzibr.public Issue #541: Disable test case import/test_eggs1.
(edit) @a70bd49   8 weeks h.goebel Fix issue #527: Re-compile .pyc from different Python version during …
(edit) @8f46b7c   8 weeks h.goebel Add a debug log message for .pys compiled during build.
(edit) @a86345c   8 weeks h.goebel Do not try to compile non-PYMODULEs.
(edit) @475756a   8 weeks h.goebel Clean: Remove some nesting levels.
(edit) @57e96e8c   8 weeks h.goebel Clean: Remove old, commented-out code.
(edit) @a234045   8 weeks h.goebel Minor clean-up to be make code more significant.
(edit) @7fcacb5   8 weeks h.goebel Make a private method private (again).
(edit) @4837bd3   8 weeks h.goebel Clean: Remove unused instance variable.
(edit) @f004d10   8 weeks h.goebel Clean: Remove old, commented-out code.
(edit) @5c0a7dc   8 weeks h.goebel Make a private method private.
Note: See TracRevisionLog for help on using the revision log.