Timeline


and

04/27/12:

23:07 Changeset in project [b7dad51] by Martin Zibricky <mzibr.public@…>
Clean: Make list of OpenGL.arrays hiddenimports dynamic.

04/25/12:

00:14 Changeset in project [5f2993e] by Martin Zibricky <mzibr.public@…>
Merge branch 'develop' of github.com:pyinstaller/pyinstaller into develop
00:14 Changeset in project [a984357] by Martin Zibricky <mzibr.public@…>
Fix: Add hook for OpenGL_accelerate module. This module speeds up …

04/23/12:

11:52 Ticket #551 (Installation from Pypi (pip) broken) closed by matysek
duplicate: PyInstaller? is still not fully integrated with pypi. Duplicate, see #304.
11:48 Ticket #551 (Installation from Pypi (pip) broken) created by fmorency
From a linux prompt: […] This bug have been confirmed by a colleague …

04/19/12:

12:34 Ticket #478 (Single File with WXPython fails, _core_ ImportError - Directory works) closed by matysek
fixed: Please test latest develop branch. It should be fixed. There as a …
12:30 Ticket #546 (script to setup windows testing environment) closed by matysek
fixed: Installing pywin32 is implemented. Other packages will be added as needed.

04/18/12:

17:47 Ticket #550 (Running signed 64 bit executables is broken) created by amoser+pyinstaller@…
When we run a 64bit pyinstaller binary it works fine but as soon as we …
17:46 Changeset in project [4c90fa4] by Giovanni Bajo <rasky@…>
Ticket #550: fix code-signing support for 64-bit PE executables.
13:41 Ticket #533 (list of matplotlib backends is hardcoded) closed by matysek
fixed: Implemented. Matplotlib hook tries import every backend. Only successfully …
13:40 Changeset in project [1705341] by Martin Zibricky <mzibr.public@…>
Clean: Update changelog.
13:35 Changeset in project [507b8cc] by Martin Zibricky <mzibr.public@…>
Issue #533: Detect matplotlib backends dynamically.

04/17/12:

11:33 Changeset in project [1d465c8] by Martin Zibricky <mzibr.public@…>
Issue #549: Add test case for PYTHONHOME variable.
11:29 Changeset in project [c333489] by Martin Zibricky <mzibr.public@…>
Issue #549: Workaround for setting PYTHONHOME on Windows.
11:06 Changeset in project [c7e4c0d] by Martin Zibricky <mzibr.public@…>
Fix: Compilation of windows bootloader outside virtualenv.
11:01 Ticket #549 (set PYTHONHOME does not work on Win) created by matysek
Bootloader should set environment variable PYTHONHOME and Python …

04/15/12:

13:52 SupportedPackages edited by matysek
add pyusb (diff)
13:46 Changeset in project [7d60108] by Martin Zibricky <mzibr.public@…>
Clean: Add meaningful error msg to pyusb test case./
13:43 Changeset in project [b26a495] by Martin Zibricky <mzibr.public@…>
Clean: pep8 cleanup for pyusb hook.
13:17 Changeset in project [2036d7f] by Martin Zibricky <mzibr.public@…>
Clean: Update changelog.
13:02 Changeset in project [aee055d] by Martin Zibricky <mzibr.public@…>
Clean: Run libraries/test_usb test without .spec file.
12:55 Changeset in project [48cf33b] by Martin Zibricky <mzibricky@…>
Merge pull request #6 from itszero/develop Add: Add hooks to support …
08:35 Ticket #548 (Bundled program causing "OwnerError, ,,,/Temp/_MEI26202 isn't a dir.) created by Ystah
[…] Python 2.6 Windows 7 32bits Develop version
04:38 Changeset in project [61fde54] by itsZero (Chien-An Cho) <itszero@…>
Add: Add testcase for PyUSB
04:18 Changeset in project [dbba7a2] by itsZero (Chien-An Cho) <itszero@…>
Clean: Add license header to PyUSB's support files
04:13 Changeset in project [9d37c77] by itsZero (Chien-An Cho) <itszero@…>
Merge: Proper cygwin support
04:09 Changeset in project [923bacc] by itsZero (Chien-An Cho) <itszero@…>
Fix: Support PyUSB on cygwin properly in rthook
04:01 Changeset in project [2eb2fd7] by itsZero (Chien-An Cho) <itszero@…>
Fix: Use only sys._MEIPASS for PyUSB rthook
04:01 Changeset in project [aaaeba5] by itsZero (Chien-An Cho) <itszero@…>
Clean: Make comments look better

