Martin v. Löwis
17fa44f617
Add UUIDs for 2.6.1 and 2.6.2.
2008-12-08 11:14:57 +00:00
Martin v. Löwis
cb6c359a6d
Issue #4389 : Add icon to the uninstall entry in
...
"add-and-remove-programs".
2008-11-30 11:08:26 +00:00
Martin v. Löwis
6347098a26
Issue #4289 : Remove Cancel button from AdvancedDlg.
2008-11-19 13:51:44 +00:00
Martin v. Löwis
3d6f8ff81f
Issue #1656675 : Register a drop handler for .py* files on Windows.
2008-11-07 18:51:50 +00:00
Martin v. Löwis
ddd8263678
Stop including fake manifest file in DLLs directory.
2008-11-06 19:46:03 +00:00
Martin v. Löwis
0f3e7697dc
Issue #4091 : Install pythonxy.dll in system32 again.
2008-10-17 13:43:01 +00:00
Martin v. Löwis
eba774b486
Issue #4018 : Disable "for me" installations on Vista.
2008-10-13 11:23:35 +00:00
Martin v. Löwis
62d453830e
Add UUID for 2.7.
2008-10-02 20:04:47 +00:00
Martin v. Löwis
f738f0b577
Use CRT 9 policy files.
2008-10-02 11:44:17 +00:00
Martin v. Löwis
d69c904a2f
Bug #3989 : Package the 2to3 script (as 2to3.py) in the Windows
...
installer.
2008-10-01 11:19:50 +00:00
Martin v. Löwis
e1d9dca794
Use AMD64 version of CRT in just-for-me installations for Win64 installers.
2008-09-19 19:20:03 +00:00
Martin v. Löwis
175d00784d
Bug #3887 : Package x64 version of CRT for AMD64
...
Windows binaries.
2008-09-19 15:21:07 +00:00
Martin v. Löwis
0c280c0127
Fix grammar.
2008-09-15 01:30:21 +00:00
Martin v. Löwis
b080256074
Set eol-style to native.
2008-09-14 20:25:40 +00:00
Martin v. Löwis
4eb18f9d5d
Issue #3617 : Include a licensing statement regarding the Microsoft C runtime in the Windows installer.
2008-09-14 20:22:39 +00:00
Martin v. Löwis
a9aff014a8
Change product code of Win64 installer to allow simultaneous installation on Win32 and Win64; also change product name to be able to distinguish the two in ARP.
2008-09-13 08:36:22 +00:00
Martin v. Löwis
ab0b29bd81
Issue #3833 : Use a different upgrade code for Win64 installers.
2008-09-13 08:11:57 +00:00
Martin v. Löwis
996b9f38db
Add UUIDs for upcoming releases
2008-09-08 16:15:38 +00:00
Martin v. Löwis
3f5fda8c50
Issue #2271 : Set SecureCustomProperties so that installation will properly
...
use the TARGETDIR even for unprivileged users.
2008-09-08 13:50:10 +00:00
Martin v. Löwis
67543a9dc9
Allow passing the MSI file name to merge.py.
2008-09-08 12:02:45 +00:00
Martin v. Löwis
1d2ce45689
Add _multiprocessing module.
2008-06-30 07:01:09 +00:00
Martin v. Löwis
fd82f2e86a
Disable UAC by default.
2008-06-14 14:24:47 +00:00
Martin v. Löwis
c9798fc709
Pickup sqlite3.dll from binary directory.
...
Commit more often.
2008-06-13 18:58:47 +00:00
Martin v. Löwis
b8a18eaca9
Fix Tcl/Tk license file in tcl8*/tk8*, include Tix license.
2008-06-12 20:07:53 +00:00
Martin v. Löwis
7b9e124776
Support file names which include '+' (for Tk 8.5).
2008-06-12 20:06:18 +00:00
Martin v. Löwis
367c79a4ad
Create grammar pickle files on installation; remove them on uninstallation.
2008-05-25 16:37:34 +00:00
Martin v. Löwis
dcc86204eb
Include all licenses of the packages that we include.
2008-05-25 11:56:23 +00:00
Georg Brandl
6634bf2919
Tkinter rename reversal: remove tkinter package, adapt imports and docs.
2008-05-20 07:13:37 +00:00
Georg Brandl
6c90c9faae
Add new tkinter dir to various locations where lib-tk shows up.
2008-05-17 19:14:23 +00:00
Martin v. Löwis
f466c2a247
Port to VS 2008. Drop W9x support.
2008-05-09 20:11:37 +00:00
Martin v. Löwis
344d066a43
Use the CHM file name that Sphinx assigns.
2008-05-09 18:21:55 +00:00
Martin v. Löwis
8bd5334a9e
Add 2.6b1 and 2.6b2 UUIDs.
2008-05-09 17:11:07 +00:00
Martin v. Löwis
023b9f952a
Package wininst*.exe from distutils/command.
2008-04-09 18:56:20 +00:00
Martin v. Löwis
775e10d9e6
Suppress compilation of py3_ files upon installation.
2008-04-08 16:48:35 +00:00
Martin v. Löwis
1e72feced3
Make the "private CRT" case work, by editing the
...
manifest in DLLs to refer to the root copy of the CRT.
2008-04-07 16:34:04 +00:00
Martin v. Löwis
46a8be7a35
Drop support for 7.1 CRT.
2008-04-07 14:55:53 +00:00
Martin v. Löwis
e411f8955f
Make private_crt feature object a global variable.
2008-04-07 14:54:16 +00:00
Martin v. Löwis
54d489a97f
Delete ALLUSERS property merged from CRT merge module, so that per-user installations become possible again.
2008-04-07 14:53:34 +00:00
Martin v. Löwis
db508be07e
Add script to merge msvcr90.
2008-04-05 15:50:58 +00:00
Martin v. Löwis
4dc3415def
Add two features to distinguish between private and SxS CRT.
2008-04-05 15:48:36 +00:00
Martin v. Löwis
5f187fba31
Extend sizes of various fields, to support the CRT90 merge module.
2008-04-05 15:45:25 +00:00
Martin v. Löwis
0e795e7d92
Package Tcl from tcltk64 on AMD64.
2008-02-29 20:54:44 +00:00
Martin v. Löwis
03dc56cd17
Locate VS installation dir from environment, so that it works with the express edition.
2008-02-28 22:20:50 +00:00
Martin v. Löwis
d9759c4880
Bundle msvcr90.dll as a "private assembly".
2008-02-28 19:57:34 +00:00
Martin v. Löwis
1c5105d668
Add 2.6aN uuids.
2008-02-28 19:44:22 +00:00
Martin v. Löwis
94da1d6a21
Don't try to package msvcr90 for the moment.
2008-01-06 11:13:16 +00:00
Martin v. Löwis
e7a434e41b
Package using VS 2008.
2008-01-06 11:03:43 +00:00
Christian Heimes
e1c6af06ec
The root of the project is two levels up from PC/VS7.1
2008-01-01 13:58:16 +00:00
Christian Heimes
7e28e495a4
Added new wininst files to msi.py and adjusted some paths
2008-01-01 13:52:57 +00:00
Christian Heimes
e604eb9a35
MSI uses back slashes as path separators
2008-01-01 13:40:26 +00:00
Christian Heimes
ce49f02063
Fix paths for build bot, part 2
2007-12-31 15:02:41 +00:00
Christian Heimes
19b1aaa45d
Added VS 2005 and VS 2008 to the search path for cabarc.exe
2007-12-04 15:52:14 +00:00
Christian Heimes
9acba0441e
Added self generated UUID for msvcr90.dll to msi.py
...
Readded a missing line.
2007-12-04 14:57:30 +00:00
Martin v. Löwis
6b449f4f2b
Issue #1727780 : Support loading pickles of random.Random objects created
...
on 32-bit systems on 64-bit systems, and vice versa. As a consequence
of the change, Random pickles created by Python 2.6 cannot be loaded
in Python 2.5.
2007-12-03 19:20:02 +00:00
Martin v. Löwis
0ffdacd53b
Patch #1468 : Package Lib/test/*.pem.
2007-11-20 02:46:02 +00:00
Martin v. Löwis
8628f7509f
Take chm file from build/htmlhelp/pydoc.chm.
2007-09-10 10:21:22 +00:00
Martin v. Löwis
8bc77e4b33
Bug #1737210 : Change Manufacturer of Windows installer to PSF.
...
Will backport to 2.5.
2007-09-01 06:36:03 +00:00
Martin v. Löwis
1ab4a1f9b8
Mark registry components as 64-bit on Win64.
2007-08-31 10:01:07 +00:00
Martin v. Löwis
75c23bddbe
Bug #1746880 : Correctly install DLLs into system32 folder on Win64.
2007-08-30 18:25:47 +00:00
Martin v. Löwis
5409c8d84d
Fix typo.
2007-08-30 18:15:22 +00:00
Martin v. Löwis
e89cd17dfa
Fix popen usage.
2007-08-30 18:14:01 +00:00
Martin v. Löwis
be7abbb9d9
Add a UUID for python26.dll.
2007-08-14 05:01:50 +00:00
Neal Norwitz
42dd86b8e2
Deprecate os.popen* and popen2 module in favor of the subprocess module.
2007-05-11 06:57:33 +00:00
Martin v. Löwis
0682a52e31
Add UUIDs for 2.5.1 and 2.5.2
2007-01-19 18:01:38 +00:00
Martin v. Löwis
1c08bb95b7
Forward port r52134: Add uuids for 2.4.4.
2006-10-04 09:21:20 +00:00
Martin v. Löwis
c0fdb18a04
Forward-port 51862: Add sgml_input.html.
2006-09-12 19:49:20 +00:00
Tim Peters
147f9ae6db
Whitespace normalization.
2006-08-25 22:05:39 +00:00
Martin v. Löwis
38325b730f
Patch #1545507 : Exclude ctypes package in Win64 MSI file.
...
Will backport to 2.5.
2006-08-25 00:03:34 +00:00
Martin v. Löwis
a09fd6efdd
Build _hashlib on Windows. Build OpenSSL with masm assembler code.
...
Fixes #1535502 .
2006-08-16 12:55:10 +00:00
Martin v. Löwis
9315251fb6
Add UUID for upcoming 2.5b3.
2006-07-28 07:45:49 +00:00
Martin v. Löwis
4cbd05c322
Properly quote compileall and Lib paths in case TARGETDIR has a space.
2006-07-06 07:05:21 +00:00
Martin v. Löwis
88ef637777
Add sqlite3.dll to the DLLs component, not to the TkDLLs component.
...
Fixes #1517388 .
2006-07-06 06:55:58 +00:00
Martin v. Löwis
8301c7923d
Rest of patch #1490384 : Commit icon source, remove
...
claim that Erik von Blokland is the author of the
installer picture.
2006-05-28 16:57:38 +00:00
Martin v. Löwis
1319bb1c2e
Move icon files into DLLs dir. Fixes #1477968 .
2006-05-12 13:57:36 +00:00
Martin v. Löwis
64ed043c9a
Package setuptools
2006-04-21 10:00:46 +00:00
Martin v. Löwis
9fbc44cc34
Adjust compileall -x option to Makefile.pre.in. Fixes #1465093 .
2006-04-07 10:02:25 +00:00
Thomas Heller
3bd3315e49
Per Martins request, add empty.vbs to Tools\msi\msi.py.
...
This file is used by test_startfile.py.
2006-04-04 18:41:13 +00:00
Martin v. Löwis
e510bd16ea
Adjust sqlite3 build process to Win64.
2006-04-04 16:28:14 +00:00
Martin v. Löwis
1a494bdf69
Add sqlite3 to the Windows build process.
2006-04-04 07:10:59 +00:00
Martin v. Löwis
59c3acc3cd
Add check_soundcard.vbs. Will backport
2006-04-03 12:07:46 +00:00
Martin v. Löwis
1d278fc7d0
Move product_codes in their own file.
2006-03-28 18:30:05 +00:00
Martin v. Löwis
df511798e4
Correct case in test for Windows 9X.
2006-03-28 07:51:51 +00:00
Martin v. Löwis
06b3ddea23
Drop information about 2.4 DLLs.
2006-03-27 16:35:13 +00:00
Martin v. Löwis
1fe4f01fe4
Add product ids for 2.5.
2006-03-27 09:51:16 +00:00
Martin v. Löwis
51ef6f90af
Forward port of 43262: Add 2.4.3 UUIDs.
2006-03-23 19:21:52 +00:00
Martin v. Löwis
a09655ec5d
Add ctypes.
2006-03-10 15:36:28 +00:00
Martin v. Löwis
8c7c56e7c3
Add _msi.pyd.
...
Add warning on Win9x.
2006-03-05 14:04:26 +00:00
Martin v. Löwis
d149c21d54
Open dll file in binary.
2006-03-05 13:52:20 +00:00
Tim Peters
b6be87f9b0
Whitespace normalization.
2006-02-18 03:10:56 +00:00
Martin v. Löwis
df40ce3646
Fix typo
2006-02-16 14:38:30 +00:00
Martin v. Löwis
856bf9a4e9
Add build support for AMD64.
2006-02-14 20:42:55 +00:00
Martin v. Löwis
4e6aff5e9b
Make zlib builtin.
2006-01-03 07:10:14 +00:00
Martin v. Löwis
9ca9f5676c
Ignore .svn instead of CVS now.
2006-01-03 06:29:53 +00:00
Trent Mick
e97e5a7227
Add build support for _elementtree on Windows.
2005-12-15 22:08:46 +00:00
Fred Drake
db390c1ad8
fix typos, mostly in comments
2005-10-28 14:39:47 +00:00
Martin v. Löwis
420254df5a
Use lzx:21 for compression. Backported to 2.4
2005-09-27 19:17:03 +00:00
Tim Peters
eba28bea9b
Whitespace normalization.
2005-03-28 01:08:02 +00:00
Martin v. Löwis
141f41ae1a
Reuse componentids for *.dll across minor releases.
...
Indicate to the user when this is an upgrade installation.
Make CHM file non-advertised.
Backported to 2.4.
2005-03-15 00:39:40 +00:00
Martin v. Löwis
3390d33dd7
Add more UUIDs. Update custom actions for Itanium.
...
Backported to 2.4
2005-03-14 17:20:13 +00:00
Martin v. Löwis
3c24d96bc5
Avoid using *W functions on Win95. Backported to 2.4.
2005-02-18 16:18:09 +00:00