Timeline


and

02/06/12: Today

10:06 Ticket #474 (eliminate CONFIGDIR/support/useUnicode.py) closed by htgoebel
fixed
09:59 Ticket #505 (codec LookupError after useUnicode has been eliminated.) created by dave.pyinstaller@coolhandmook.com
This is a follow up to issue #474. This branch seems to have caused a …
09:25 Ticket #504 (The procedure entry point ?PyWinObject_AsHANDLE_object@@PAPAXH@Z could not ...) closed by htgoebel
invalid: As this error occurs when you are building the app, I assume this …
09:22 Ticket #504 (The procedure entry point ?PyWinObject_AsHANDLE_object@@PAPAXH@Z could not ...) created by jnhea@swbell.net
This message has suddenly appeared when I build a ".exe" file of my …

02/05/12: Yesterday

21:56 WikiStart edited by htgoebel
add "Contributions" section and link to Development/HowtoContribute (diff)
21:52 Development/HowtoContribute created by htgoebel
20:08 Ticket #474 (eliminate CONFIGDIR/support/useUnicode.py) reopened by dave.pyinstaller@coolhandmook.com
Removing useUnicode causes a regression. See #505.

02/04/12:

23:25 Ticket #503 (Test suite on Windows XP, Python 2.6) created by dave.pyinstaller@coolhandmook.com
I think I might still be missing something for how to get the build tests …

02/03/12:

21:32 Changeset in project [ccf3feac] by Giovanni Bajo <rasky@develer.com>
developRemove last traces of DEFAULT_CONFIGFILE
21:24 Changeset in project [f0ab932] by Giovanni Bajo <rasky@develer.com>
developRename _mountzlib.py into _pyi_bootstrap.py
12:41 Ticket #502 (PyInstaller fails to package zope.interface; workaround is adding ...) created by anonymous
PyInstaller fails to package zope.interface. The workaround is to put an …
03:03 Changeset in project [c0005ec] by Giovanni Bajo <rasky@develer.com>
developRework the 32-bit/64-bit warning on Darwin. It looks like there is not a …
02:54 Changeset in project [87b8777] by Giovanni Bajo <rasky@develer.com>
developRemove executable bit from internal modules.
02:46 Changeset in project [4ae5989] by Giovanni Bajo <rasky@develer.com>
developAdd website URL.
02:38 Changeset in project [0a557d9] by Giovanni Bajo <rasky@develer.com>
developRemove unexpanded '%prog' from option help text.

02/02/12:

16:48 Ticket #501 (Check .dll files are for correct architecture) created by matysek
When env. variable PATH is set wrong on windows, it might happen that …

02/01/12:

11:18 Ticket #500 (Email addresses visible to all) created by anonymous
I logged a ticket yesterday about PySide?. Thanks for the quick response. …

01/31/12:

10:56 HowtoReportBugs edited by htgoebel
(diff)

01/30/12:

23:34 Ticket #499 (PySide + phonon) closed by matysek
duplicate: Duplicate of #498.
17:52 Ticket #499 (PySide + phonon) created by pyinstaller.slowcoach@spamgourmet.com
Hi. I'm on Windows XP, latest git PyInstaller?, using Python 2.6, PySide?
12:15 Ticket #498 (PySide hooks (Windows)) created by ben@learntotype.com
The pyqt4 hooks are not compatible with pyside. New hooks for pyside has …

01/27/12:

19:43 Ticket #497 (PyInstaller EXE application won't run) created by b@bo.vc
Hi, I've been using PyInstaller? to convert my .py files to .exe for the …

01/26/12:

19:06 Changeset in project [e279a7b] by Hartmut Goebel <h.goebel@goebel-consult.de>
issue-489-check_WIFEXITEDUpdating CHANGES.txt for last commit.
19:02 Changeset in project [7e80894] by Hartmut Goebel <h.goebel@goebel-consult.de>
issue-489-check_WIFEXITEDIssue 489: check WIFEXITED and signal if script signals. All tests passed …
18:47 Changeset in project [4a9bd0d] by Hartmut Goebel <h.goebel@goebel-consult.de>
issue-489-check_WIFEXITEDEnhance .gitignore: ignore *.egg* in top-dir only.