04/14/12:

11:15 Changeset in project [3c97125] by itsZero (Chien-An Cho) <itszero@…>
add a hook for PyUSB to lookup libusb backends
11:15 Changeset in project [5abe90b] by itsZero (Chien-An Cho) <itszero@…>
add rthook forcing PyUSB to load the lib in the bundle
00:29 Development edited by matysek
link to usage of new python import hooks (diff)

04/13/12:

23:52 Changeset in project [b7bbe85] by Martin Zibricky <mzibr.public@…>
Clean: Remove old code in test basic/test_getfilesystemencoding.
23:33 Changeset in project [4840537] by Martin Zibricky <mzibr.public@…>
Fix: Invoking Python cmd in subprocess in test case …
16:14 Changeset in project [fb87db4] by Martin Zibricky <mzibr.public@…>
Clean: Ignore msvc files created during compilation.
16:13 Changeset in project [274ef1e] by Martin Zibricky <mzibr.public@…>
Fix: During test cleanup remove msvc temporary files (.lib, .obj, .exp).
16:06 Changeset in project [cd3ecb4] by Martin Zibricky <mzibr.public@…>
Fix: Test test_getfilesystemencoding for Windows.
09:38 WikiStart edited by matysek
Note to use development version for windows 7. (diff)

04/12/12:

23:41 Changeset in project [ed21be5] by Martin Zibricky <mzibr.public@…>
Fix: Compile bootloader on Windows in virtualenv.
16:30 Changeset in project [6dbac42] by Martin Zibricky <mzibr.public@…>
Fix: Test import/test_egg2 requires module pkg_resources.
16:27 Changeset in project [12c9015] by Martin Zibricky <mzibr.public@…>
Clean: Use imp.init_builtin() fuction to load built-in modules in iu.py.
16:04 Changeset in project [5ea4fbf] by Martin Zibricky <mzibr.public@…>
Fix: Recompile 64bit Windows loader.
01:02 Changeset in project [cbd62e2] by Martin Zibricky <mzibr.public@…>
Fix: Compilation of bootloader on Windows in virtualenv.

04/11/12:

