root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @854 [854] 2 weeks fhoech Removed unnecessary 'global' statement
(edit) @853 [853] 2 weeks fhoech Added MPR.DLL (Multiple Provider Router Library) to exclude list.
(edit) @852 [852] 6 weeks lmancini Use os.pathsep to cope with different path separators across platforms
(edit) @851 [851] 6 weeks lmancini Save/restore argv during crypto support installation.
(edit) @850 [850] 7 weeks lmancini Prepend pathex to the current PYTHONPATH before executing an external …
(edit) @849 [849] 7 weeks lmancini Wipe redundant os.makedirs invocations: the intermediate directories are …
(edit) @848 [848] 8 weeks lmancini Transforms the process type under Mac OS X (darwin platform) in foreground …
(edit) @847 [847] 8 weeks lmancini Trailing whitespace fix
(edit) @846 [846] 2 months giovannibajo Update Changelog
(edit) @845 [845] 2 months giovannibajo Close the branch
(edit) @844 [844] 2 months giovannibajo Merge Python 2.6 for Windows support (py26win branch)
(edit) @843 [843] 2 months fhoech Only update manifest of cached *.pyd files
(edit) @842 [842] 2 months fhoech Fixed dependent assemblies being accidentally added to cached loader exe …
(edit) @841 [841] 2 months fhoech Fixed dependent assemblies being accidentally added to cached loader exe …
(edit) @840 [840] 2 months fhoech Fixed --onefile build if including an egg with embedded binary extension …
(edit) @839 [839] 3 months fhoech Reverted MS VC++ 2008 Express compatibility changes
(edit) @838 [838] 3 months fhoech Never suppress manifest parsing or assembly errors. Changed …
(edit) @837 [837] 3 months giovannibajo Add support for specifying the name of the bundle.
(edit) @836 [836] 3 months giovannibajo Backports from trunk.
(edit) @835 [835] 3 months giovannibajo Add an early-exit in case of Windows 64-bit (currently unsupported).
(edit) @834 [834] 3 months giovannibajo Add import hook for PyTables?.
(edit) @833 [833] 3 months giovannibajo Fix import of nested packages made within Pyrex-generated files. Pyrex …
(edit) @832 [832] 3 months fhoech Merged changesets 826, 827, 829 and 830 from trunk
(edit) @831 [831] 3 months fhoech Give win32api.LoadLibraryEx?() absolute paths. Only get python.exe's …
(edit) @830 [830] 3 months giovannibajo Fix compatibility of testsuite for Python 2.3 and Python 2.4
(edit) @829 [829] 3 months giovannibajo Adjust for Python 2.3 compatibility
(edit) @828 [828] 3 months giovannibajo Merge patches to restore Python 2.3 compatibility.
(edit) @827 [827] 3 months giovannibajo Restore compatibility with Python versions before 2.4 which do not export …
(edit) @826 [826] 3 months giovannibajo Restore compatibility with Python 2.3
(edit) @825 [825] 3 months fhoech Fixed pyinstaller executable failing when extension modules built with …
(edit) @824 [824] 3 months fhoech Worked around a few Python 2.3 issues
(edit) @823 [823] 3 months fhoech Error out if we are using Python 2.6 on Windows and pywin32 is not …
(edit) @822 [822] 4 months fhoech Look at binary dependencies of files within python *.egg files.
(edit) @821 [821] 4 months fhoech Added a few buidtests.
(edit) @820 [820] 4 months fhoech Fixed tkinter buildtest so it (also) runs on windows.
(edit) @819 [819] 4 months fhoech Merged changesets 804, 807, 808, 815, 816 and 817 from trunk
(edit) @818 [818] 4 months giovannibajo Backport from trunk (KeyError? with dbhash)
(edit) @817 [817] 4 months giovannibajo Update changelog
(edit) @816 [816] 4 months giovannibajo Avoid raising an exception within an except clause that will re-raise
(edit) @815 [815] 4 months giovannibajo Avoid spurious errors when cleaning up after an ImportError?
(edit) @814 [814] 4 months giovannibajo Avoid buffer overflow in filename creation.
(edit) @813 [813] 4 months fhoech Raise exception if we cannot get the resources of a binary.
(edit) @812 [812] 4 months fhoech Remove only the correct sub directory of the output directory when …
(edit) @811 [811] 4 months giovannibajo Release 1.4
(edit) @810 [810] 4 months giovannibajo Create 1.4 branch
(edit) @809 [809] 4 months giovannibajo Error out if we are using Python 2.6 on Windows
(edit) @808 [808] 4 months giovannibajo Avoid calling ctypes resolution if no binaries were found
(edit) @807 [807] 4 months giovannibajo Move ctypes dependency solver in PyModule?'s constructor. This solves a …
(edit) @806 [806] 5 months fhoech Fixed typo
(edit) @805 [805] 5 months fhoech Added MSIMG32.DLL to the exclude list
(edit) @804 [804] 5 months giovannibajo Ticket #168: fix hook distutils under Windows
(edit) @803 [803] 5 months fhoech Added option -y / --noconfirm to skip confirmation of output directory …
(edit) @802 [802] 5 months fhoech Branch for Python 2.6 support on Windows (automatically resolve assembly …
(edit) @801 [801] 5 months giovannibajo Use anonymous SVN url
(edit) @800 [800] 5 months giovannibajo Add deploy script
(edit) @799 [799] 5 months giovannibajo Create deploy script directories
(edit) @798 [798] 5 months giovannibajo Ticket #163: add import hook for lxml.objectify
(edit) @797 [797] 5 months giovannibajo Tag
(edit) @796 [796] 5 months giovannibajo Remote tag
(edit) @795 [795] 5 months giovannibajo Update changelog
(edit) @794 [794] 5 months giovannibajo New RC1 tag
(edit) @793 [793] 5 months giovannibajo Remove 1.4 tag
(edit) @792 [792] 5 months giovannibajo Remove debug message
(edit) @791 [791] 5 months giovannibajo Tag 1.4-rc1
(edit) @790 [790] 5 months giovannibajo Remove 1.4 old tags
(edit) @789 [789] 5 months giovannibajo Mark the pdf as binary file
(edit) @788 [788] 5 months giovannibajo Update generated documentation
(edit) @787 [787] 5 months giovannibajo Remove highlighting from bullet lists
(edit) @786 [786] 5 months giovannibajo Update documentation
(edit) @785 [785] 5 months giovannibajo Use wkhtmltopdf to create PDF version of the manual. pdflatex with …
(edit) @784 [784] 5 months giovannibajo Fix the |GOBACK| hyperlink
(edit) @783 [783] 5 months giovannibajo Update URLs and version numbers
(edit) @782 [782] 5 months giovannibajo Tag rc1
(edit) @781 [781] 5 months giovannibajo Create release branch
(edit) @780 [780] 5 months giovannibajo Update binary bootloader for Windows
(edit) @779 [779] 5 months giovannibajo Yet another missing numerix submodule in matplotlib
(edit) @778 [778] 5 months giovannibajo Ticket #140: add support for pygments
(edit) @777 [777] 5 months giovannibajo Ticket #71: add import hook for cx_Oracle
(edit) @776 [776] 5 months giovannibajo Ticket #147: remove additional layer of quotes. It should not be required …
(edit) @775 [775] 5 months giovannibajo Ticket #88: Fix missing matplolib submodule
(edit) @774 [774] 5 months giovannibajo Remove site_module test: there is no way it can work because site.py has …
(edit) @773 [773] 5 months giovannibajo Remove old startup script (no more required)
(edit) @772 [772] 5 months giovannibajo Complete runtime support for .egg-files. Now Build.py automatically adds …
(edit) @771 [771] 5 months giovannibajo Update reference to manual
(edit) @770 [770] 6 months giovannibajo Avoid taking a reference to sys.path at startup. This fixes the behaviour …
(edit) @769 [769] 6 months giovannibajo Fix the initialization of sys.pathex in case the spec file doesn't specify …
(edit) @768 [768] 6 months giovannibajo Set eol-style.
(edit) @767 [767] 7 months giovannibajo Rename the PyOpenGL hook to avoid unwanted namespace conflicts.
(edit) @766 [766] 7 months giovannibajo PyOpenGL2 hook: care only about open() with Python strings.
(edit) @765 [765] 9 months aleister fix typo
(edit) @764 [764] 9 months rugginoso Fixed a bug which made impossible to copy directories in ondir merged …
(edit) @763 [763] 9 months rugginoso Added the dependencies TOC to Analysis class to store dependencies during …
(edit) @762 [762] 9 months rugginoso Made the homepath an absolute path when passing it to python to set …
(edit) @761 [761] 9 months rugginoso Fixed the search behaviour into extractDependency() function.
(edit) @760 [760] 9 months rugginoso Fixed the exclusion of dipendencies into TOC if the exclude_binaries …
(edit) @759 [759] 9 months rugginoso Fixed a bug which made the builder to include duplicates into pkgs.
(edit) @758 [758] 9 months rugginoso Updated windows loader.
(edit) @757 [757] 9 months rugginoso Removed the chdir() from the launcher's main().
(edit) @756 [756] 9 months rugginoso Added the mark_dependencies() function to make the MERGE() function to be …
(edit) @755 [755] 9 months rugginoso Updated the windows loader.
Note: See TracRevisionLog for help on using the revision log.