Timeline


and

08/27/11:

15:55 Ticket #407 (PyInstaller has problems when manifest filenames contain national ...) created by jan.persson@…
I'm getting these errors running PyInstaller? on my Swedish Windows XP …

08/26/11:

21:43 Ticket #406 (Problem with pygame) created by ceddyk
I tried to build a .py , which uses pygame, and got the following …
11:38 Ticket #405 (scan_code can call all.extend when all is None) created by anonymous
The scan_code function in mf.py has a bug that allows this line to be …

08/23/11:

13:05 Changeset in old [1580] by matysek
some syntax cleanup
13:05 Changeset in project [52d1911] by Martin Zibricky <mzibr.public@…>
developfeature-485-junit_xmlhotfix-1.5.2issue-489-check_WIFEXITEDSome syntax cleanup.
12:58 Changeset in old [1579] by matysek
Print error msg when obsolete cli option is used
12:58 Changeset in project [0e9d483] by Martin Zibricky <mzibr.public@…>
developfeature-485-junit_xmlhotfix-1.5.2issue-489-check_WIFEXITEDPrint an error message when obsolete cli option is used.
12:46 Changeset in old [1578] by matysek
Print error msg when obsolete cli option is used by pyinstaller.py
12:46 Changeset in project [df15358] by Martin Zibricky <mzibr.public@…>
developfeature-485-junit_xmlhotfix-1.5.2issue-489-check_WIFEXITEDPrint error msg when obsolete cli option is used by pyinstaller.py.

08/22/11:

01:51 Changeset in old [1577] by giovannibajo
Mark all util scripts as executables.
01:51 Changeset in project [0c87ae8] by Giovanni Bajo <rasky@…>
developfeature-485-junit_xmlhotfix-1.5.2issue-489-check_WIFEXITEDMark all util scripts as executables.
01:50 Changeset in old [1576] by giovannibajo
Fix typo (missing comma)
01:50 Changeset in project [81318ff] by Giovanni Bajo <rasky@…>
developfeature-485-junit_xmlhotfix-1.5.2issue-489-check_WIFEXITEDFix typo (missing comma).

08/21/11:

14:33 Changeset in old [1575] by giovannibajo
Add missing whitespace in option description.
14:33 Changeset in project [534a046] by Giovanni Bajo <rasky@…>
developfeature-485-junit_xmlhotfix-1.5.2issue-489-check_WIFEXITEDAdd missing whitespace in option description.
14:30 Changeset in old [1574] by giovannibajo
Correct ignore strings for waf temporary dirs.

08/20/11:

21:13 Ticket #360 (Insecure LD_LIBRARY_PATH: Contains "./" as one path) reopened by skosch
I'm have to build on a Mac (10.7 Snow Leopard, 64 bit, Python 2.6.1, …

08/19/11:

21:55 Ticket #404 (atexit doesn't work under latest svn release on windows) created by jeremy@…
Functions registered by atexit do not appear to be called on exit of the …
14:41 Ticket #403 (One file application unable to find tcl and tk) created by rtindell@…
I have used pyinstaller on a project that uses Tkinter extensively. I …

08/16/11:

07:58 Ticket #400 (Bug: adding pyd modules with same name different package.) created by esttecb@…
This are the pyd files I'm trying to import to my app (I did my own hook …

08/11/11:

16:47 Changeset in old [1573] by fhoech
On Windows, include pythoncomloaderXX.dll which has been added in pywin32 …
16:47 Changeset in project [c32e3ae] by Florian Höch <florian.hoech@…>
developfeature-485-junit_xmlhotfix-1.5.2issue-489-check_WIFEXITEDOn Windows, include pythoncomloaderXX.dll which has been added in pywin32 …

08/07/11:

21:59 Changeset in old [1572] by matysek
#397 attempt to fix sqlalchemy 0.7 packaging
21:59 Changeset in project [9896972] by Martin Zibricky <mzibr.public@…>
developfeature-485-junit_xmlhotfix-1.5.2issue-489-check_WIFEXITEDTicket #397: Attempt to fix sqlalchemy 0.7 packaging.
21:22 Ticket #307 (bincache dirs need to be per user) reopened by htgoebel
21:14 Ticket #307 (bincache dirs need to be per user) closed by matysek
fixed
11:08 Ticket #397 (packaging sqlalchemy 0.7.2 (mysql) does not include MySQLdb) created by sebastianelsner@…
I have been trying to package a sqlalchemy 0.7.2 program, which accesses a …

08/05/11:

00:06 Ticket #396 (OSX bootloader in 1.5.1 release is 64 bit) created by glennr
glenn@mbp~$ tar xjf Downloads/pyinstaller-1.5.1.tar.bz2 glenn@mbp~$ cd …

08/03/11:

