Timeline


and

03/15/12:

19:29 Development edited by matysek
Add link to some windows binaries for some python modules. (diff)
19:11 Development edited by matysek
Add some useful links. (diff)
14:07 Changeset in project [1fbcb45] by Martin Zibricky <mzibr.public@…>
Clean: Typo in _pyi_bootstrap.py.
14:05 Changeset in project [9019a10c] by Martin Zibricky <mzibr.public@…>
Fix: Test cases invoking default python interpreter when PYTHONHOME is …
14:04 Changeset in project [2d9d88c] by Martin Zibricky <mzibr.public@…>
Fix: Typo in _pyi_bootstrap.py.
13:54 Changeset in project [2d04bf2] by Martin Zibricky <mzibr.public@…>
Fix: Unset PYTHONHOME for run-time.
13:44 Ticket #530 (bypass PYTHONHOME by Py_SetPythonHome() function) created by matysek
PYTHONHOME is used only during Py_Initialize() by getpath.c. I think you …
13:32 Changeset in project [aac1d8a] by Martin Zibricky <mzibr.public@…>
Issue #450: Remove commented bootloader C code.
09:43 Changeset in project [ab80ad9] by Hartmut Goebel <h.goebel@…>
Clean: Use os.path.dirname/basename() instead of os.path.split()
01:55 Changeset in project [1f003d6] by Martin Zibricky <mzibr.public@…>
Fix: Test case getfilesystemencoding for PYTHONHOME change.
01:45 Changeset in project [345e8e2] by Martin Zibricky <mzibr.public@…>
Issue #450: Recompile bootloader for Mac.
01:44 Changeset in project [b7a41a2] by Martin Zibricky <mzibr.public@…>
Issue #450: Make paths in bootloader absolute on Unix/Mac? OS X.
00:04 Changeset in project [ebcb59e] by Martin Zibricky <mzibr.public@…>
Fix : Test case basic/test_module_attributes.py for PYTHONHOME change.

03/14/12:

22:49 Changeset in project [96dfde1] by Martin Zibricky <mzibr.public@…>
Fix: Recompile bootloaders for Mac.
22:48 Changeset in project [6ac11c3] by Martin Zibricky <mzibr.public@…>
Fix: Add correct architecture cflags and lingflags for Mac OS X.

03/11/12:

16:48 Ticket #529 (numpy import -> ImportError: No module named multiarray on SVN, mac 10.6, ...) created by pinchies
I am experiencing a similar problem to …

03/10/12:

11:34 Ticket #528 (data is not set) created by swiper
I read data from a file and save in a variable. I try and use a for loop …

03/09/12:

23:09 FAQ edited by matysek
Note to try first a development version. (diff)

03/08/12:

16:01 FAQ edited by matysek
Add new question. (diff)

03/06/12:

15:43 Changeset in project [0b8dce0] by Martin Zibricky <mzibr.public@…>
Clean: Move class ImportTracker? to depend/imptracker.py.
15:12 Changeset in project [d066a7b] by Martin Zibricky <mzibr.public@…>
Clean: Move import directors from mf.py to depend/impdirector.py.
14:51 Changeset in project [c9f1b6f] by Martin Zibricky <mzibr.public@…>
Clean: Move Owner classes from mf.py to depend.owner.py.
13:00 Changeset in project [ce3e77d] by Martin Zibricky <mzibr.public@…>
Clean: Remove unused import of zipimport.
12:34 Changeset in project [a200480] by Martin Zibricky <mzibr.public@…>
Clean: Add comment to PYZOwner class in archive.py.
12:32 Changeset in project [4d33bf3] by Martin Zibricky <mzibr.public@…>
Clean: Add comment to PYZOwner class.
12:03 Changeset in project [b1faba2] by Martin Zibricky <mzibr.public@…>
Fix: Add class PYZOwner back to ownertypes.
12:02 Changeset in project [960ff7f] by Martin Zibricky <mzibr.public@…>
Fix: Move back classes PYZOwner and PkgInPYZModule.

03/05/12:

19:55 Changeset in project [61522c04] by Hartmut Goebel <h.goebel@…>
Cleanup: Replace a loop where each case was only run once.
19:47 Ticket #492 (Missing return in TCL/TK platform condition logic) closed by htgoebel
invalid: pyinstaller/PyInstaller/configure.py does not exist any more in current …
19:43 Changeset in project [0c8cb67] by Hartmut Goebel <h.goebel@…>
Merge branch 'feature/set-pythonhome' into develop
19:42 Changeset in project [9a8e66a] by Hartmut Goebel <h.goebel@…>
Merge branches 'develop' and 'develop' of …
00:52 Changeset in project [eaa4008] by Martin Zibricky <mzibr.public@…>
Fix: Define loadco function for RegistryImportDirector?.
00:49 Changeset in project [3482ea7] by Martin Zibricky <mzibr.public@…>
Clean: Remove unused class PYZOwner.