01/24/12:

16:03 Changeset in project [2a2852e] by Martin Zibricky <mzibr.public@gmail.com>
feature-485-junit_xmlIssue #485: Implement new test generator using unittest2 module.
15:21 Changeset in project [4645740] by Martin Zibricky <mzibr.public@gmail.com>
feature-485-junit_xmlIssue #485: Eliminate functools in runtests.py for python compatibility.
15:14 Changeset in project [df327de] by Martin Zibricky <mzibr.public@gmail.com>
feature-485-junit_xmlIssue #485: Ignore created junit xml reports in git.

01/23/12:

13:28 Changeset in project [1c2b3e7] by Martin Zibricky <mzibr.public@gmail.com>
feature-485-junit_xmlIssue #485: Implement setting name of test function to custom value.
12:21 Changeset in project [c59bf23] by Martin Zibricky <mzibr.public@gmail.com>
feature-485-junit_xmlIssue #485: Implement simple build test case without functools module.

01/22/12:

21:28 Ticket #381 (linux: running build in onedir mode after onefile fails) closed by htgoebel
fixed: Fixed in 83744635012c728e63495d4535e4c240d4bfb27b.
21:28 Changeset in project [8374463] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDFix issue #381: running build in onedir mode after onefile failed. Reason …
19:55 Ticket #491 (sys.platform linux3 not supported) closed by htgoebel
fixed: Fixed in ac980c2b308cf2d9f71edcce32c826c07ed00e5b.
19:53 Changeset in project [1242063] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDMerge branch 'bug-491-linux3_not_supported' into develop
19:52 Changeset in project [ac980c2] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDReplace linux2 platform detection with just linux in hooks.
19:48 Ticket #443 (assebly manifest - use amd64 architecture on 64bit windows) closed by matysek
fixed: This is already fixed and it seems to work.
19:48 Changeset in project [f8f2b76] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDReplace linux2 platform detection with just linux in buildtests.
19:46 Ticket #330 (MacOSX - use macholib) closed by matysek
fixed: We already use macholib for resolving dynamic dependencies and we …
19:44 Changeset in project [e962496] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDIssue #491: Replace linux2 platform detection with just linux.
19:17 Ticket #482 (document HOMEPATH logic for spec-files in Changelog) closed by htgoebel
wontfix: I decided not to back-port this, as this would be an enhancement.
19:16 Ticket #481 (back-port HOMEPATH logic in Makespec to 1.5.2) closed by htgoebel
wontfix: I decided not to back-port this, as this would be an enhancement.
19:15 Ticket #403 (One file application unable to find tcl and tk) closed by htgoebel
fixed
19:11 Changeset in project [d442b9c] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDRebuild manual.
19:09 Changeset in project [0588a18] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDFix Makefile for docs: still wanted to build man-page for Configure.
18:16 Ticket #476 (./support/_mountzlib.py - include automatically) closed by htgoebel
fixed: Implemented in b30d71a90aaebdadc98bf607fb0e6fc90946283a.
18:15 Changeset in project [f7985e3] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDEnh: Be less verbose when calculating dependencies for shared libs.
18:14 Changeset in project [1128788] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDFix hook-_tkinter did not work on unix. Argl, I really tested this …
18:12 Changeset in project [b30d71a] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDMerge branch 'feature-476-auto_include_mountzlib.py' into develop
17:44 Changeset in project [a569446] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDRemove now auto-added script _mountzlib.py from buildtest .spec-files.
17:44 Changeset in project [d83fcb9] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDRemove _mountzlib.py from the examples in the manual.
17:43 Changeset in project [03adf97] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDRemove listing support/_mountzlib.py in the spec-file, auto-add in build. …
16:38 Changeset in project [bf96080] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDEnh: Add recently obsoleted options to "obsolete cmd-line option"-section.
16:23 Changeset in project [e8ecba7] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDEnh: Add warning-msg if obsolete auto-added script is used in .spec file. …
15:35 Ticket #347 (eliminate config.dat file) closed by htgoebel
fixed: Implemented in d19f41fda3dd91563169f1d076a4d19d186f9536. Optimization of …
15:34 Ticket #496 (Optimize buildtests/runtests.py) created by matysek
This is a follow-up to #347. The script ./buildtests/runtests.py uses …
15:28 Changeset in project [d19f41f] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDMerge branch 'feature-347-eliminate_config.dat' into develop
15:17 MigrateTo2.0 edited by htgoebel
(diff)
15:14 Changeset in project [2b7cfe7] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDNew function get_config() which does not write config.dat. This function …
15:14 Changeset in project [71024dd] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDRemove reading config.dat in build, configure on the fly. Instead use …
15:14 Changeset in project [95e310c] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDMove option --upx-dir from configure to build
15:14 Changeset in project [3d859fc] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDRemove running configure in pyinstaller.py. This also removes the option …
15:14 Changeset in project [7c9aca0] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDRemove now useless utils/Configure.py and configure.main().
15:14 Changeset in project [73c48aa] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDFix: buildtests/runtests.py did still run Configure.
15:14 Changeset in project [7c80190] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDClean: Remove now unused code.
15:14 Changeset in project [8ad182d] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDRemove now useless config-step find_EXE_dependencies.
15:14 Changeset in project [c49ef90] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDClean: Be less verbose when testing for zlib.
15:14 Changeset in project [c2cd021] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDClean: Be less verbose when testing for UPX.
15:14 Changeset in project [71514c1] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDClean: Be less verbose when computing PYZ dependencies.
15:14 Changeset in project [5ed2cb9] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDFix: buildtests did still run use config['target_platform'].
15:13 Changeset in project [d976f87] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDRemove reading the config-file in makespec, this data is now unused. …
14:56 MigrateTo2.0 edited by htgoebel
(diff)
01:17 Changeset in project [d72fe9e] by Martin Zibricky <mzibr.public@gmail.com>
feature-485-junit_xmlIssue #485: Implement basic junit xml output for runtests.py'
00:46 Changeset in project [e57218e] by Martin Zibricky <mzibr.public@gmail.com>
feature-485-junit_xmlIssue #485: Fix TestRunner? class in runtests.py.
00:15 Changeset in project [c01db07] by Martin Zibricky <mzibr.public@gmail.com>
feature-485-junit_xmlIssue #485: Create class TestRunner? in runtests.py.