20:08 Changeset in old [1571] by htgoebel
Use more string functions in iu.py instead of emulations required by …
20:08 Changeset in project [ac172a4] by Hartmut Goebel <h.goebel@…>
developfeature-485-junit_xmlhotfix-1.5.2issue-489-check_WIFEXITEDUse more string functions in iu.py instead of emulations which have been …
19:50 Changeset in old [1570] by htgoebel
Minimalistic cleanup of comments.
19:50 Changeset in project [b2c47c3] by Hartmut Goebel <h.goebel@…>
developfeature-485-junit_xmlhotfix-1.5.2issue-489-check_WIFEXITEDMinimalistic cleanup of comments.
19:48 Changeset in old [1569] by htgoebel
Removed some pre-Python 2.2 stuff.
19:48 Changeset in project [42f8660] by Hartmut Goebel <h.goebel@…>
developfeature-485-junit_xmlhotfix-1.5.2issue-489-check_WIFEXITEDRemoved some pre-Python 2.2 stuff.
19:46 Ticket #389 (remove usage of module `string`) closed by htgoebel
fixed: Done in r1567 and r1568.
19:45 Changeset in old [1568] by htgoebel
#389: removed 'string' module replacement functions in iu.py Since …
19:45 Changeset in project [2a33afc] by Hartmut Goebel <h.goebel@…>
developfeature-485-junit_xmlhotfix-1.5.2issue-489-check_WIFEXITEDTicket #389: Remove 'string' module replacement functions in iu.py. Since …
19:31 Changeset in old [1567] by htgoebel
#389: Remove usage of module string. Omitted iu.py and 3rd party …
19:31 Changeset in project [1f7570a] by Hartmut Goebel <h.goebel@…>
developfeature-485-junit_xmlhotfix-1.5.2issue-489-check_WIFEXITEDTicket #389: Remove usage of module string. Omitted iu.py and 3rd party …
17:18 Development/HowtoRelease edited by htgoebel
(diff)
17:09 Development/HowtoRelease edited by htgoebel
(diff)
17:09 Development/HowtoRelease edited by htgoebel
(diff)
16:10 Changeset in old [1566] by htgoebel
Minor cleanup of comments, primary fixed indents.
16:10 Changeset in project [31ac4b1] by Hartmut Goebel <h.goebel@…>
developfeature-485-junit_xmlhotfix-1.5.2issue-489-check_WIFEXITEDMinor cleanup of comments, primary fixed indents.
15:54 Changeset in old [1565] by htgoebel
code cleanup.
15:54 Changeset in project [15017c1] by Hartmut Goebel <h.goebel@…>
developfeature-485-junit_xmlhotfix-1.5.2issue-489-check_WIFEXITEDCode cleanup.
15:50 Changeset in old [1564] by htgoebel
django hooks: silently skip unreadable directories when searching for root …
15:50 Changeset in project [951e947] by Hartmut Goebel <h.goebel@…>
developfeature-485-junit_xmlhotfix-1.5.2issue-489-check_WIFEXITEDdjango hooks: Silently skip unreadable directories when searching for root …
15:49 Changeset in old [1563] by htgoebel
Remove sys.pathex hack: this is now PyInstaller.__pathex__
15:49 Changeset in project [62de58c] by Hartmut Goebel <h.goebel@…>
developfeature-485-junit_xmlhotfix-1.5.2issue-489-check_WIFEXITEDRemove sys.pathex hack: this is now PyInstaller.__pathex__.
15:47 SupportedPackages edited by htgoebel
okay = green (diff)
15:03 Changeset in old [1562] by htgoebel
Minimalistic code cleanup.
15:03 Changeset in project [5950273] by Hartmut Goebel <h.goebel@…>
developfeature-485-junit_xmlhotfix-1.5.2issue-489-check_WIFEXITEDMinimalistic code cleanup.
13:11 Changeset in old [1561] by htgoebel
Code cleanup: absnormpath() pathex only once
13:11 Changeset in project [de3224e] by Hartmut Goebel <h.goebel@…>
developfeature-485-junit_xmlhotfix-1.5.2issue-489-check_WIFEXITEDCode cleanup: absnormpath() pathex only once.
11:21 Changeset in old [1560] by htgoebel
Fixed: ldconfig is in /sbin and not in a normal users path. I really …
11:21 Changeset in project [d8bcb07] by Hartmut Goebel <h.goebel@…>
developfeature-485-junit_xmlhotfix-1.5.2issue-489-check_WIFEXITEDFixed: ldconfig is in /sbin and not in a normal users path. I really …
11:07 Changeset in old [1559] by htgoebel
Minor documentation enhancement
11:07 Changeset in project [710b75e] by Hartmut Goebel <h.goebel@…>
developfeature-485-junit_xmlhotfix-1.5.2issue-489-check_WIFEXITEDMinor documentation enhancement.

08/02/11:

