Timeline
03/21/12:
- 21:59 Milestone PyInstaller 1.5.2 completed
- Milestone dropped in favour of focus on PyInstaller 2.0 * Bug …
- 21:58 Ticket #497 (PyInstaller EXE application won't run) closed by
- wontfix: The develop branch should work. We decided to drop 1.5.2 and focus rather …
- 21:54 Ticket #324 (App built on Windows 7 does not run on XP.) closed by
- wontfix: The develop branch should work. We decided to drop 1.5.2 and focus rather …
- 21:54 Ticket #526 (backport setting PYTHONPATH from develop branch) closed by
- wontfix: The develop branch should work. We decided to drop 1.5.2 and focus rather …
- 21:53 Ticket #441 (test python 2.2 compatibility) closed by
- wontfix: The develop branch should work. We decided to drop 1.5.2 and focus rather …
- 21:52 Ticket #453 (system .dll s copied to dist) closed by
- wontfix: The develop branch should work. We decided to drop 1.5.2 and focus rather …
- 17:14 Ticket #467 (Wrong keyboard handling for non-latin script in Tkinter) closed by
- invalid
03/20/12:
- 15:19 Ticket #534 (option --exclude-module=MODULE) created by
- We should allow users to define some modules to be excluded from the …
- 15:06 Ticket #533 (list of matplotlib backends is hardcoded) created by
- Matplotlib hook file ./PyInstaller?/hooks/hook-matplotlib.backends.py …
- 14:51 Changeset in project [888ec6f] by
- Fix: Remove left over references to mf.py module.
- 12:50 Ticket #532 (reset of PYTHONHOME as early as possible) created by
- Move the reset of PYTHONHOME as early as possible, that is immediately …
03/18/12:
- 23:14 Ticket #531 (Psutil causing ImportError) created by
- I packaged the program in Windows 7 32bits, run ok. When I try to run it …
03/15/12:
- 19:29 Development edited by
- Add link to some windows binaries for some python modules. (diff)
- 19:11 Development edited by
- Add some useful links. (diff)
- 14:07 Changeset in project [1fbcb45] by
- Clean: Typo in _pyi_bootstrap.py.
- 14:05 Changeset in project [9019a10c] by
- Fix: Test cases invoking default python interpreter when PYTHONHOME is …
- 14:04 Changeset in project [2d9d88c] by
- Fix: Typo in _pyi_bootstrap.py.
- 13:54 Changeset in project [2d04bf2] by
- Fix: Unset PYTHONHOME for run-time.
- 13:44 Ticket #530 (bypass PYTHONHOME by Py_SetPythonHome() function) created by
- PYTHONHOME is used only during Py_Initialize() by getpath.c. I think you …
- 13:32 Changeset in project [aac1d8a] by
- Issue #450: Remove commented bootloader C code.
- 09:43 Changeset in project [ab80ad9] by
- Clean: Use os.path.dirname/basename() instead of os.path.split()
- 01:55 Changeset in project [1f003d6] by
- Fix: Test case getfilesystemencoding for PYTHONHOME change.
- 01:45 Changeset in project [345e8e2] by
- Issue #450: Recompile bootloader for Mac.
- 01:44 Changeset in project [b7a41a2] by
- Issue #450: Make paths in bootloader absolute on Unix/Mac? OS X.
- 00:04 Changeset in project [ebcb59e] by
- Fix : Test case basic/test_module_attributes.py for PYTHONHOME change.
03/14/12:
- 22:49 Changeset in project [96dfde1] by
- Fix: Recompile bootloaders for Mac.
- 22:48 Changeset in project [6ac11c3] by
- 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
- I am experiencing a similar problem to …
03/10/12:
- 11:34 Ticket #528 (data is not set) created by
- 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
- Note to try first a development version. (diff)
03/08/12:
- 16:01 FAQ edited by
- Add new question. (diff)
03/06/12:
- 15:43 Changeset in project [0b8dce0] by
- Clean: Move class ImportTracker? to depend/imptracker.py.
- 15:12 Changeset in project [d066a7b] by
- Clean: Move import directors from mf.py to depend/impdirector.py.
- 14:51 Changeset in project [c9f1b6f] by
- Clean: Move Owner classes from mf.py to depend.owner.py.
- 13:00 Changeset in project [ce3e77d] by
- Clean: Remove unused import of zipimport.
- 12:34 Changeset in project [a200480] by
- Clean: Add comment to PYZOwner class in archive.py.
- 12:32 Changeset in project [4d33bf3] by
- Clean: Add comment to PYZOwner class.
- 12:03 Changeset in project [b1faba2] by
- Fix: Add class PYZOwner back to ownertypes.
- 12:02 Changeset in project [960ff7f] by
- Fix: Move back classes PYZOwner and PkgInPYZModule.
03/05/12:
- 19:55 Changeset in project [61522c04] by
- 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
- invalid: pyinstaller/PyInstaller/configure.py does not exist any more in current …
- 19:43 Changeset in project [0c8cb67] by
- Merge branch 'feature/set-pythonhome' into develop
- 19:42 Changeset in project [9a8e66a] by
- Merge branches 'develop' and 'develop' of …
- 00:52 Changeset in project [eaa4008] by
- Fix: Define loadco function for RegistryImportDirector?.
- 00:49 Changeset in project [3482ea7] by
- Clean: Remove unused class PYZOwner.
03/02/12:
- 02:04 Changeset in project [e94ac61] by
- Fix double inclusion of same file with different case in MERGE(). MERGE() …
03/01/12:
- 23:05 FAQ edited by
- update dynamic linker errors. (diff)
02/27/12:
02/24/12:
- 12:17 Ticket #527 (ImportError when wrong-version .pyc was detected) created by
- I just felled over a curious error: […] Now remove the …
- 03:48 Changeset in project [d9bfa9a] by
- Fix typo.
- 03:41 Changeset in project [412b88b] by
- Set executable bit.
02/22/12:
- 14:53 Ticket #396 (OSX bootloader in 1.5.1 release is 64 bit) closed by
- fixed: Thanks. The fix for wscript was applied and bootloader was recompiled for …
- 14:49 Changeset in project [bedd395] by
- Issue #396: Ensure bootloader is always compiled as 32bit binary on Mac.
- 14:48 Changeset in project [f3a2176] by
- Fix gitignore to reflect old file structure of buildtests.
- 14:47 Ticket #470 (Mac 32-bit broken with universal binaries.) closed by
- fixed
- 14:45 Changeset in project [e53e5ce] by
- 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
- fixed: This has been merged.
- 12:40 Ticket #526 (backport setting PYTHONPATH from develop branch) created by
- 12:20 Changeset in project [3f0a4f4] by
- Merge branch 'feature/win32_oneprocess' of …
- 12:02 Development/HowtoContribute edited by
- Instructions how to set up git locally. (diff)
- 00:24 Ticket #525 (buildtest should fail on error msg) created by
- Building test binaries for buildtests is running in a subprocess. However, …
02/21/12:
- 11:08 Changeset in project [cbb3336] by
- Set PYTHONHOME to homepath in any case. Avoid clashing with any other …
- 02:21 Changeset in project [79a7294] by
- 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
- With the united main.c file, PyInstaller? lost the ability to not spawn a …
- 19:23 Changeset in project [08477d1] by
- Do not use a child process if not needed on windows.
Note: See TracTimeline
for information about the timeline view.