01/21/12:

23:56 Changeset in project [6dfb710] by Martin Zibricky <mzibr.public@gmail.com>
feature-485-junit_xmlIssue #485: Move code to run Configure.py into own function.
22:46 Ticket #474 (eliminate CONFIGDIR/support/useUnicode.py) closed by htgoebel
fixed: useUnicode has been removed in f830bf58f093d9bea21b1c3b78010a7d716a0db3.
22:43 Changeset in project [f830bf58] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDMerge branch 'feature-474-eliminate_useUnicode' into develop
22:40 Changeset in project [90bdc33] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDRemove now unused script useUnicode.py from buildtest .spec-files.
22:16 Changeset in project [9199909] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDUse hiddenimports for including the codecs and encodings.
22:16 Changeset in project [e1a7c61c] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDNo longer generate now unused support/useUnicode.py.
22:16 Changeset in project [ca311c07] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDRemove now unused function _write_textfile.
22:16 Changeset in project [f65f658] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDRemove useUnicode from the examples in the manual.
22:16 Changeset in project [b50dd4c] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDFix buildtests to not check for removed useUnicode.py
22:08 Changeset in project [4cd4a62] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDFix hook-distutils for the case distutils.init.pyc is missing. The …
22:00 Changeset in project [069fbf7] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDFix hook-xml for the case _xmlplus.init.pyc is missing. The hook …
18:57 Changeset in project [3b85d70] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDDo not ignore files pyinstaller may have created when run here. …
18:43 Changeset in project [3b5bc90] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDMerge branch 'feature-hidden_imports' into develop
18:42 Changeset in project [3b1a70d] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDClean: remove unmaintained and useless comments.
18:40 Changeset in project [91f1823] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDAdd option --hidden-import to Makespec and pyinstaller.
18:37 Changeset in project [9202ffa] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDAdd test-case for hiddenimport.
18:36 Changeset in project [8ca79b6] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDAdd parameter hiddenimports to build.Analysis().
16:33 Changeset in project [a7512cc] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDNew filename-format for .toc-files to make them ordered. Moved the number …
16:06 Changeset in project [cd602a4] by Martin Zibricky <mzibr.public@gmail.com>
feature-485-junit_xmlIgnore .ropeproject/ from ropevim in git.
16:03 Changeset in project [e9e7d1a] by Martin Zibricky <mzibr.public@gmail.com>
feature-485-junit_xmlIssue #485: Remove old code.
15:48 Ticket #475 (eliminate CONFIGDIR/support/useTk.py) closed by htgoebel
fixed: This has been implemented in 2cf1972b9ea330589749efe2d3e8b6746ad5a63c. I …
15:39 Changeset in project [b86e4bd] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDMerge branch 'feature-enhance-e2etests' into develop
15:37 Changeset in project [4ae119d] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDAdd option --clean to remove target dirs prior to building.
15:37 Changeset in project [3184396] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDEnh: Allow building only test-cases listed on command line.
15:33 Changeset in project [cf72ca6] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDIgnore /e2etests/common/hanoi[1-9] created by maketests.py.
15:22 Changeset in project [2cf1972] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDMerge branch 'feature-remove-tk-specials' into develop
15:19 Changeset in project [4603ce6] by Martin Zibricky <mzibr.public@gmail.com>
feature-485-junit_xmlIssue #485: Remove unused command line arguments.
15:06 Changeset in project [38d20c0] by Martin Zibricky <mzibr.public@gmail.com>
feature-485-junit_xmlIsse #485: Implement test skipping with unittest framework.
13:13 Changeset in project [a36f85d] by Martin Zibricky <mzibr.public@gmail.com>
feature-485-junit_xmlIssue #485: Initial work on using unittest2 framework for tests.
12:32 Changeset in project [a4bf343] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDReplace hook-Tkinter by hook-_tkinter. This saves the additional …

