Timeline
06/20/12:
- 13:13 Development edited by
- another osx related link (diff)
- 12:35 Development edited by
- links to mac (diff)
- 11:25 WikiStart edited by
- add links to osx issues fixed in dev branch (diff)
- 11:21 FAQ edited by
- add link to macports and homebrew (diff)
06/19/12:
- 20:50 Ticket #569 (Using MERGE, when one executable calls another, the child process dies) created by
- I've been using MERGE to create a system of executables. One of these is …
- 09:35 Ticket #568 (update manual with topic explaining very basic concepts) created by
- Manual should be updated as requested in the mailing list: […]
06/18/12:
- 12:53 WikiStart edited by
- recommend dev version for Mac/Win7 (diff)
06/17/12:
- 23:42 Ticket #566 (PyInstaller fails to import many modules) closed by
- fixed: PySide? is not officially supported by pyinstaller. PySide? needs special …
- 23:39 Ticket #567 (http://www.pyinstaller.org/wiki/Recipe/DjangoApplication is outdated) created by
- 1. What you want to do is to create a bootstrap script, with something …
06/15/12:
- 13:49 Ticket #566 (PyInstaller fails to import many modules) created by
- Hello, I now spend about 5 hours analysing this problem and I ruled out …
06/12/12:
- 18:05 Changeset in project [2145d84] by
- Issue #557: Fix conditions when to use tcl/tk workaround.
- 12:38 Changeset in project [f830f01c] by
- Issue #557: Cleanup workaround for tcl/tk detection in virtualenv on …
- 00:00 Changeset in project [9882f22] by
- Issue #557: Attempt to fix tk test case in broken virtualenv.
06/11/12:
- 23:59 Changeset in project [00e6b1a] by
- Clean: Move virtualenv detection to compat module.
- 00:11 Changeset in project [b35bd51] by
- Issue #557: Fix test basic/test_email for python 2.4.
06/10/12:
- 23:29 Ticket #565 (pkg_resources.DistributionNotFound: altgraph) created by
- In OS X Leopard (and Snow Leopard) for each project I obtain the the …
06/09/12:
- 14:17 Changeset in project [5718975] by
- Issue #557: Fix Python 2.4/2.5 compatibility for os.path.relpath function.
06/08/12:
- 23:52 Changeset in project [429a0a9] by
- Clean: Ignore multiprocessing test for older python versions.
- 23:43 Changeset in project [9019b29f] by
- Fix: Add fallback mechanism to get system PATH if no pywin32 is installed.
- 20:08 Changeset in project [d4d3aa9] by
- Clean: Remove useless code trying to make pywin32 available in virtualenv.
- 19:08 Changeset in project [d3e40d6] by
- Fix English typo in log.
- 18:53 Changeset in project [def996d] by
- Remove .git parsing code. Using the git command is just a few millisecond …
06/07/12:
- 23:55 Changeset in project [e3dcfa4] by
- Fix: Add pywin32 to sys.path in virtualenv on Jenkins for py24/25.
- 16:50 Ticket #564 (zmq socket AttributeError) created by
- Building simple example zmq is successful. Executing the EXE gives the …
- 13:59 Changeset in project [76adf4f] by
- Issue #515: Remove opcode,dis,inspect from multipackage .toc test files.
- 00:38 Ticket #515 (multipackage tests - ignore some modules from TOC) closed by
- fixed
- 00:37 Changeset in project [f841416] by
- Issue #515: Remove struct from multipackage .toc test files.
- 00:32 Changeset in project [ba619ab] by
- Issue #515: Make other test_multipackage compatible with Python 2.4.
06/06/12:
- 00:38 Changeset in project [2e1d137] by
- Issue #515: Make test_multipackage1 compatible with Python 2.4.
- 00:22 Changeset in project [fd19601] by
- Fix: Not all .toc files were compared in multipackage tests.
06/05/12:
- 21:06 Changeset in project [2ddeb64] by
- Clean: Check python version for windows environment setup script.
- 20:48 Changeset in project [544fba3] by
- Clean: Do not enable pyttsx test case for jenkins.
- 20:37 Ticket #508 (all stdout in junit xml report) closed by
- fixed: Fixed.
- 18:48 Changeset in project [c96a593] by
- Issue #508: Redirect stdout for failing tests to junit xml report.
- 15:18 Changeset in project [f35188a] by
- Clean: Remove copy_reg import from win32com rt hook. Probably not needed …
- 15:08 Changeset in project [ff72668] by
- Issue #495: Add comment about gen_py.
06/04/12:
- 23:54 Ticket #495 (win32com.gen_py issue persists in 1.5.1) closed by
- fixed: This issue should be fixed in latest develop branch.
- 23:53 Changeset in project [1ecff33] by
- Clean: Add lincense header to enchant test file.
- 23:50 Changeset in project [a297ed6] by
- Issue #495: Add pyttsx to windows setup script.
- 23:48 Changeset in project [63b99ce] by
- Issue #495: Add test case for module pyttsx (speech synthesis).
- 23:40 Changeset in project [cce0b6f] by
- Issue #495: Add win32com.server.util and win32com.client.util to …
- 23:37 Changeset in project [24ba924] by
- Issue #495: Fix win32com runtime hook. gen_py is put to temp dir and …
- 20:33 Changeset in project [e619f13] by
- Issue #495: Rename win32com runtime hooks as other rt hooks.
06/02/12:
- 11:47 Changeset in project [7dd6501] by
- Fix: Add recognizing skipped tests by jenkins integration server.
06/01/12:
- 14:48 Changeset in project [ffb7d67] by
- Clean: Remove useZLIB config option.
- 14:47 Changeset in project [6304210] by
- Clean: Delete nozlib test case basic/test_2 and rename basic/test_1.
05/31/12:
- 20:29 Ticket #563 (During a MERGE build, a manifest file is created for the spec file, and is ...) created by
- (I'm classifying this as an enhancement, because it doesn't affect the …
- 18:40 WikiStart edited by
- (diff)
- 18:39 Recipe/Multiprocessing edited by
- (diff)
- 18:34 Ticket #562 (Multiprocessing still not working with Pyinstaller --onefile mode) created by
- Hi, I've written a python application that uses multiprocessing.Process to …
- 15:12 Ticket #561 (Failed to import pywin32 under portable python) created by
- I try to run pyinstaller with portable python 2.7.2.1 under windows. It …
- 00:00 Ticket #547 (Using MERGE, subsequent builds repeat previous work) closed by
- fixed: The changes are commited only the manifest is not. I'm not sure we could …
05/30/12:
- 23:59 Changeset in project [0837e8a] by
- Issue #547: Add timing to logging. Use pywintypes in lowercase.
- 15:57 Ticket #560 (Problem with runtime across network) created by
- This is an odd one. It may or may not be a pyinstaller-related thing, I …
05/29/12:
- 20:26 Ticket #559 (32 bits windows service not able to start on win 2008 sp 2 64 bits) created by
- 32 bits windows service not able to start on win 2008 sp 2 64 bits. It …
05/28/12:
- 12:30 Ticket #558 (PyInstaller fails to bundle Django application on Windows 2008) created by
- PyInstaller? fails to bundle Django application on Windows 2008. […]
05/26/12:
- 00:17 Changeset in project [7d1e707] by
- Fix: Include rthooks in PyInstaller? code analysis.
05/25/12:
- 23:21 Ticket #550 (Running signed 64 bit executables is broken) closed by
- fixed: All bootloaders are recompiled. Closing.
- 20:30 Changeset in project [681a445] by
- Fix: Add bootstrap scripts to PyInstaller? analysis.
- 13:54 Ticket #557 (Make tests again compatible with python 2.4 / 2.5) created by
- Current development focus is on python 2.6/2.7. Before releasing …
- 11:48 Changeset in project [f90ff95] by
- Issue #184: Recompile Mac and Linux bootloaders.
- 11:29 Changeset in project [7c9090f] by
- Issue #184: Recompile windows bootloader.
- 11:17 Changeset in project [9aae211] by
- Issue #184: Recompile Linux 64bit bootloader.
- 11:16 Changeset in project [b6ec89b] by
- Issue #184: Add test case for threading code to print ONE, TWO, THREE
- 10:02 Changeset in project [a64633c] by
- Issue #495: Add pyttsx hook for testing.
- 02:28 Changeset in project [8f7eccd] by
- Fix a bug that caused system .py to always be recompiled.
- 02:27 Changeset in project [2057cf1] by
- Fix a bug in check_guts of EXE().
- 01:46 Changeset in project [607ee51] by
- Fix a bug that caused all .py files to be recompiled. The code was …
- 01:29 Ticket #184 (Pyinstaller doesn't work properly with threading.Thread module) closed by
- fixed: I've committed the fix for this bug [9c7a97e19].
- 01:19 Changeset in project [226b258] by
- Simplify building of bootloader on Lion. Remove dependency from the …
- 01:19 Changeset in project [9c7a97e] by
- Ticket #184: reinstate call to Py_Finalize()
05/23/12:
- 10:35 Changeset in project [84267ba] by
- Merge pull request #12 from mikemccracken/develop Add search path for …
- 06:00 Changeset in project [cf7563d] by
- Add search path for Homebrew-installed qt_menu.nib in /usr/local/Cellar.
05/22/12:
- 14:15 Changeset in project [67b940c] by
- Fix: Hide import exceptions of skipped testcases.
- 11:59 Changeset in project [1a4fa5a] by
- Issue #547: Improve performance of PE info parsing with lib pefile.
- 08:50 Changeset in project [eb2a42e] by
- issue #547: Count tocs/targets per class, not globally.
05/21/12:
- 12:08 Ticket #463 (64bit: unmarshal from pyz fails) closed by
- invalid: Please reopen it if it still persists. Closing as invalid since there is …
Note: See TracTimeline
for information about the timeline view.
