Martin v. Löwis
2231e1a01f
Stop adding txt files twice.
2011-06-05 10:44:18 +02:00
Victor Stinner
e2d9e26a10
Issue #12057 : Add cjkencodings directory to the Makefile and Tools/msi/msi.py
2011-05-25 01:19:57 +02:00
Brian Curtin
611cfd2cba
Denote 3.3.0 as the last supported Windows 2000 release.
...
This corresponds with change b9390aa12855 to PEP-11.
2011-05-03 13:36:34 -05:00
Ezio Melotti
24b07bcba3
#11515 : fix several typos. Patch by Piotr Kasprzyk.
2011-03-15 18:55:01 +02:00
Brian Curtin
69a106ab41
Backport the distutils part of r83399 to fix #7645 .
2010-11-22 02:08:49 +00:00
Martin v. Löwis
eebd0173b6
Merged revisions 84487 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84487 | martin.v.loewis | 2010-09-04 16:38:09 +0200 (Sa, 04 Sep 2010) | 3 lines
Issue #1303434 : Include PDBs in release.
Patch by James Lee and Daniel Stutzbach.
........
2010-11-14 18:17:39 +00:00
Martin v. Löwis
16b2a5e0a9
Display installer warning that Windows 2000 won't
...
be supported in future releases.
2010-06-04 19:15:32 +00:00
Martin v. Löwis
3436064785
Integrate merge.py into msi.py.
2010-03-16 18:49:28 +00:00
Martin v. Löwis
24e4e168a0
Issue #6716 : Quote -x arguments of compileall in MSI installer.
2010-03-15 13:00:17 +00:00
Florent Xicluna
13ba1a1c65
Move the xml test data to their own directory.
2010-03-13 11:18:49 +00:00
Martin v. Löwis
741e6998f8
Fix types in logic to compute help file name.
2009-06-28 12:24:23 +00:00
Martin v. Löwis
ecb4f953dd
Issue 5390: Add uninstall icon independent of whether file
...
extensions are installed.
2009-06-28 09:32:39 +00:00
Benjamin Peterson
0805b28fd2
handle different rc format
2009-06-13 15:48:04 +00:00
Martin v. Löwis
ea598b675a
Issue #6158 : package Sine-1000Hz-300ms.aif.
2009-06-01 04:10:03 +00:00
Martin v. Löwis
8dc74f4602
Issue #5721 : don't package Lib/test/README anymore.
2009-05-05 22:13:01 +00:00
Martin v. Löwis
588b54b646
Issue #5847 : Remove -n switch on "Edit with IDLE" menu item.
2009-05-05 16:10:16 +00:00
Martin v. Löwis
91a1a071a0
Issue #5470 : Package zipdir.zip.
2009-04-04 18:44:44 +00:00
Martin v. Löwis
b5120ceae2
Consider micro version for name of CHM file.
2008-12-08 11:15:35 +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
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
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
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
1d2ce45689
Add _multiprocessing module.
2008-06-30 07:01:09 +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
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
344d066a43
Use the CHM file name that Sphinx assigns.
2008-05-09 18:21:55 +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
4dc3415def
Add two features to distinguish between private and SxS CRT.
2008-04-05 15:48:36 +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
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