01/20/12:

22:22 Changeset in project [dc9f8f1] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDRemove now useless makespec-option -K/--tk. Remove from documentation and …
22:12 Changeset in project [cb52f58] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDRemove now unused support/unpackTK.py and support/removeTK.py. AS TCL/TK …
22:06 Changeset in project [fce6ec2] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDError-messages for TkPKG/TkTree point to migration guide.
22:04 MigrateTo2.0 created by htgoebel
22:02 Changeset in project [72875a3] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDYet unused TkPKG and TkTree? throw error if used. The error messages tell …
21:47 Changeset in project [60717bb] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDReplace configure.test_TCL_TK() by a hook-Tkinter.py. Darwin and Windows …
18:17 Changeset in project [aa830de] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDEliminate TCL_dirname and TK_dirname from config.dat. These are only …
18:05 Changeset in project [b24adc1] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDReplace useTK.py by a normal runtime-hook.
17:35 Changeset in project [2411de1] by Hartmut Goebel <h.goebel@goebel-consult.de>
developissue-489-check_WIFEXITEDEliminate useless tcl/tk version-number from dist-data-dir. Data files …
00:39 Changeset in project [119e664] by Martin Zibricky <mzibr.public@gmail.com>
feature-485-junit_xmlIssue #485: Add unittest2 test generator example.

