summaryrefslogtreecommitdiffstats
path: root/Tools/msi
Commit message (Collapse)AuthorAgeFilesLines
* Mark registry components as 64-bit on Win64.Martin v. Löwis2007-08-311-4/+6
|
* Bug #1746880: Correctly install DLLs into system32 folder on Win64.Martin v. Löwis2007-08-301-1/+1
|
* Fix typo.Martin v. Löwis2007-08-301-1/+1
|
* Fix popen usage.Martin v. Löwis2007-08-301-2/+2
|
* Add a UUID for python26.dll.Martin v. Löwis2007-08-141-0/+1
|
* Deprecate os.popen* and popen2 module in favor of the subprocess module.Neal Norwitz2007-05-111-3/+5
|
* Add UUIDs for 2.5.1 and 2.5.2Martin v. Löwis2007-01-191-0/+4
|
* Forward port r52134: Add uuids for 2.4.4.Martin v. Löwis2006-10-041-0/+2
|
* Forward-port 51862: Add sgml_input.html.Martin v. Löwis2006-09-121-0/+1
|
* Whitespace normalization.Tim Peters2006-08-251-1/+1
|
* Patch #1545507: Exclude ctypes package in Win64 MSI file.Martin v. Löwis2006-08-251-0/+8
| | | | Will backport to 2.5.
* Build _hashlib on Windows. Build OpenSSL with masm assembler code.Martin v. Löwis2006-08-161-1/+2
| | | | Fixes #1535502.
* Add UUID for upcoming 2.5b3.Martin v. Löwis2006-07-281-0/+1
|
* Properly quote compileall and Lib paths in case TARGETDIR has a space.Martin v. Löwis2006-07-061-1/+1
|
* Add sqlite3.dll to the DLLs component, not to the TkDLLs component.Martin v. Löwis2006-07-061-8/+8
| | | | Fixes #1517388.
* Rest of patch #1490384: Commit icon source, removeMartin v. Löwis2006-05-281-4/+0
| | | | | claim that Erik von Blokland is the author of the installer picture.
* Move icon files into DLLs dir. Fixes #1477968.Martin v. Löwis2006-05-121-5/+5
|
* Package setuptoolsMartin v. Löwis2006-04-211-1/+10
|
* Adjust compileall -x option to Makefile.pre.in. Fixes #1465093.Martin v. Löwis2006-04-071-1/+1
|
* Per Martins request, add empty.vbs to Tools\msi\msi.py.Thomas Heller2006-04-041-0/+1
| | | | This file is used by test_startfile.py.
* Adjust sqlite3 build process to Win64.Martin v. Löwis2006-04-041-1/+7
|
* Add sqlite3 to the Windows build process.Martin v. Löwis2006-04-041-1/+6
|
* Add check_soundcard.vbs. Will backportMartin v. Löwis2006-04-031-1/+2
|
* Move product_codes in their own file.Martin v. Löwis2006-03-282-34/+34
|
* Correct case in test for Windows 9X.Martin v. Löwis2006-03-281-1/+1
|
* Drop information about 2.4 DLLs.Martin v. Löwis2006-03-271-5/+0
|
* Add product ids for 2.5.Martin v. Löwis2006-03-271-0/+8
|
* Forward port of 43262: Add 2.4.3 UUIDs.Martin v. Löwis2006-03-231-0/+2
|
* Add ctypes.Martin v. Löwis2006-03-101-0/+2
|
* Add _msi.pyd.Martin v. Löwis2006-03-051-0/+6
| | | | Add warning on Win9x.
* Open dll file in binary.Martin v. Löwis2006-03-051-3/+3
|
* Whitespace normalization.Tim Peters2006-02-181-1/+0
|
* Fix typoMartin v. Löwis2006-02-161-1/+1
|
* Add build support for AMD64.Martin v. Löwis2006-02-143-15/+53
|
* Make zlib builtin.Martin v. Löwis2006-01-031-9/+2
|
* Ignore .svn instead of CVS now.Martin v. Löwis2006-01-031-3/+3
|
* Add build support for _elementtree on Windows.Trent Mick2005-12-151-0/+1
|
* fix typos, mostly in commentsFred Drake2005-10-281-1/+2
|
* Use lzx:21 for compression. Backported to 2.4Martin v. Löwis2005-09-271-1/+1
|
* Whitespace normalization.Tim Peters2005-03-281-1/+1
|
* Reuse componentids for *.dll across minor releases.Martin v. Löwis2005-03-152-7/+37
| | | | | | Indicate to the user when this is an upgrade installation. Make CHM file non-advertised. Backported to 2.4.
* Add more UUIDs. Update custom actions for Itanium.Martin v. Löwis2005-03-141-2/+13
| | | | Backported to 2.4
* Avoid using *W functions on Win95. Backported to 2.4.Martin v. Löwis2005-02-181-11/+24
|
* Whitespace normalization.Tim Peters2005-01-071-1/+1
|
* Add more test directories to testsuite. Will backport to 2.4.Martin v. Löwis2004-12-301-1/+5
|
* Patch #1088716: build and incorporate libpython24.a. Backported to 2.4Martin v. Löwis2004-12-221-1/+51
|
* Properly quote IDLE shortcut. Will backport to 2.4.Martin v. Löwis2004-12-221-2/+2
|
* Replace VB with VC.Martin v. Löwis2004-12-123-38/+107
|
* Add all readme files in Tools.Martin v. Löwis2004-12-011-1/+2
|
* Include site-packages directory.Martin v. Löwis2004-11-211-0/+1
|