Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Package wininst*.exe from distutils/command. | Martin v. Löwis | 2008-04-09 | 1 | -4/+1 | |
| | ||||||
* | Suppress compilation of py3_ files upon installation. | Martin v. Löwis | 2008-04-08 | 1 | -1/+1 | |
| | ||||||
* | Make the "private CRT" case work, by editing the | Martin v. Löwis | 2008-04-07 | 1 | -5/+17 | |
| | | | | manifest in DLLs to refer to the root copy of the CRT. | |||||
* | Drop support for 7.1 CRT. | Martin v. Löwis | 2008-04-07 | 1 | -38/+5 | |
| | ||||||
* | Make private_crt feature object a global variable. | Martin v. Löwis | 2008-04-07 | 1 | -1/+1 | |
| | ||||||
* | Delete ALLUSERS property merged from CRT merge module, so that per-user ↵ | Martin v. Löwis | 2008-04-07 | 1 | -0/+5 | |
| | | | | installations become possible again. | |||||
* | Add script to merge msvcr90. | Martin v. Löwis | 2008-04-05 | 1 | -0/+70 | |
| | ||||||
* | Add two features to distinguish between private and SxS CRT. | Martin v. Löwis | 2008-04-05 | 1 | -1/+7 | |
| | ||||||
* | Extend sizes of various fields, to support the CRT90 merge module. | Martin v. Löwis | 2008-04-05 | 1 | -59/+59 | |
| | ||||||
* | Package Tcl from tcltk64 on AMD64. | Martin v. Löwis | 2008-02-29 | 1 | -2/+4 | |
| | ||||||
* | Locate VS installation dir from environment, so that it works with the ↵ | Martin v. Löwis | 2008-02-28 | 1 | -8/+2 | |
| | | | | express edition. | |||||
* | Bundle msvcr90.dll as a "private assembly". | Martin v. Löwis | 2008-02-28 | 1 | -25/+23 | |
| | ||||||
* | Add 2.6aN uuids. | Martin v. Löwis | 2008-02-28 | 1 | -0/+4 | |
| | ||||||
* | Don't try to package msvcr90 for the moment. | Martin v. Löwis | 2008-01-06 | 1 | -6/+9 | |
| | ||||||
* | Package using VS 2008. | Martin v. Löwis | 2008-01-06 | 1 | -4/+3 | |
| | ||||||
* | The root of the project is two levels up from PC/VS7.1 | Christian Heimes | 2008-01-01 | 1 | -1/+1 | |
| | ||||||
* | Added new wininst files to msi.py and adjusted some paths | Christian Heimes | 2008-01-01 | 1 | -5/+7 | |
| | ||||||
* | MSI uses back slashes as path separators | Christian Heimes | 2008-01-01 | 1 | -1/+1 | |
| | ||||||
* | Fix paths for build bot, part 2 | Christian Heimes | 2007-12-31 | 1 | -1/+1 | |
| | ||||||
* | Added VS 2005 and VS 2008 to the search path for cabarc.exe | Christian Heimes | 2007-12-04 | 1 | -5/+10 | |
| | ||||||
* | Added self generated UUID for msvcr90.dll to msi.py | Christian Heimes | 2007-12-04 | 1 | -23/+66 | |
| | | | | Readded a missing line. | |||||
* | Issue #1727780: Support loading pickles of random.Random objects created | Martin v. Löwis | 2007-12-03 | 1 | -0/+1 | |
| | | | | | | 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. | |||||
* | Patch #1468: Package Lib/test/*.pem. | Martin v. Löwis | 2007-11-20 | 1 | -0/+1 | |
| | ||||||
* | Take chm file from build/htmlhelp/pydoc.chm. | Martin v. Löwis | 2007-09-10 | 1 | -1/+1 | |
| | ||||||
* | Bug #1737210: Change Manufacturer of Windows installer to PSF. | Martin v. Löwis | 2007-09-01 | 1 | -1/+1 | |
| | | | | Will backport to 2.5. | |||||
* | Mark registry components as 64-bit on Win64. | Martin v. Löwis | 2007-08-31 | 1 | -4/+6 | |
| | ||||||
* | Bug #1746880: Correctly install DLLs into system32 folder on Win64. | Martin v. Löwis | 2007-08-30 | 1 | -1/+1 | |
| | ||||||
* | Fix typo. | Martin v. Löwis | 2007-08-30 | 1 | -1/+1 | |
| | ||||||
* | Fix popen usage. | Martin v. Löwis | 2007-08-30 | 1 | -2/+2 | |
| | ||||||
* | Add a UUID for python26.dll. | Martin v. Löwis | 2007-08-14 | 1 | -0/+1 | |
| | ||||||
* | Deprecate os.popen* and popen2 module in favor of the subprocess module. | Neal Norwitz | 2007-05-11 | 1 | -3/+5 | |
| | ||||||
* | Add UUIDs for 2.5.1 and 2.5.2 | Martin v. Löwis | 2007-01-19 | 1 | -0/+4 | |
| | ||||||
* | Forward port r52134: Add uuids for 2.4.4. | Martin v. Löwis | 2006-10-04 | 1 | -0/+2 | |
| | ||||||
* | Forward-port 51862: Add sgml_input.html. | Martin v. Löwis | 2006-09-12 | 1 | -0/+1 | |
| | ||||||
* | Whitespace normalization. | Tim Peters | 2006-08-25 | 1 | -1/+1 | |
| | ||||||
* | Patch #1545507: Exclude ctypes package in Win64 MSI file. | Martin v. Löwis | 2006-08-25 | 1 | -0/+8 | |
| | | | | Will backport to 2.5. | |||||
* | Build _hashlib on Windows. Build OpenSSL with masm assembler code. | Martin v. Löwis | 2006-08-16 | 1 | -1/+2 | |
| | | | | Fixes #1535502. | |||||
* | Add UUID for upcoming 2.5b3. | Martin v. Löwis | 2006-07-28 | 1 | -0/+1 | |
| | ||||||
* | Properly quote compileall and Lib paths in case TARGETDIR has a space. | Martin v. Löwis | 2006-07-06 | 1 | -1/+1 | |
| | ||||||
* | Add sqlite3.dll to the DLLs component, not to the TkDLLs component. | Martin v. Löwis | 2006-07-06 | 1 | -8/+8 | |
| | | | | Fixes #1517388. | |||||
* | Rest of patch #1490384: Commit icon source, remove | Martin v. Löwis | 2006-05-28 | 1 | -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öwis | 2006-05-12 | 1 | -5/+5 | |
| | ||||||
* | Package setuptools | Martin v. Löwis | 2006-04-21 | 1 | -1/+10 | |
| | ||||||
* | Adjust compileall -x option to Makefile.pre.in. Fixes #1465093. | Martin v. Löwis | 2006-04-07 | 1 | -1/+1 | |
| | ||||||
* | Per Martins request, add empty.vbs to Tools\msi\msi.py. | Thomas Heller | 2006-04-04 | 1 | -0/+1 | |
| | | | | This file is used by test_startfile.py. | |||||
* | Adjust sqlite3 build process to Win64. | Martin v. Löwis | 2006-04-04 | 1 | -1/+7 | |
| | ||||||
* | Add sqlite3 to the Windows build process. | Martin v. Löwis | 2006-04-04 | 1 | -1/+6 | |
| | ||||||
* | Add check_soundcard.vbs. Will backport | Martin v. Löwis | 2006-04-03 | 1 | -1/+2 | |
| | ||||||
* | Move product_codes in their own file. | Martin v. Löwis | 2006-03-28 | 2 | -34/+34 | |
| | ||||||
* | Correct case in test for Windows 9X. | Martin v. Löwis | 2006-03-28 | 1 | -1/+1 | |
| |