01/19/12:

23:33 Changeset in project [e64f83a] by Martin Zibricky <mzibr.public@gmail.com>
feature-485-junit_xmlIssue #485: Modify junitxml library to use unittest2 framework.
23:30 Changeset in project [89cce2c] by Martin Zibricky <mzibr.public@gmail.com>
feature-485-junit_xmlIssue #485: Add library junitxml 0.6.
23:18 Changeset in project [13705cb] by Martin Zibricky <mzibr.public@gmail.com>
feature-485-junit_xmlIssue #485: Add unittest2 0.5.1 library compatible with Python 2.3.
01:19 Changeset in project [ae77a49] by Martin Zibricky <mzibr.public@gmail.com>
hotfix-1.5.2Convert line endings to LF (unix line endings) only.

01/18/12:

21:26 Development/HowtoBackportGit created by htgoebel
21:21 Development/WorkflowBranchingMergingTagging edited by htgoebel
(diff)
21:17 Development/WorkflowBranchingMergingTagging edited by htgoebel
(diff)
20:55 Development/HowtoRelease edited by htgoebel
(diff)
20:53 Development edited by htgoebel
(diff)
14:20 Changeset in project [1ed17af] by Martin Zibricky <mzibr.public@gmail.com>
hotfix-1.5.2Copy .gitignore and .gitattributes from develop branch.
14:11 Changeset in project [f5bf70c4] by Martin Zibricky <mzibr.public@gmail.com>
developfeature-485-junit_xmlissue-489-check_WIFEXITEDIgnore vim temporary files .swp with git.
14:03 Changeset in project [4f28286] by Martin Zibricky <mzibr.public@gmail.com>
hotfix-1.5.2Issue #491: Replace linux2 platform detection with just linux.

01/17/12:

15:01 Ticket #495 (win32com.gen_py issue persists in 1.5.1) created by Norritt
see ticket #172 i get the error: […] i tryed the patch described in …
15:01 Ticket #494 (pygame support broken in develop version?) created by hugoruscitti@gmail.com
Hi, i made a simple pygame script, but when i run the generated binary …

01/16/12:

16:56 WikiStart edited by giovannibajo
(diff)
15:40 Ticket #493 (IOError: [Errno 22] invalid mode ('rb') or filename: ...) closed by htgoebel
invalid: Obviously selenium.webdriver.firefox.firefox_profile does not follow the …
10:16 Ticket #493 (IOError: [Errno 22] invalid mode ('rb') or filename: ...) created by nmweizi@gmail.com
* python 26 for 64 * pyinstaller last new svn * win7 64 * python packet …
00:22 WikiStart edited by matysek
Download moved to github. (diff)
00:21 OldDownloads edited by matysek
Download moved to github. (diff)

01/15/12:

23:43 WikiStart edited by matysek
Point to git repo, not svn. (diff)
00:14 Development/CommitMessages edited by matysek
fix a few typos (diff)

01/14/12:

15:58 Development/WorkflowBranchingMergingTagging created by htgoebel
15:56 Development edited by htgoebel
(diff)
15:41 Development/CommitMessages created by htgoebel

01/12/12:

01:28 Ticket #492 (Missing return in TCL/TK platform condition logic) created by anonymous
diff --git pyinstaller/PyInstaller/configure.py …

01/11/12:

19:02 Ticket #491 (sys.platform linux3 not supported) created by bwhite@dappervision.com
[…]
11:39 Ticket #490 (Deterministic Freeze) created by bwhite@dappervision.com
Two invocations of pyinstaller appear to produce different results in the …
00:32 Ticket #489 (Have pyinstaller check WIFEXITED and signal if script signals) created by bwhite@dappervision.com
If you compare the return value of a python script to a pyinstall'd …

01/09/12:

12:04 ProjectsUsingPyInstaller edited by giovannibajo
(diff)
Note: See TracTimeline for information about the timeline view.