Timeline
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.
02/19/12:
- 23:01 WikiStart edited by
- add link to irc channel (diff)
- 21:08 Ticket #523 (Can't use CherryPy due to KeyError) created by
- 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
- 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
- I've finally figured out why svg files weren't loading for me. My PATH …
- 00:19 Ticket #337 (Dynamic import issue) closed by
- 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
- invalid: Closing since we get not enough information.
02/17/12:
- 23:59 Ticket #205 (Exception throws for conditionally imported module) closed by
- invalid: Closing in regard to comment:3
- 23:54 Ticket #142 (Fails to package pyGTK properly) closed by
- invalid: Closing since it is reported to work in comment:2
- 23:51 Ticket #517 (Hook for storm ORM) closed by
- fixed: Thanks. Applied to development branch in [cc3fc827c85].
- 23:50 Changeset in project [cc3fc82] by
- Add hook for storm ORM. Thanks to mail@… for …
- 23:45 Ticket #364 (explicit relative python imports) closed by
- wontfix: This is already implemented since 2008-08-05 19:31:49.
- 23:42 Changeset in project [d28ef53] by
- Fortify test_relative_import by adding a .toc-file to be checked.
- 23:42 Changeset in project [64504cf] by
- Put some comments into empty files do make them non-empty.
- 23:19 SupportedPackages edited by
- (diff)
- 22:53 Changeset in project [a1f0c91] by
- Fix test-cases for eggs: need to include the .eggs in pathex.
- 22:45 Changeset in project [c252830] by
- Update copyright for runtests.py.
- 22:45 Changeset in project [c243ff2] by
- Fixed: test-case-programs must be run in the dist directory. Otherwise …
- 22:30 Ticket #520 (Need test-cases for eggs) closed by
- fixed: Implemented in [e44cb0f13].
- 22:29 Changeset in project [e44cb0f] by
- Merge branch 'issue/520-test-cases-for-eggs' into develop
- 22:27 Changeset in project [1ace695] by
- Add test-case for "eggs".
- 22:23 Changeset in project [1a97ca8] by
- Add .gitignore file.
- 22:22 Changeset in project [2820637] by
- Split test-case into two files.
- 22:22 Changeset in project [a8af0bb] by
- Make make.sh be verbose on "install".
- 22:21 Changeset in project [7ea3b6f] by
- Fix: Remove *.egg-info files, too.
- 22:20 Changeset in project [3622573] by
- Remove old artefacts.
- 22:05 Changeset in project [d94996c] by
- Remove creating of not-working .pth-file.
- 21:56 Changeset in project [8a1d960] by
- Add a build script.
- 21:54 Changeset in project [ab923ed] by
- Add a README for the package for testing eggs.
- 21:54 Changeset in project [347bbe6] by
- Add Python mini-package for a zipped egg.
- 21:53 Changeset in project [b6492de] by
- Add Python mini-package for an unzipped egg.
- 18:29 Ticket #520 (Need test-cases for eggs) created by
- We need test-cases for eggs: * Zipped and unzipped * with data-files * …
- 17:53 Changeset in project [3da46d5] by
- Fix typo.
- 17:43 Changeset in project [48289a1] by
- Merge branch 'feature/enhance-gui' into develop
- 17:34 Changeset in project [c39ff4a] by
- More minor code cleanup.
- 17:22 Changeset in project [b769083] by
- Center window on screen and make it a bit larger.
- 17:18 Changeset in project [b916f73e] by
- Add checkbutton for --strip (not on Windows).
- 17:12 Changeset in project [4a27bb4] by
- Display checkbotton for "--console" option only on Windows.
- 17:02 Changeset in project [f098e93] by
- Code cleanup.
- 17:01 Changeset in project [cada60f0] by
- Use a function to build Checkbuttons.
- 16:39 Changeset in project [19d2182] by
- Add title to window.
- 16:11 WikiStart edited by
- (diff)
- 15:57 Ticket #11 (Tix package not added to created product) closed by
- wontfix: No special handling is required, as no special handling is required for …
- 15:53 Changeset in project [34032d0] by
- Merge branch 'issue-11-include-tix' into develop
- 15:51 Changeset in project [9624441] by
- Fix test-case interactive/test_tix: did not include data files.
- 15:51 Changeset in project [070741c] by
- Fix test-case interactive/test_tkinter: did not include data files.
- 15:34 Changeset in project [5df5631] by
- Add test-case for inclusion if Tix.
- 15:34 Changeset in project [b9cd00b] by
- Use a real Tix-widget, not only Tk once to test if tix is really included.
- 15:34 Changeset in project [ef6fde5] by
- Fix test-case interactive test-tkinter: did not include data files.
- 14:42 Changeset in project [236989f] by
- Make e2etests/common/maketests.py executable.
- 14:18 Changeset in project [930d82b] by
- Add flushing debug output in archive.py and iu.py.
- 11:32 Changeset in project [57d7339] by
- Enhance test_tkinter: can no be quited by pressing ESC or Close-Button.
- 11:13 Changeset in project [12a7c55] by
- Rebuild Manual.
- 11:12 Changeset in project [a67f2c8] by
- Remove unused definition for Manual "includes".
- 11:11 Changeset in project [089dbcd] by
- Fix version for manual (should be 2.0dev).
- 11:07 Changeset in project [407a424] by
- Clean up section markup. The section markup was mix. E.g. level 3 was …
- 10:56 Changeset in project [976b4e5] by
- Enhance manual section Accessing Data Files and move it to the …
- 10:53 Changeset in project [c3c0b5d] by
- Fix some test-cases to work both frozen and unfrozen.
- 10:50 Changeset in project [0eaf123] by
- Rename basic/test_7 to basic/test_threading.
- 10:00 Changeset in project [6eb4323] by
- Minor code cleanup.
- 09:56 Changeset in project [d7174d9] by
- Rename basic/test_10 to libraries/test_Image2. This case is much like …
02/16/12:
- 23:59 Changeset in project [b8b7667] by
- modified: source/common/launch.c modified: source/linux/utils.c
- 17:14 Changeset in project [0bde3c3] by
- 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
- 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
- fixed: Migration was finished already in January 2012.
- 16:24 Changeset in project [be7d699] by
- Fix: Use RegistryImportDirectory? only on Windows.
- 15:21 Changeset in project [a7c5a7d] by
- Clean: PEP8 conformance of some modules.
- 13:57 Ticket #519 (FrozenImportDirector is broken) closed by
- fixed: The code with FrozenImportDirector? is removed in develop branch.
- 13:54 Changeset in project [e349ebd] by
- Issue #519: Remove broken code of FrozenImportDirector?.
- 13:42 Ticket #519 (FrozenImportDirector is broken) created by
- In module PyInstaller?/mf.py is class FrozenImportDirector. Firstly, …
- 11:55 Changeset in project [b50a7dc] by
- 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
- Enthough packages are installed in the python installation as …
- 11:50 OldDownloads edited by
- Fix links to original mcmillan's tarballs. (diff)
- 09:46 Changeset in project [a364327] by
- 0x61127913 in strlen () from /cygdrive/c/cygwin/bin/cygwin1.dll (gdb)
- 08:24 Changeset in project [52e634e] by
- Update source/common/launch.c
- 08:19 Changeset in project [1a4e1cc] by
- Program received signal SIGSEGV, Segmentation fault. 0x61127913 in strlen …
02/14/12:
- 16:59 Ticket #517 (Hook for storm ORM) created by
- First I had a hook for the cextensions as well, but it seems that this …
- 16:25 Changeset in project [1a59409] by
- Clean: Move caseOk() from mf.py to compat.py module.
- 15:44 Changeset in project [2c4f50f] by
- Clean: Move trying ctypes import into compat.py module.
- 15:37 Changeset in project [8f89118] by
- Clean: Move utility fuctions from mf.py to depend/utils.py.
- 15:00 Changeset in project [f3af9e9] by
- Clean: Move PYCO from mf.py to compat.py.
- 14:45 Changeset in project [3dddbe3] by
- Clean: Move Module classes from mf.py to depend/modules.py.
Note: See TracTimeline
for information about the timeline view.
