495 Commits

Author SHA1 Message Date
Kenneth Reitz 2b8849313e Applied patch from http://www.pyinstaller.org/ticket/198 for python 2.7 compatibility. 2010-09-28 15:54:43 -04:00
giovannibajo 9c126b5197 Add missing QtWebKit hidden import
git-svn-id: http://svn.pyinstaller.org/trunk@873 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-08-31 22:48:03 +00:00
giovannibajo 1838f4fbce Ticket #181: fixes some types on Mac
git-svn-id: http://svn.pyinstaller.org/trunk@859 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-08-27 18:34:28 +00:00
giovannibajo c7536735a2 Ticket #179: basic fixing for darwin64
git-svn-id: http://svn.pyinstaller.org/trunk@858 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-08-27 18:19:49 +00:00
fhoech e44889de56 Added DNSAPI.DLL (DNS Client API Library) to exclude list
git-svn-id: http://svn.pyinstaller.org/trunk@857 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-08-02 13:24:10 +00:00
fhoech 47965707c7 Fixed missing extension when looking for private assembly files
git-svn-id: http://svn.pyinstaller.org/trunk@856 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-08-02 13:20:03 +00:00
fhoech 95e476032b Fixed Windows 2000 compatibility of executables built with Python 2.6 by not bundling assembly files in subfolder
git-svn-id: http://svn.pyinstaller.org/trunk@855 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-08-02 13:07:19 +00:00
fhoech b9fc2c1ce1 Removed unnecessary 'global' statement
git-svn-id: http://svn.pyinstaller.org/trunk@854 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-07-15 16:51:05 +00:00
fhoech 0a53138276 Added MPR.DLL (Multiple Provider Router Library) to exclude list.
git-svn-id: http://svn.pyinstaller.org/trunk@853 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-07-15 16:50:05 +00:00
lmancini 4e9060b6db Use os.pathsep to cope with different path separators across platforms
git-svn-id: http://svn.pyinstaller.org/trunk@852 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-06-22 14:23:43 +00:00
lmancini 4076414423 Save/restore argv during crypto support installation.
git-svn-id: http://svn.pyinstaller.org/trunk@851 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-06-18 06:58:57 +00:00
lmancini 20654e6a06 Prepend pathex to the current PYTHONPATH before executing an external statement.
git-svn-id: http://svn.pyinstaller.org/trunk@850 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-06-15 12:44:40 +00:00
lmancini 5fb419a9b8 Wipe redundant os.makedirs invocations: the intermediate directories are created by the later invocations.
git-svn-id: http://svn.pyinstaller.org/trunk@849 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-06-15 12:42:49 +00:00
lmancini 1a187b2df6 Transforms the process type under Mac OS X (darwin platform) in foreground mode if we're running with the windowed loader: this allows to both have focus and a dock icon for the running application, while the unpacker helper application still doesn't get a dock icon - to do so and still have a non-Carbon loader for console apps, this patch adds a windowed loader (with specific cflags and ldflags) and its debug counterpart.
git-svn-id: http://svn.pyinstaller.org/trunk@848 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-06-08 10:44:27 +00:00
lmancini c2670235a6 Trailing whitespace fix
git-svn-id: http://svn.pyinstaller.org/trunk@847 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-06-08 10:32:29 +00:00
giovannibajo ac2cc3df61 Update Changelog
git-svn-id: http://svn.pyinstaller.org/trunk@846 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-05-21 00:15:50 +00:00
giovannibajo 03bcf72d90 Merge Python 2.6 for Windows support (py26win branch)
git-svn-id: http://svn.pyinstaller.org/trunk@844 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-05-21 00:07:21 +00:00
giovannibajo dbf22f5774 Add support for specifying the name of the bundle.
git-svn-id: http://svn.pyinstaller.org/trunk@837 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-05-17 17:12:21 +00:00
giovannibajo 4163580cc8 Add an early-exit in case of Windows 64-bit (currently unsupported).
git-svn-id: http://svn.pyinstaller.org/trunk@835 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-05-17 16:58:55 +00:00
giovannibajo 2b8c9ca39a Add import hook for PyTables.
git-svn-id: http://svn.pyinstaller.org/trunk@834 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-05-17 13:39:19 +00:00
giovannibajo 300b00b99f Fix import of nested packages made within Pyrex-generated files.
Pyrex calls __import__() with an empty from-list, instead of passing
None as CPython does. The import machinery must treat an empty list
just like None.


git-svn-id: http://svn.pyinstaller.org/trunk@833 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-05-17 13:38:08 +00:00
giovannibajo e203811e3e Fix compatibility of testsuite for Python 2.3 and Python 2.4
git-svn-id: http://svn.pyinstaller.org/trunk@830 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-04-28 12:25:44 +00:00
giovannibajo f459a16a7d Adjust for Python 2.3 compatibility
git-svn-id: http://svn.pyinstaller.org/trunk@829 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-04-28 12:19:08 +00:00
giovannibajo a1e3c78262 Restore compatibility with Python versions before 2.4 which do not
export symbols for Py_IncRef/Py_DecRef.


