patched/py2exe.git
2009-08-06 Alexey BorzenkovMerge branch 'svn/trunk' master
2009-04-10 mhammondFix crash when a Python 2.5 built app was installed... svn/trunk
2009-04-10 mhammondIf we can't find any python's use the one we are runnin...
2009-03-16 Alexey BorzenkovEnsure MessageBox is displayed when using WinXP Loon...
2009-03-16 Alexey BorzenkovImprove error messages
2008-12-25 Alexey BorzenkovAdd .gitignore
2008-12-25 Alexey BorzenkovIgnore msvcp*.dll files
2008-12-15 Alexey BorzenkovMerge commit 'svn'
2008-12-14 mhammondFix via the mailing list to fix strange icons being...
2008-12-13 Alexey BorzenkovImplement 'lite' mode for py2exe
2008-12-13 Alexey BorzenkovFix compile error with gcc
2008-12-13 Alexey BorzenkovCall DllEntryProc with a some real HINSTANCE (fixes...
2008-12-13 Alexey BorzenkovAdd __file__ attribute for __main__ pointing to the...
2008-12-13 Alexey BorzenkovDon't redefine Py_ssize_t
2008-12-13 Alexey BorzenkovAccept --zipfile option on the command line
2008-11-16 jretzRemoved SourceForge from the web site upload batch...
2008-11-16 jretzUpdated version number to 0.6.10dev to disambiguate...
2008-11-16 jretzFix references to 64-bit installer filenames.
2008-11-16 jretzInclude mention of Python 2.7 in ANNOUNCE and py2exe...
2008-11-10 thellerCorrect the wiki link.
2008-11-10 jretzUpdated version numbers, news, and copyright dates...
2008-11-10 jretzUse the right version of the interpreter for testing...
2008-11-07 thellerFix modulefinder crash on certain relative imports.
2008-11-01 thellerChanged sample to use the wx package instead of the...
2008-11-01 thellerFix typo.
2008-09-06 thellerWhitespace
2008-08-30 mhammondEnsure we don't clobber the manifest or version resourc...
2008-08-28 mhammond[ 2038411 ] copy manifest to target executables and...
2008-08-05 mhammondVista SDK headers don't include a value for IMAGE_SIZEO...
2008-06-16 jretzUpdate to point to svn rather than cvs. Also fixed...
2008-06-15 jretzUpdated announce file for 0.6.6 and 0.6.8 releases.
2008-06-15 jretzUpdate news page for new release.
2008-05-19 jretzInclude the entire test suite in the source distribution.
2008-05-19 jretzUse Python 2.5 to build the source distribution.
2008-05-19 jretzMerged modulefinder.py r59200 from the Python svn trunk...
2008-05-19 jretzFixed date in changelog.
2008-05-19 jretzBumped version number to 0.6.8.
2008-05-19 jretzRun the tests using test.py rather than test.cmd. This...
2008-05-19 jretzWithout supplying a setup_pysvn.py we can't be sure...
2008-04-17 thellerIgnore possible 'build' and 'dist' directories when...
2008-04-17 thellerLook for Python installations only in the directories...
2008-04-17 thellerRename the tests so that they are valid Python modules...
2008-04-17 thellerFix MemoryLoadLibrary to handle loading function addres...
2008-04-05 thellerFound the author of the patch: Alexey Borzenkov
2008-04-05 jretzUsing the options compressed=1, bundle_files=3, and...
2008-04-05 jretzUsing the options compressed=1, bundle_files=3, and...
2008-04-04 thellerPort this py2exe.boot_ctypes_com_server from ctypes...
2008-04-01 thellerAllow renaming of single-execuatble files; patch from
2008-03-24 jretzAdd support for AMD64 to automated build and testing...
2008-02-29 thellerBump version to 0.6.7.
2008-02-29 thellerEmbedding icon resources into the image does now work...
2007-09-07 thellerPatch from Grant Edwards, slightly adjusted: py2exe...
2007-09-06 thellerFix typo.
2007-09-06 thellerAdd .cvsignore file.
2007-09-06 thellerUnicode fixes I had sitting in my sandbox for a long...
2007-03-26 mhammondSamples for the 'typelibs' support, including the new...
2007-03-26 mhammondAllow the specified typelibs to include an input file...
2007-01-18 mhammond* Correct error in previous checkin - check_init()...
2007-01-17 mhammond* Use event log writing built into pywin32 if it exists.
2007-01-17 mhammondIn some cases, notably ISAPI, GetModuleFileName() may...
2006-12-31 jretzNow points to py2exe.org.
2006-12-29 jretzInclude samples (and all their files) with binary distr...
2006-12-29 jretzInclude samples (and all their files) with source distr...
2006-12-29 jretzAutomate the running of tests on Python 2.3, 2.4, and...
2006-12-29 jretzDocumentation updates for 0.6.6 release.
2006-12-27 jretzChanged version number to 0.6.6.
2006-12-27 jretzHandle new parameter to fake_getline in Python 2.5...
2006-11-22 thellerRecord changes.
2006-11-22 thellerbundle-files < 3 is not yet supported on win64 (since...
2006-11-22 thellerUpdated the mktab.py script (which generates import...
2006-11-22 thellerCorrect the typedef for Py_ssize_t on both win32 and...
2006-11-22 thellerFix compiler warning.
2006-11-22 thellerFix win64 compiler warnings by using size_t instead...
2006-11-22 thellerDon't try to copy w9xpopen.exe if it does not exist.
2006-11-11 jretzAdded a test case for the sys.path regression.
2006-11-11 jretzAdded comment to help with finding the module needed...
2006-11-11 jretzAdded --compression to the test cases to catch the...
2006-11-11 jretzIncorporated Don Quijote's patch for zlib handling...
2006-10-24 mhammond* Load Python before the ISAPI extension module, as...
2006-10-24 mhammond* Add calc_dirname() which calculates the dirname globa...
2006-10-18 mhammondWhitespace changes - both in source and in MessageBox...
2006-10-18 mhammondIf Python is already initialized, assume we have struck...
2006-10-18 mhammondEventLog writing requires linking against advapi32
2006-10-18 mhammondReplace MessageBox (which will hang an ISAPI app) with...
2006-10-18 mhammondAdd PyList_Append
2006-10-18 mhammondPy2.5 doesn't recognize .dll as a module; pywintypes...
2006-07-02 mhammondFinally commit some samples I've had hanging around...
2006-07-02 mhammondFix bug 1514766 (app dir erroneously at the start of...
2006-06-29 mhammondBefore doing a LoadLibrary for the Python DLL, ensure...
2006-06-29 mhammondAdd notes re service cmdline handling.
2006-06-20 mhammondSupport more 'command-line styles' for services (allowi...
2006-06-20 jretzFirst attempt at Python 2.5 support.
2006-03-20 jretzAdd import of the set module for Python 2.3.
2006-03-20 jretzDon't preserve read-only (or other attributes) when...
2006-03-20 jretz0.6.5 release.
2006-03-20 jretzAdd test cases that would have caught the mf / modulefi...
2006-03-07 jretzFix problems created when including a complete version...
2006-02-13 jretzStart of automated testing.
2006-02-13 jretz0.6.4 release.
2006-02-13 jretzChange bundle-files=4 to skip-archive. Add custom-boot...
next