00:49 Changeset in old [1558] by matysek
#372 Add wrap function for os.system() and subprocess module
00:49 Changeset in project [917316b] by Martin Zibricky <mzibr.public@…>
developfeature-485-junit_xmlhotfix-1.5.2issue-489-check_WIFEXITEDTicket #372: Add wrapper function for os.system() and subprocess module.

08/01/11:

13:12 Milestone PyInstaller 1.5.1 completed
* Bug fixes
12:10 WikiStart edited by matysek
update md5 hash (diff)
11:52 WikiStart edited by matysek
(diff)
11:51 WikiStart edited by matysek
links to 1.5.1 bugfix release (diff)
11:45 OldDownloads edited by matysek
make 1.5 obsolete (diff)
11:41 Changeset in old [1557] by matysek
Release 1.5.1
11:31 Ticket #390 (Relative imports and packages) closed by matysek
invalid

07/31/11:

22:18 Changeset in old [1556] by matysek
#395 remove import from test case
22:18 Changeset in project [613f9ef] by Martin Zibricky <mzibr.public@…>
developfeature-485-junit_xmlhotfix-1.5.2issue-489-check_WIFEXITEDTicket #395: Remove import from test case.
22:16 Changeset in old [1555] by matysek
#395 Add import hook for built-in python >=2.5 module email
22:16 Changeset in project [279fa1d] by Martin Zibricky <mzibr.public@…>
developfeature-485-junit_xmlhotfix-1.5.2issue-489-check_WIFEXITEDTicket #395: Add import hook for built-in Python >=2.5 module email.
22:13 Ticket #395 (broken test import/test_zipimport2) created by matysek
This test seems to fail with Python version 2.5+.
20:21 Ticket #393 (buildtests failing on Mac OSX Lion) closed by matysek
fixed: Fixed in r1553.
20:20 Changeset in old [1554] by matysek
#393 Fix test suite on Mac OSX
20:20 Changeset in project [f1d0800] by Martin Zibricky <mzibr.public@…>
developfeature-485-junit_xmlhotfix-1.5.2issue-489-check_WIFEXITEDTicket #393: Fix test suite on Mac OSX.
20:02 Changeset in old [1553] by matysek
#393 Fix Mac OS X issue in archive.py introduced in r1536
20:02 Changeset in project [f298794] by Martin Zibricky <mzibr.public@…>
developfeature-485-junit_xmlhotfix-1.5.2issue-489-check_WIFEXITEDTicket #393: Fix Mac OS X issue in archive.py introduced in …
17:16 Changeset in old [1552] by matysek
Use optparse module for runtests script
17:16 Changeset in project [9a82c38] by Martin Zibricky <mzibr.public@…>
developfeature-485-junit_xmlhotfix-1.5.2issue-489-check_WIFEXITEDUse optparse module for runtests script.
17:12 Changeset in old [1551] by matysek
#393 show 64bit warning on Mac OS X only once
17:12 Changeset in project [ccf378bf] by Martin Zibricky <mzibr.public@…>
developfeature-485-junit_xmlhotfix-1.5.2issue-489-check_WIFEXITEDTicket #393: Show 64bit warning on Mac OS X only once.
16:28 Ticket #383 (support Mac OS X Lion ( 10.7 )) closed by matysek
duplicate: Duplicate of #388.
11:32 Changeset in old [1550] by htgoebel
Let the browser decide the font-size of <h1>..<h4>
11:32 Changeset in project [12a1043] by Hartmut Goebel <h.goebel@…>
developfeature-485-junit_xmlhotfix-1.5.2issue-489-check_WIFEXITEDLet the browser decide the font-size of <h1>..<h4>.
11:31 Changeset in old [1549] by htgoebel
Fixed: <pre> font-size is much larger than body.
11:31 Changeset in project [634672a] by Hartmut Goebel <h.goebel@…>
developfeature-485-junit_xmlhotfix-1.5.2issue-489-check_WIFEXITEDFixed: <pre> font-size is much larger than body.

07/29/11:

22:38 Ticket #394 (one ) too much in in hookutils.py) closed by matysek
fixed: It should be fixed in r1548. Thanks!
22:36 Changeset in old [1548] by matysek
#394 fix typo in hookutils.py
22:36 Changeset in project [eee603d] by Martin Zibricky <mzibr.public@…>
developfeature-485-junit_xmlhotfix-1.5.2issue-489-check_WIFEXITEDTicket #394: Fix typo in hookutils.py.
22:17 Ticket #394 (one ) too much in in hookutils.py) created by joachim.metz@…
there seems to be a very silly bug in line 44 of: …
15:31 Ticket #393 (buildtests failing on Mac OSX Lion) created by matysek
when trying to run buildtests on Lion I get mostly following error: […]
Note: See TracTimeline for information about the timeline view.