git-svn-id: http://svn.pyinstaller.org/trunk@827 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-04-28 09:36:37 +00:00
giovannibajo b5ee2df91f Restore compatibility with Python 2.3
git-svn-id: http://svn.pyinstaller.org/trunk@826 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-04-28 09:36:05 +00:00
giovannibajo 75f0c3def3 Update changelog
git-svn-id: http://svn.pyinstaller.org/trunk@817 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-31 22:13:49 +00:00
giovannibajo b5cec0fc09 Avoid raising an exception within an except clause that will re-raise
git-svn-id: http://svn.pyinstaller.org/trunk@816 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-31 22:08:12 +00:00
giovannibajo 85dbe1b806 Avoid spurious errors when cleaning up after an ImportError
git-svn-id: http://svn.pyinstaller.org/trunk@815 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-31 12:35:43 +00:00
giovannibajo 1db0b1e646 Error out if we are using Python 2.6 on Windows
git-svn-id: http://svn.pyinstaller.org/trunk@809 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-20 01:19:08 +00:00
giovannibajo a13f52357f Avoid calling ctypes resolution if no binaries were found
git-svn-id: http://svn.pyinstaller.org/trunk@808 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-20 01:17:45 +00:00
giovannibajo 39b93a3111 Move ctypes dependency solver in PyModule's constructor.
This solves a crash when trying to analyze ctypes dependencies in 
a bootstrap script.


git-svn-id: http://svn.pyinstaller.org/trunk@807 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-19 02:46:14 +00:00
giovannibajo c4627b96da Ticket #168: fix hook distutils under Windows
git-svn-id: http://svn.pyinstaller.org/trunk@804 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-18 10:08:43 +00:00
giovannibajo 172eade89f Ticket #163: add import hook for lxml.objectify
git-svn-id: http://svn.pyinstaller.org/trunk@798 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-13 16:39:07 +00:00
giovannibajo b0f87fe574 Update changelog
git-svn-id: http://svn.pyinstaller.org/trunk@795 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-13 16:34:38 +00:00
giovannibajo fd5e7170ce Remove debug message
git-svn-id: http://svn.pyinstaller.org/trunk@792 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-13 16:16:10 +00:00
giovannibajo 841e50f1f7 Mark the pdf as binary file
git-svn-id: http://svn.pyinstaller.org/trunk@789 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-13 15:55:59 +00:00
giovannibajo 9b0f6cbdb9 Update generated documentation
git-svn-id: http://svn.pyinstaller.org/trunk@788 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-13 15:54:58 +00:00
giovannibajo 2feb71d95e Remove highlighting from bullet lists
git-svn-id: http://svn.pyinstaller.org/trunk@787 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-13 15:54:28 +00:00
giovannibajo 2aea462adb Update documentation
git-svn-id: http://svn.pyinstaller.org/trunk@786 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-13 15:54:11 +00:00
giovannibajo 27f547dfb1 Use wkhtmltopdf to create PDF version of the manual.
pdflatex with docutils seems broken nowadays because the Ubuntu
packages are missing a specific .sty file.


git-svn-id: http://svn.pyinstaller.org/trunk@785 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-13 15:20:47 +00:00
giovannibajo 82083423a4 Fix the |GOBACK| hyperlink
git-svn-id: http://svn.pyinstaller.org/trunk@784 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-13 15:16:13 +00:00
giovannibajo d5a94d9906 Update URLs and version numbers
git-svn-id: http://svn.pyinstaller.org/trunk@783 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-13 13:34:53 +00:00
giovannibajo d00453aaab Update binary bootloader for Windows
git-svn-id: http://svn.pyinstaller.org/trunk@780 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-12 20:09:04 +00:00
giovannibajo 124bdbd1a8 Yet another missing numerix submodule in matplotlib
git-svn-id: http://svn.pyinstaller.org/trunk@779 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-12 20:07:39 +00:00
giovannibajo 0320db14e8 Ticket #140: add support for pygments
git-svn-id: http://svn.pyinstaller.org/trunk@778 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-12 20:00:40 +00:00
giovannibajo a69f5c77d6 Ticket #71: add import hook for cx_Oracle
git-svn-id: http://svn.pyinstaller.org/trunk@777 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-12 19:55:27 +00:00
giovannibajo 9aef50eef9 Ticket #147: remove additional layer of quotes. It should not be required anymore now
thanks to the "echo on" trick.


git-svn-id: http://svn.pyinstaller.org/trunk@776 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-12 19:50:28 +00:00
giovannibajo 5a878bc8ed Ticket #88: Fix missing matplolib submodule
git-svn-id: http://svn.pyinstaller.org/trunk@775 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-12 19:47:07 +00:00
giovannibajo ab6975e421 Remove site_module test: there is no way it can work because site.py has many
hidden imports (.pth files) that PyInstaller will not see (and should not).


git-svn-id: http://svn.pyinstaller.org/trunk@774 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-12 19:36:23 +00:00
giovannibajo 7da551534e Remove old startup script (no more required)
git-svn-id: http://svn.pyinstaller.org/trunk@773 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-12 19:32:09 +00:00