03/02/12:

02:04 Changeset in project [e94ac61] by Giovanni Bajo <rasky@…>
Fix double inclusion of same file with different case in MERGE(). MERGE() …

03/01/12:

23:05 FAQ edited by matysek
update dynamic linker errors. (diff)

02/27/12:

09:30 Recipe/DjangoApplication edited by htgoebel
(diff)

02/24/12:

12:17 Ticket #527 (ImportError when wrong-version .pyc was detected) created by htgoebel
I just felled over a curious error: […] Now remove the …
03:48 Changeset in project [d9bfa9a] by Giovanni Bajo <rasky@…>
Fix typo.
03:41 Changeset in project [412b88b] by Giovanni Bajo <rasky@…>
Set executable bit.

02/22/12:

14:53 Ticket #396 (OSX bootloader in 1.5.1 release is 64 bit) closed by matysek
fixed: Thanks. The fix for wscript was applied and bootloader was recompiled for …
14:49 Changeset in project [bedd395] by Martin Zibricky <mzibr.public@…>
Issue #396: Ensure bootloader is always compiled as 32bit binary on Mac.
14:48 Changeset in project [f3a2176] by Martin Zibricky <mzibr.public@…>
Fix gitignore to reflect old file structure of buildtests.
14:47 Ticket #470 (Mac 32-bit broken with universal binaries.) closed by matysek
fixed
14:45 Changeset in project [e53e5ce] by Martin Zibricky <mzibr.public@…>
Issue #470: Use arch -i386 to run commands in subprocesses on Mac.
12:40 Ticket #524 (Do not use a child process if not needed on windows. Do not use a child ...) closed by matysek
fixed: This has been merged.
12:40 Ticket #526 (backport setting PYTHONPATH from develop branch) created by matysek
12:20 Changeset in project [3f0a4f4] by Martin Zibricky <mzibr.public@…>
Merge branch 'feature/win32_oneprocess' of …
12:02 Development/HowtoContribute edited by matysek
Instructions how to set up git locally. (diff)
00:24 Ticket #525 (buildtest should fail on error msg) created by matysek
Building test binaries for buildtests is running in a subprocess. However, …

02/21/12:

11:08 Changeset in project [cbb3336] by Hartmut Goebel <h.goebel@…>
Set PYTHONHOME to homepath in any case. Avoid clashing with any other …
02:21 Changeset in project [79a7294] by Giovanni Bajo <rasky@…>
Merge pull request #4 from 3togo/develop

02/20/12:

21:35 Ticket #524 (Do not use a child process if not needed on windows. Do not use a child ...) created by CBWhiz
With the united main.c file, PyInstaller? lost the ability to not spawn a …
19:23 Changeset in project [08477d1] by CBWhiz <CBWhiz@…>
Do not use a child process if not needed on windows.

02/19/12:

23:01 WikiStart edited by matysek
add link to irc channel (diff)
21:08 Ticket #523 (Can't use CherryPy due to KeyError) created by dn@…
CherryPy? uses the following code to be compatible with both Python 3 and …
13:55 Ticket #522 (C Run-Time Error R6034 when renaming --onefile executable) created by cryzed
When renaming an executable file created by PyInstaller? with the …

02/18/12:

10:29 Ticket #521 (PySide, Windows, QtSvg4.dll and PATHs) created by coolhandmook
I've finally figured out why svg files weren't loading for me. My PATH …
00:19 Ticket #337 (Dynamic import issue) closed by htgoebel
fixed: You need to put you plugins into the same directory as the created …
00:16 Ticket #353 (Pyinstaller fails to generate working exe for an application using Dabo ...) closed by htgoebel
invalid: Closing since we get not enough information.

02/17/12:

23:59 Ticket #205 (Exception throws for conditionally imported module) closed by htgoebel
invalid: Closing in regard to comment:3
23:54 Ticket #142 (Fails to package pyGTK properly) closed by htgoebel
invalid: Closing since it is reported to work in comment:2
23:51 Ticket #517 (Hook for storm ORM) closed by htgoebel
fixed: Thanks. Applied to development branch in [cc3fc827c85].
23:50 Changeset in project [cc3fc82] by Hartmut Goebel <h.goebel@…>
Add hook for storm ORM. Thanks to mail@… for …
23:45 Ticket #364 (explicit relative python imports) closed by htgoebel
wontfix: This is already implemented since 2008-08-05 19:31:49.
23:42 Changeset in project [d28ef53] by Hartmut Goebel <h.goebel@…>
Fortify test_relative_import by adding a .toc-file to be checked.
23:42 Changeset in project [64504cf] by Hartmut Goebel <h.goebel@…>
Put some comments into empty files do make them non-empty.
23:19 SupportedPackages edited by htgoebel
(diff)
22:53 Changeset in project [a1f0c91] by Hartmut Goebel <h.goebel@…>
Fix test-cases for eggs: need to include the .eggs in pathex.
22:45 Changeset in project [c252830] by Hartmut Goebel <h.goebel@…>
Update copyright for runtests.py.
22:45 Changeset in project [c243ff2] by Hartmut Goebel <h.goebel@…>
Fixed: test-case-programs must be run in the dist directory. Otherwise …
22:30 Ticket #520 (Need test-cases for eggs) closed by htgoebel
fixed: Implemented in [e44cb0f13].
22:29 Changeset in project [e44cb0f] by Hartmut Goebel <h.goebel@…>
Merge branch 'issue/520-test-cases-for-eggs' into develop
22:27 Changeset in project [1ace695] by Hartmut Goebel <h.goebel@…>
Add test-case for "eggs".
22:23 Changeset in project [1a97ca8] by Hartmut Goebel <h.goebel@…>
Add .gitignore file.
22:22 Changeset in project [2820637] by Hartmut Goebel <h.goebel@…>
Split test-case into two files.
22:22 Changeset in project [a8af0bb] by Hartmut Goebel <h.goebel@…>
Make make.sh be verbose on "install".
22:21 Changeset in project [7ea3b6f] by Hartmut Goebel <h.goebel@…>
Fix: Remove *.egg-info files, too.
22:20 Changeset in project [3622573] by Hartmut Goebel <h.goebel@…>
Remove old artefacts.
22:05 Changeset in project [d94996c] by Hartmut Goebel <h.goebel@…>
Remove creating of not-working .pth-file.
21:56 Changeset in project [8a1d960] by Hartmut Goebel <h.goebel@…>
Add a build script.
21:54 Changeset in project [ab923ed] by Hartmut Goebel <h.goebel@…>
Add a README for the package for testing eggs.
21:54 Changeset in project [347bbe6] by Hartmut Goebel <h.goebel@…>
Add Python mini-package for a zipped egg.
21:53 Changeset in project [b6492de] by Hartmut Goebel <h.goebel@…>
Add Python mini-package for an unzipped egg.
18:29 Ticket #520 (Need test-cases for eggs) created by htgoebel
We need test-cases for eggs: * Zipped and unzipped * with data-files * …
17:53 Changeset in project [3da46d5] by Hartmut Goebel <h.goebel@…>
Fix typo.
17:43 Changeset in project [48289a1] by Hartmut Goebel <h.goebel@…>
Merge branch 'feature/enhance-gui' into develop
17:34 Changeset in project [c39ff4a] by Hartmut Goebel <h.goebel@…>
More minor code cleanup.
17:22 Changeset in project [b769083] by Hartmut Goebel <h.goebel@…>
Center window on screen and make it a bit larger.
17:18 Changeset in project [b916f73e] by Hartmut Goebel <h.goebel@…>
Add checkbutton for --strip (not on Windows).
17:12 Changeset in project [4a27bb4] by Hartmut Goebel <h.goebel@…>
Display checkbotton for "--console" option only on Windows.
17:02 Changeset in project [f098e93] by Hartmut Goebel <h.goebel@…>
Code cleanup.
17:01 Changeset in project [cada60f0] by Hartmut Goebel <h.goebel@…>
Use a function to build Checkbuttons.
16:39 Changeset in project [19d2182] by Hartmut Goebel <h.goebel@…>
Add title to window.
16:11 WikiStart edited by htgoebel
(diff)
15:57 Ticket #11 (Tix package not added to created product) closed by htgoebel
wontfix: No special handling is required, as no special handling is required for …
15:53 Changeset in project [34032d0] by Hartmut Goebel <h.goebel@…>
Merge branch 'issue-11-include-tix' into develop
15:51 Changeset in project [9624441] by Hartmut Goebel <h.goebel@…>
Fix test-case interactive/test_tix: did not include data files.
15:51 Changeset in project [070741c] by Hartmut Goebel <h.goebel@…>
Fix test-case interactive/test_tkinter: did not include data files.
15:34 Changeset in project [5df5631] by Hartmut Goebel <h.goebel@…>
Add test-case for inclusion if Tix.
15:34 Changeset in project [b9cd00b] by Hartmut Goebel <h.goebel@…>
Use a real Tix-widget, not only Tk once to test if tix is really included.
15:34 Changeset in project [ef6fde5] by Hartmut Goebel <h.goebel@…>
Fix test-case interactive test-tkinter: did not include data files.
14:42 Changeset in project [236989f] by Hartmut Goebel <h.goebel@…>
Make e2etests/common/maketests.py executable.
14:18 Changeset in project [930d82b] by Hartmut Goebel <h.goebel@…>
Add flushing debug output in archive.py and iu.py.
11:32 Changeset in project [57d7339] by Hartmut Goebel <h.goebel@…>
Enhance test_tkinter: can no be quited by pressing ESC or Close-Button.
11:13 Changeset in project [12a7c55] by Hartmut Goebel <h.goebel@…>
Rebuild Manual.
11:12 Changeset in project [a67f2c8] by Hartmut Goebel <h.goebel@…>
Remove unused definition for Manual "includes".
11:11 Changeset in project [089dbcd] by Hartmut Goebel <h.goebel@…>
Fix version for manual (should be 2.0dev).
11:07 Changeset in project [407a424] by Hartmut Goebel <h.goebel@…>
Clean up section markup. The section markup was mix. E.g. level 3 was …
10:56 Changeset in project [976b4e5] by Hartmut Goebel <h.goebel@…>
Enhance manual section Accessing Data Files and move it to the …
10:53 Changeset in project [c3c0b5d] by Hartmut Goebel <h.goebel@…>
Fix some test-cases to work both frozen and unfrozen.
10:50 Changeset in project [0eaf123] by Hartmut Goebel <h.goebel@…>
Rename basic/test_7 to basic/test_threading.
10:00 Changeset in project [6eb4323] by Hartmut Goebel <h.goebel@…>
Minor code cleanup.
09:56 Changeset in project [d7174d9] by Hartmut Goebel <h.goebel@…>
Rename basic/test_10 to libraries/test_Image2. This case is much like …