18:51 Ticket #547 (Using MERGE, subsequent builds repeat previous work) created by Dwig
(I'm marking this as enhancement, since the build does create the right …
14:51 Changeset in project [3984c5c] by Martin Zibricky <mzibr.public@…>
Fix: ctypes build test on Windows.

04/10/12:

15:49 Changeset in project [2c330aa] by Martin Zibricky <mzibr.public@…>
Merge branch 'develop' of github.com:pyinstaller/pyinstaller into develop
15:48 Changeset in project [ad9c937] by Martin Zibricky <mzibr.public@…>
Merge branch 'develop' of github.com:pyinstaller/pyinstaller into develop
15:47 Changeset in project [498dc1a] by Martin Zibricky <mzibr.public@…>
Fix: Makefile test do not check existence of makefile on windows.
15:46 Changeset in project [7e4745e] by Martin Zibricky <mzibr.public@…>
Fix: Do not include Makefile with distutils hook on windows.
15:45 Changeset in project [80d3e0b] by Martin Zibricky <mzibr.public@…>
Fix: Recompile windows 32bit loader.

04/09/12:

19:46 Changeset in project [0180b22] by Martin Zibricky <mzibr.public@…>
Issue #546: Do not install pywin32 if already available in virtualenv.
19:36 Changeset in project [58c87b4] by Martin Zibricky <mzibr.public@…>
Issue #546: Add script to intall pywin32 into virtualenv on Windows.
15:36 Ticket #546 (script to setup windows testing environment) created by matysek
We need to create a script that would install pywin32 and other python …

04/07/12:

00:21 Changeset in project [b1c1baf] by Martin Zibricky <mzibr.public@…>
Clean: Remove windows RegistryImportDirector? from frozen executables.

04/06/12:

20:09 Ticket #545 (pyinstaller crashes on windows when path name contains unicode) created by pyinstaller@…
When the path contains unicode (chinese, 桌面), pyinstaller crashes on …

04/05/12:

20:02 Ticket #544 (pyside and multiprocessing) closed by matysek
duplicate: Duplicate of #543
16:13 Ticket #544 (pyside and multiprocessing) created by avraham seror <tovmeod@…>
My program uses pyside and multiprocessing. I tried to use the develop …
16:11 Ticket #543 (pyside and multiprocessing) created by avraham seror <tovmeod@…>
I have a program that uses pyside and multiprocessing, I managed to create …
00:33 Changeset in project [a9d0465] by Martin Zibricky <mzibr.public@…>
Fix: In onefile mode look for dynamic libraries in temp dir.

04/04/12:

10:13 Changeset in project [bbc0445] by Hartmut Goebel <h.goebel@…>
Clean: Don't ask for permission but for forgiveness.

04/03/12:

23:39 Ticket #538 (Pyinstaller don't recognize UPX.) closed by matysek
fixed: This should be fixed in develop branch.
23:38 Changeset in project [30a15e0] by Martin Zibricky <mzibr.public@…>
Merge branch 'develop' of github.com:pyinstaller/pyinstaller into develop
23:38 Changeset in project [4963c63] by Martin Zibricky <mzibr.public@…>
Issue #538: Display correct message if upx is detected.

04/02/12:

23:48 Changeset in project [0bb5ac1] by Martin Zibricky <mzibr.public@…>
Fix: Recompile Linux 32bit loaders.
23:42 Changeset in project [551ca1a] by Martin Zibricky <mzibr.public@…>
#Fix: Use sys.real_prefix in virtualenv to include makefile or pyconfig.h.
23:05 Changeset in project [bbba17a] by Martin Zibricky <mzibr.public@…>
Fix: Recompile Linux 64bit loader.
13:59 Changeset in project [c59ab80] by Martin Zibricky <mzibr.public@…>
Fix: Add test cases for python makefile and pyconfig.h.
12:17 Changeset in project [7d70f2e] by Martin Zibricky <mzibr.public@…>
Fix: Recompile Mac OS X bootloaders.
11:34 Changeset in project [84e31d5] by Martin Zibricky <mzibr.public@…>
Fix: Include Makefile and pyconfig.h files with distutils module.
00:11 Changeset in project [f01268e] by Martin Zibricky <mzibr.public@…>
Clean: Refactoring distutils hook.

03/31/12:

00:51 Changeset in project [025a3d2] by Martin Zibricky <mzibr.public@…>
Fix: Set PYTHONHOME to temppath for onefile mode.

03/30/12:

23:44 Changeset in project [e7f727c] by Martin Zibricky <mzibr.public@…>
Fix: Typo in OS detection in test basic/test_getfilesystemencoding.
13:18 Changeset in project [64d4be8] by Martin Zibricky <mzibr.public@…>
Fix: Recompile 32bit Linux bootloaders.
12:44 Ticket #542 (Unify code for loading module and code objects.) created by htgoebel
Code for loading modules or compiling source is used at several places: …
01:12 Changeset in project [6bb9c02] by Martin Zibricky <mzibr.public@…>
Fix: test_getfilesystemencoding.py.
00:34 Changeset in project [46eb9f8] by Martin Zibricky <mzibr.public@…>
Fix: Test basic/test_getfilesystemencoding should now fail correctly.
00:18 Changeset in project [4fee054] by Martin Zibricky <mzibr.public@…>
Fix: Add meaningful msg to some tests.
00:10 Changeset in project [1d0bfac] by Martin Zibricky <mzibr.public@…>
Clean: Add meaningful error msg for test_absolute_ld_library_path.

03/29/12:

23:53 Changeset in project [bdaf2a7] by Martin Zibricky <mzibr.public@…>
Fix: Recompile 64bit Linux bootloaders.
23:51 Changeset in project [643b2cd] by Martin Zibricky <mzibr.public@…>
Clean: Remove commented code.
23:46 Changeset in project [ff075a6] by Martin Zibricky <mzibr.public@…>
Fix: On Linux set LD_LIBRARY_PATH only to homepath (onedir) or only …
11:38 FAQ edited by htgoebel
(diff)
01:10 Changeset in project [69dcde3] by Martin Zibricky <mzibr.public@…>
Issue #541: Disable test case import/test_eggs1.
01:06 Ticket #541 (full support for directory eggs) created by matysek
implementing full support for directory eggs. (We could peek into …
Note: See TracTimeline for information about the timeline view.