02/16/12:

23:59 Changeset in project [b8b7667] by U-3togo-PC\3togo <3togo@…>
modified: source/common/launch.c modified: source/linux/utils.c
17:14 Changeset in project [0bde3c3] by Martin Zibricky <mzibr.public@…>
Fix: Add pylint rc file to ignore 3rd party libraries in checking.

02/15/12:

17:24 Ticket #21 (include Tix like Tk) closed by htgoebel
wontfix: I'm closing this ticket. We will not implement it like this, but use a …
16:41 Ticket #458 (migrate from subversion to a DVCS) closed by htgoebel
fixed: Migration was finished already in January 2012.
16:24 Changeset in project [be7d699] by Martin Zibricky <mzibr.public@…>
Fix: Use RegistryImportDirectory? only on Windows.
15:21 Changeset in project [a7c5a7d] by Martin Zibricky <mzibr.public@…>
Clean: PEP8 conformance of some modules.
13:57 Ticket #519 (FrozenImportDirector is broken) closed by matysek
fixed: The code with FrozenImportDirector? is removed in develop branch.
13:54 Changeset in project [e349ebd] by Martin Zibricky <mzibr.public@…>
Issue #519: Remove broken code of FrozenImportDirector?.
13:42 Ticket #519 (FrozenImportDirector is broken) created by matysek
In module PyInstaller?/mf.py is class FrozenImportDirector. Firstly, …
11:55 Changeset in project [b50a7dc] by Martin Zibricky <mzibr.public@…>
Fix: Encodings module is now included at build time and not in .spec file.
11:51 Ticket #518 (Freezing a project tat uses Enthought packages) created by stefano.tursi@…
Enthough packages are installed in the python installation as …
11:50 OldDownloads edited by matysek
Fix links to original mcmillan's tarballs. (diff)
09:46 Changeset in project [a364327] by 3ToGo <freetogo@…>
0x61127913 in strlen () from /cygdrive/c/cygwin/bin/cygwin1.dll (gdb)
08:24 Changeset in project [52e634e] by 3togo <freetog@…>
Update source/common/launch.c
08:19 Changeset in project [1a4e1cc] by 3togo <freetog@…>
Program received signal SIGSEGV, Segmentation fault. 0x61127913 in strlen …

02/14/12:

16:59 Ticket #517 (Hook for storm ORM) created by mail@…
First I had a hook for the cextensions as well, but it seems that this …
16:25 Changeset in project [1a59409] by Martin Zibricky <mzibr.public@…>
Clean: Move caseOk() from mf.py to compat.py module.
15:44 Changeset in project [2c4f50f] by Martin Zibricky <mzibr.public@…>
Clean: Move trying ctypes import into compat.py module.
15:37 Changeset in project [8f89118] by Martin Zibricky <mzibr.public@…>
Clean: Move utility fuctions from mf.py to depend/utils.py.
15:00 Changeset in project [f3af9e9] by Martin Zibricky <mzibr.public@…>
Clean: Move PYCO from mf.py to compat.py.
14:45 Changeset in project [3dddbe3] by Martin Zibricky <mzibr.public@…>
Clean: Move Module classes from mf.py to depend/modules.py.
Note: See TracTimeline for information about the timeline view.