Steve Dower
312cef086b
Improve Windows release scripts
2015-02-07 22:20:48 -08:00
Steve Dower
5056455b7d
Adds automated test script for the Windows installer and fixes download URL
2015-02-07 15:42:53 -08:00
Steve Dower
3468a06d2b
Fix download URL embedded in Windows installer.
2015-02-06 09:59:05 -08:00
Steve Dower
268f3de1db
Require Mercurial on PATH when building a Windows release.
...
Without it, we will generate invalid build information for sys.version
2015-02-06 09:02:54 -08:00
Steve Dower
bb24087a2c
Issue #23260 : Update Windows installer
2015-02-05 22:08:48 -08:00
Steve Dower
3a43dbfabf
Drop pydocgui.pyw from the distribution (post-merge merge from 165aa40bfe2e)
2014-10-08 08:36:16 -07:00
Martin v. Löwis
77143dbaee
Issue #10747 : Merge with 3.4
2014-06-22 22:28:04 +02:00
Martin v. Löwis
cd95e18bf7
Issue #10747 : Use versioned labels in the Windows start menu.
...
Patch by Olive Kilburn.
2014-06-22 22:22:33 +02:00
Martin v. Löwis
39abba46db
Issue #17896 : Update msi.py to new externals dir.
2015-02-09 07:51:32 +01:00
Martin v. Löwis
e796b9e477
Drop pydocgui.pyw from the distribution.
2014-09-21 23:17:15 +02:00
Zachary Ware
0f4acc1ab1
Issue #9765 : Adjust where Tools/msi/msi.py looks for Tcl/Tk license terms.
...
Patch by Daniel Stutzbach.
2014-04-23 15:37:37 -05:00
Martin v. Löwis
0c3ea0942d
Issue #14512 : Launch pydoc -b instead of pydocgui.pyw on Windows.
2014-03-02 20:29:18 +01:00
Martin v. Löwis
2b4b377966
Issue #14512 : Launch pydoc -b instead of pydocgui.pyw on Windows.
2014-03-02 20:29:18 +01:00
Martin v. Löwis
582538bde2
Issue #20748 : Uninstalling pip does not leave behind the pyc of
...
the uninstaller anymore.
2014-03-02 19:29:19 +01:00
Martin v. Löwis
5e6faf7fed
Issue #20748 : Uninstalling pip does not leave behind the pyc of
...
the uninstaller anymore.
2014-03-02 19:29:19 +01:00
Martin v. Löwis
75512c4556
Issue #20568 : Fix typo in pip option.
2014-03-02 19:15:47 +01:00
Martin v. Löwis
ceb0467193
Issue #20568 : Fix typo in pip option.
2014-03-02 19:15:47 +01:00
Nick Coghlan
07d843a101
Close #20568 : install unversioned pip command on Windows
2014-02-28 23:37:35 +10:00
Nick Coghlan
f808df39de
Close #20568 : install unversioned pip command on Windows
2014-02-28 23:37:35 +10:00
Martin v. Löwis
1db0eacf3e
Issue #20641 : Run custom actions with the NoImpersonate flag to support UAC.
2014-02-22 23:44:20 +01:00
Martin v. Löwis
7850541a72
Issue #20641 : Run custom actions with the NoImpersonate flag to support UAC.
2014-02-22 23:44:20 +01:00
Martin v. Löwis
24e43308b7
* Issue #16113 : Remove sha3 module again.
...
Patch by Christian Heimes, with modifications.
2014-01-03 14:05:06 +01:00
Martin v. Löwis
c70d4f4d79
Issue #19728 : Enable pip installation by default on Windows.
2014-01-02 14:12:30 +01:00
Martin v. Löwis
3ed82c55a8
Package _overlapped.
2013-11-23 22:02:00 +01:00
Martin v. Löwis
dd7436c613
Issue #19550 : Implement Windows installer changes of PEP 453 (ensurepip).
2013-11-19 17:02:36 +01:00
Ezio Melotti
d640fe2af5
#18803 : merge with 3.3.
2013-08-26 01:33:30 +03:00
Ezio Melotti
7c4a7e6f3c
#18803 : fix more typos. Patch by Févry Thibault.
2013-08-26 01:32:56 +03:00
Martin v. Löwis
d87c3d3ea4
Issue #16067 : Merge with 3.3
2013-08-03 20:12:45 +02:00
Martin v. Löwis
78fa5e38a9
Issue #16067 : Add description into MSI file to replace installer's temporary name.
2013-08-03 20:09:42 +02:00
Martin v. Löwis
5284f80268
Issue #18569 : The installer now adds .py to the PATHEXT variable
...
when extensions are registered. Patch by Paul Moore.
2013-08-01 18:31:06 +02:00
Martin v. Löwis
85a4847f07
Add UUID for 3.4.
2013-08-01 17:34:42 +02:00
Terry Jan Reedy
dd61f8f389
Merge with 3.3: Issue #17047 : removed doubled words in Doc/*,
...
Mac/*, and Tool/* found by Serhiy Storchaka and Matthew Barnett
2013-03-11 17:27:28 -04:00
Terry Jan Reedy
caeb6bea9b
Merge with 3.2: Issue #17047 : removed doubled words in Doc/*,
...
Mac/*, and Tool/* found by Serhiy Storchaka and Matthew Barnett
2013-03-11 17:26:33 -04:00
Terry Jan Reedy
65e69b3718
Issue #17047 : removed doubled words in Doc/*, Mac/*, and Tool/*
...
found by Serhiy Storchaka and Matthew Barnett
2013-03-11 17:23:46 -04:00
Ezio Melotti
3a62e45b97
Merge typo fixes from 3.3.
2013-01-27 06:20:51 +02:00
Ezio Melotti
3f5db3940f
Fix a few typos and a double semicolon. Patch by Eitan Adler.
2013-01-27 06:20:14 +02:00
Brian Curtin
445ad997ab
Fix #14470 . Remove w9xpopen per PEP 11.
...
As stated in PEP 11, 3.4 removes code on Windows platforms where
COMSPEC points to command.com. The w9xpopen project in Visual Studio
was added to support that case, and there was a special case in subprocess
to cover that situation. This change removes the w9xpopen project from
the Visual Studio solution and removes any references to the w9xpopen
executable.
2012-12-23 16:53:21 -06:00
Andrew Svetlov
6b2cbeba58
Issue #16421 : allow to load multiple modules from the same shared object.
...
Patch by Václav Šmilauer.
2012-12-14 17:04:59 +02:00
Vinay Sajip
d94a502cb0
Issue #16340 : Merged fix from 3.3.
2012-10-28 09:11:48 +00:00
Vinay Sajip
65e2bef4f0
Issue #16340 : exclude venv/scripts from byte-compilation at installation time on Windows.
2012-10-28 09:11:00 +00:00
Christian Heimes
efb15993f8
Add _sha3.pyd to list of extension modules for MSI
2012-10-22 17:01:13 +02:00
Martin v. Löwis
77cc86f873
Ajdust path to launcher for non-PGO-builds
2012-09-29 13:08:41 +02:00
Martin v. Löwis
5951ec0fdd
Pick up 32-bit launcher from PGO directory on 64-bit PGO build.
2012-08-24 16:06:10 +02:00
Martin v. Löwis
2b9df89ff1
Don't package removed pysetup3 anymore.
2012-07-10 07:04:33 +02:00
Brian Curtin
fafd9eeef0
Revert unintended change in 973b4806f760
2012-06-22 21:40:52 -05:00
Brian Curtin
e3f3940fc3
file was the old arg name from an earlier patch. command matches the implementation
2012-06-22 21:14:34 -05:00
Martin v. Löwis
8559b3cecf
Build and bundle the 32-bit launcher in all configurations.
2012-06-21 18:24:32 +02:00
Martin v. Löwis
7dae234e78
Package the launcher.
2012-06-21 17:36:05 +02:00
Martin v. Löwis
4b10e1978c
VS 2010 has the AMD64 redist files in VC\redist\x64.
2012-05-31 21:58:21 +02:00
Vinay Sajip
7ded1f0f69
Implemented PEP 405 (Python virtual environments).
2012-05-26 03:45:29 +01:00
Brian Curtin
401f9f3d32
Fix #13210 . Port the Windows build from VS2008 to VS2010.
2012-05-13 11:19:23 -05:00
Martin v. Löwis
bd31db6f79
Include micro version even if it is 0.
2012-05-01 16:37:44 +02:00
Brian Curtin
790a9b4c19
Add a missing close paren
2012-04-25 23:38:05 -05:00
Brian Curtin
ae7758457f
Fix #3561 . Add an option to place the Python installation into the Windows Path environment variable.
2012-04-25 08:12:37 -05:00
Georg Brandl
a51497ab86
Merge 3.2.3 release clone.
2012-04-11 12:46:24 +02:00
Martin v. Löwis
8dbbae990c
Add _decimal and _testbuffer modules.
2012-04-01 19:55:48 +02:00
Martin v. Löwis
a7f6b14fa6
Add 3.2.3rc2 uuid.
2012-03-18 20:39:19 +01:00
Martin v. Löwis
0119e4753e
Remove uuids, as they are now computed.
2012-03-06 17:54:06 +01:00
Martin v. Löwis
41add01317
Use hg manifest to compute list of library files to include.
2012-03-06 17:53:12 +01:00
Martin v. Löwis
f2f592d1b9
Generate product code UUID from download URL.
2012-03-04 19:48:25 +01:00
Martin v. Löwis
3d4809f464
Package mime.types
2012-02-25 10:40:13 +01:00
Martin v. Löwis
6ca5a4d49f
Issue #12406 : Update list of files.
2012-02-21 19:54:26 +01:00
Martin v. Löwis
61f996b26a
Issue #12406 : prevent case where shortened name could conflict with short name.
2012-02-21 18:49:10 +01:00
Martin v. Löwis
dc4170c5bc
merge 2.6
2012-02-21 18:07:58 +01:00
Martin v. Löwis
dbd3f6173a
Issue #6807 : Run msisupport.mak earlier.
2012-02-21 18:06:22 +01:00
Martin v. Löwis
f9caee9ab4
merge 3.2
2012-02-21 17:26:10 +01:00
Martin v. Löwis
26bb3cf7cd
Issue #10580 : Minor grammar change in Windows installer.
2012-02-21 17:23:55 +01:00
Martin v. Löwis
2c2d2aedd5
Merge with 3.2
2011-09-05 00:17:49 +02:00
Martin v. Löwis
73abc24345
Add 3.2.2 and 3.2.3 UUIDs.
2011-09-05 00:14:09 +02:00
Vinay Sajip
4334d740ed
Issue #12406 : Added upates for packaging's .exe files, command_template, and sysconfig.cfg.
2011-07-03 10:35:41 +01:00
R David Murray
6a73845082
#11781 : update windows build script to account for move of email tests
2011-06-18 11:45:59 -04:00
Éric Araujo
9f0df8bdb8
Remove wsgiref.egg-info from msi.py (follow-up to d615eb7bce33, #12218 )
2011-06-06 17:08:41 +02:00
Martin v. Löwis
e8583e94e6
Drop old UUIDs.
2011-06-05 20:43:30 +02:00
Martin v. Löwis
63660ce214
merge:Do not add txt files twice
2011-06-05 19:42:21 +02:00
Martin v. Löwis
4c226dac02
Do not add txt files twice.
2011-06-05 10:55:57 +02:00
Victor Stinner
5b3265906f
(Merge 3.1) Issue #12057 : Add cjkencodings directory to the Makefile and
...
Tools/msi/msi.py
2011-05-25 01:15:59 +02:00
Victor Stinner
46f8264b8e
Issue #12057 : Add cjkencodings directory to the Makefile and Tools/msi/msi.py
2011-05-25 01:13:59 +02:00
Martin v. Loewis
b042a3ac0c
Add 3.2.1rc2 uuid.
2011-05-22 12:59:35 +02:00
Martin v. Löwis
41972316f5
Add 3.2.1 UUIDs
2011-05-16 07:56:32 +02:00
Ezio Melotti
4969f709cc
#11515 : Merge with 3.1.
2011-03-15 05:59:46 +02:00
Ezio Melotti
42da663e6f
#11515 : fix several typos. Patch by Piotr Kasprzyk.
2011-03-15 05:18:48 +02:00
Georg Brandl
5537d298ea
Add updated .hgeol file and fix newlines in the 3.1 branch.
2011-03-05 15:10:38 +01:00
Martin v. Löwis
dafdd7f8ca
Add uuid for 3.2rc3.
2011-02-11 20:44:40 +00:00
Martin v. Löwis
678fa9f5a9
Package zip_cp437_header.zip.
...
Don't try to package subprocessdata/*.py twice.
2011-01-15 19:43:18 +00:00
Gregory P. Smith
51ee270876
issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from
...
the C code, using pipe2() when available. Adds unittests for close_fds and
cloexec behaviors.
2010-12-13 07:59:39 +00:00
Martin v. Löwis
d53ee5dd12
Automate build for python3.dll.
...
Package missing files.
2010-12-05 23:07:58 +00:00
Brian Curtin
f213d2317c
Backport the distutils part of r83399 to fix #7645 .
2010-11-22 02:04:33 +00:00
Martin v. Löwis
3a72b250eb
Merged revisions 84339,84487 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84339 | martin.v.loewis | 2010-08-28 15:40:10 +0200 (Sa, 28 Aug 2010) | 1 line
Stop packaging versioncheck.
........
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:13:49 +00:00
Martin v. Löwis
e0bf419ae7
Add UUID for 3.2a4
2010-11-12 17:20:02 +00:00
Éric Araujo
71f8c65b66
Remove traces of setuptools ( #10341 )
2010-11-06 16:06:37 +00:00
Martin v. Löwis
acc62be8aa
Add 3.1.3 UUIDs.
2010-10-25 19:58:42 +00:00
Martin v. Löwis
e9a4de51ab
Drop cabarc artifact.
2010-09-04 22:12:46 +00:00
Martin v. Löwis
a5e3109154
Issue #1303434 : Include PDBs in release.
...
Patch by James Lee and Daniel Stutzbach.
2010-09-04 14:38:09 +00:00
Martin v. Löwis
a62074883b
Stop packaging versioncheck.
2010-08-28 13:40:10 +00:00
Martin v. Löwis
49561ada3e
Replace cabarc with FCICreate.
2010-08-28 13:39:09 +00:00
Martin v. Löwis
2e3d539ce2
Change pyc removal to support __pycache__.
2010-08-06 10:43:31 +00:00
Martin v. Löwis
797721b146
Add various missing files.
...
Improve detection of unpackaged files.
2010-08-03 18:35:55 +00:00
Georg Brandl
8708e38597
Package some new files that are needed for running the test suite from the MSI package.
2010-08-01 09:17:53 +00:00
Martin v. Löwis
5542cb01a0
Drop webchecker and BerkeleyDB license.
2010-07-31 18:59:20 +00:00
Georg Brandl
85420413f8
From Martin: New UUIDs for the 3.2 release series.
2010-07-31 12:06:51 +00:00
Antoine Pitrou
7f14f0d8a0
Recorded merge of revisions 81032 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r81032 | antoine.pitrou | 2010-05-09 17:52:27 +0200 (dim., 09 mai 2010) | 9 lines
Recorded merge of revisions 81029 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines
Untabify C files. Will watch buildbots.
........
................
2010-05-09 16:14:21 +00:00
Antoine Pitrou
f95a1b3c53
Recorded merge of revisions 81029 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines
Untabify C files. Will watch buildbots.
........
2010-05-09 15:52:27 +00:00
Martin v. Löwis
e96ac3a33a
Merged revisions 78991-78992,78994 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r78991 | martin.v.loewis | 2010-03-16 12:03:13 +0100 (Di, 16 Mär 2010) | 9 lines
Merged revisions 78976 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78976 | martin.v.loewis | 2010-03-15 14:00:17 +0100 (Mo, 15 Mär 2010) | 1 line
Issue #6716 : Quote -x arguments of compileall in MSI installer.
........
................
r78992 | martin.v.loewis | 2010-03-16 14:19:21 +0100 (Di, 16 Mär 2010) | 2 lines
Issue #6716/2: Backslash-replace error output in compilall.
................
r78994 | martin.v.loewis | 2010-03-16 17:19:47 +0100 (Di, 16 Mär 2010) | 1 line
Issue #6716/3: Exclude 2to3 tests from compileall.
................
2010-03-21 22:02:42 +00:00
Martin v. Löwis
0077b65a9e
Merged revisions 78996 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78996 | martin.v.loewis | 2010-03-16 19:49:28 +0100 (Di, 16 Mär 2010) | 1 line
Integrate merge.py into msi.py.
........
2010-03-16 18:53:33 +00:00
Martin v. Löwis
4ad70df5e7
Issue #6716/3: Exclude 2to3 tests from compileall.
2010-03-16 16:19:47 +00:00
Martin v. Löwis
b4f4e72f07
Add UUID for 3.2 DLL.
2010-03-16 14:16:09 +00:00
Martin v. Löwis
09c86afb1e
Merged revisions 78976 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78976 | martin.v.loewis | 2010-03-15 14:00:17 +0100 (Mo, 15 Mär 2010) | 1 line
Issue #6716 : Quote -x arguments of compileall in MSI installer.
........
2010-03-16 11:03:13 +00:00
Florent Xicluna
f15351d938
Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78838 | florent.xicluna | 2010-03-11 15:36:19 +0100 (jeu, 11 mar 2010) | 2 lines
Issue #6472 : The xml.etree package is updated to ElementTree 1.3. The cElementTree module is updated too.
........
r78839 | florent.xicluna | 2010-03-11 16:55:11 +0100 (jeu, 11 mar 2010) | 2 lines
Fix repr of tree Element on windows.
........
r78917 | florent.xicluna | 2010-03-13 12:18:49 +0100 (sam, 13 mar 2010) | 2 lines
Move the xml test data to their own directory.
........
r78919 | florent.xicluna | 2010-03-13 13:41:48 +0100 (sam, 13 mar 2010) | 2 lines
Do not chdir when running test_xml_etree, and enhance the findfile helper.
........
r78934 | florent.xicluna | 2010-03-13 18:56:19 +0100 (sam, 13 mar 2010) | 2 lines
Update some parts of the xml.etree documentation.
........
r78937 | florent.xicluna | 2010-03-13 21:30:15 +0100 (sam, 13 mar 2010) | 3 lines
Add the keyword argument "method=None" to the .write() method and the tostring/tostringlist functions.
Update the function, class and method signatures, according to the new convention.
........
2010-03-13 23:24:31 +00:00
Martin v. Löwis
6512eb5794
Merged revisions 78932 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78932 | martin.v.loewis | 2010-03-13 18:53:02 +0100 (Sa, 13 Mär 2010) | 2 lines
Add 2.6 uuids.
........
2010-03-13 17:55:57 +00:00
Benjamin Peterson
75ad1fc089
Merged revisions 78806 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78806 | benjamin.peterson | 2010-03-08 16:15:11 -0600 (Mon, 08 Mar 2010) | 1 line
set svn:eol-style on various files
........
2010-03-08 22:17:58 +00:00
Martin v. Löwis
b31f30271e
Merged revisions 76692 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76692 | martin.v.loewis | 2009-12-06 19:27:29 +0100 (So, 06 Dez 2009) | 2 lines
Add UUIDs for 2.7. Drop UUIDs for 2.4.
........
2009-12-06 18:34:14 +00:00
Martin v. Löwis
a01bd62f48
Merged revisions 73607 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r73607 | martin.v.loewis | 2009-06-28 14:28:29 +0200 (So, 28 Jun 2009) | 9 lines
Merged revisions 73606 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73606 | martin.v.loewis | 2009-06-28 14:24:23 +0200 (So, 28 Jun 2009) | 2 lines
Fix types in logic to compute help file name.
........
................
2009-06-28 12:29:40 +00:00
Martin v. Löwis
db7b5704be
Merged revisions 73606 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73606 | martin.v.loewis | 2009-06-28 14:24:23 +0200 (So, 28 Jun 2009) | 2 lines
Fix types in logic to compute help file name.
........
2009-06-28 12:28:29 +00:00
Martin v. Löwis
9d49c1d186
Merged revisions 73600 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r73600 | martin.v.loewis | 2009-06-28 11:36:14 +0200 (So, 28 Jun 2009) | 10 lines
Merged revisions 73598 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73598 | martin.v.loewis | 2009-06-28 11:32:39 +0200 (So, 28 Jun 2009) | 3 lines
Issue 5390: Add uninstall icon independent of whether file
extensions are installed.
........
................
2009-06-28 09:40:34 +00:00
Martin v. Löwis
95c4601870
Merged revisions 73598 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73598 | martin.v.loewis | 2009-06-28 11:32:39 +0200 (So, 28 Jun 2009) | 3 lines
Issue 5390: Add uninstall icon independent of whether file
extensions are installed.
........
2009-06-28 09:36:14 +00:00
Martin v. Löwis
0491d78a9e
Merged revisions 73590 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r73590 | martin.v.loewis | 2009-06-28 00:51:58 +0200 (So, 28 Jun 2009) | 2 lines
Add uuids for 3.1.[12](rc1|final).
........
2009-06-27 22:54:20 +00:00
Martin v. Löwis
095386ef13
Add uuids for 3.1.[12](rc1|final).
2009-06-27 22:51:58 +00:00
Benjamin Peterson
b48f63433e
Merged revisions 73415,73417-73418 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73415 | benjamin.peterson | 2009-06-13 09:25:08 -0500 (Sat, 13 Jun 2009) | 1 line
use 'rc' for release candidates for consistency
........
r73417 | benjamin.peterson | 2009-06-13 10:42:23 -0500 (Sat, 13 Jun 2009) | 1 line
special case release candidates
........
r73418 | benjamin.peterson | 2009-06-13 10:48:04 -0500 (Sat, 13 Jun 2009) | 1 line
handle different rc format
........
2009-06-22 19:36:31 +00:00
Martin v. Löwis
bb6db3494c
Merged revisions 73101 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73101 | martin.v.loewis | 2009-06-01 06:10:03 +0200 (Mo, 01 Jun 2009) | 2 lines
Issue #6158 : package Sine-1000Hz-300ms.aif.
........
2009-06-01 04:12:01 +00:00
Martin v. Löwis
438a43a72f
Fix typo.
2009-05-31 07:46:11 +00:00
Martin v. Löwis
c679fd8efc
Merged revisions 72361 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72361 | martin.v.loewis | 2009-05-06 00:13:01 +0200 (Mi, 06 Mai 2009) | 2 lines
Issue #5721 : don't package Lib/test/README anymore.
........
2009-05-05 22:14:50 +00:00
Martin v. Löwis
8482ef9722
Merged revisions 72335 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72335 | martin.v.loewis | 2009-05-05 18:10:16 +0200 (Di, 05 Mai 2009) | 2 lines
Issue #5847 : Remove -n switch on "Edit with IDLE" menu item.
........
2009-05-05 16:14:30 +00:00
Georg Brandl
fdb12a3fac
Revert 3k change to msilib, which is executed with Python 2.x.
2009-04-07 21:27:29 +00:00
Martin v. Löwis
d26b7af62a
Add uuids for 3.1
2009-04-06 21:16:46 +00:00
Martin v. Löwis
270a9ceb5b
Merged revisions 71179 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71179 | martin.v.loewis | 2009-04-04 20:44:44 +0200 (Sa, 04 Apr 2009) | 2 lines
Issue #5470 : Package zipdir.zip.
........
2009-04-04 18:48:39 +00:00
Georg Brandl
4ed72acd68
#5624 : _winreg is winreg in Python 3.
2009-04-01 04:28:33 +00:00
Benjamin Peterson
247a9b87bd
Merged revisions 69415,69591,69593 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69415 | benjamin.peterson | 2009-02-07 13:08:22 -0600 (Sat, 07 Feb 2009) | 1 line
make destinsrc private
........
r69591 | martin.v.loewis | 2009-02-13 14:26:16 -0600 (Fri, 13 Feb 2009) | 1 line
Update Tix build procedure.
........
r69593 | martin.v.loewis | 2009-02-13 14:51:48 -0600 (Fri, 13 Feb 2009) | 1 line
Add optional code signing after merging.
........
2009-02-20 04:09:19 +00:00
Martin v. Löwis
9033dcb1ba
Fix typos in version numbers.
2009-02-13 20:27:39 +00:00
Amaury Forgeot d'Arc
3d891b66e6
Merged revisions 67859 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r67859 | amaury.forgeotdarc | 2008-12-19 23:56:48 +0100 (ven., 19 déc. 2008) | 4 lines
#4700 : crtlicense.txt is displayed by the license() command and should be kept ascii-only.
Will port to 3.0
........
2008-12-19 22:58:37 +00:00
Martin v. Löwis
a872787f5f
Add UUIDs for 3.0.1 and 3.0.2.
2008-12-08 11:23:22 +00:00
Martin v. Löwis
a116cf0c6f
Merged revisions 67658-67659 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r67658 | martin.v.loewis | 2008-12-08 12:14:57 +0100 (Mo, 08 Dez 2008) | 1 line
Add UUIDs for 2.6.1 and 2.6.2.
........
r67659 | martin.v.loewis | 2008-12-08 12:15:35 +0100 (Mo, 08 Dez 2008) | 1 line
Consider micro version for name of CHM file.
........
2008-12-08 11:19:42 +00:00
Martin v. Löwis
45a6b9f7e5
Merged revisions 67449 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r67449 | martin.v.loewis | 2008-11-30 12:08:26 +0100 (So, 30 Nov 2008) | 3 lines
Issue #4389 : Add icon to the uninstall entry in
"add-and-remove-programs".
........
2008-11-30 11:12:00 +00:00
Martin v. Löwis
7396a08647
Add 3.0rc3 UUID.
2008-11-22 16:13:41 +00:00
Martin v. Löwis
a632a75a3e
Merged revisions 67283 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r67283 | martin.v.loewis | 2008-11-19 14:51:44 +0100 (Mi, 19 Nov 2008) | 1 line
Issue #4289 : Remove Cancel button from AdvancedDlg.
........
2008-11-19 13:55:07 +00:00
Martin v. Löwis
bfda544767
Merged revisions 67149 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r67149 | martin.v.loewis | 2008-11-07 19:51:50 +0100 (Fr, 07 Nov 2008) | 1 line
Issue #1656675 : Register a drop handler for .py* files on Windows.
........
2008-11-07 18:54:51 +00:00
Martin v. Löwis
9184556668
Merged revisions 67125 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r67125 | martin.v.loewis | 2008-11-06 20:46:03 +0100 (Do, 06 Nov 2008) | 2 lines
Stop including fake manifest file in DLLs directory.
........
2008-11-06 19:46:56 +00:00
Martin v. Löwis
c820eaf347
Merged revisions 66958 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r66958 | martin.v.loewis | 2008-10-17 15:43:01 +0200 (Fr, 17 Okt 2008) | 1 line
Issue #4091 : Install pythonxy.dll in system32 again.
........
2008-10-17 13:47:20 +00:00
Martin v. Löwis
f63921f9d0
Merged revisions 66881 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r66881 | martin.v.loewis | 2008-10-13 13:23:35 +0200 (Mo, 13 Okt 2008) | 2 lines
Issue #4018 : Disable "for me" installations on Vista.
........
2008-10-13 11:30:30 +00:00
Martin v. Löwis
5771c55366
Add UUID for 3.0b4.
2008-10-02 20:10:40 +00:00
Martin v. Löwis
fc972498d7
Add UUID for 3.1.
2008-10-02 20:09:47 +00:00
Martin v. Löwis
7a63fc4d21
Merged revisions 66752 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r66752 | martin.v.loewis | 2008-10-02 22:04:47 +0200 (Do, 02 Okt 2008) | 2 lines
Add UUID for 2.7.
........
2008-10-02 20:09:01 +00:00
Martin v. Löwis
f7cef62419
Merged revisions 66722 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r66722 | martin.v.loewis | 2008-10-02 13:44:17 +0200 (Do, 02 Okt 2008) | 1 line
Use CRT 9 policy files.
........
2008-10-02 11:46:09 +00:00
Martin v. Löwis
fe21884a60
Merged revisions 66710 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r66710 | martin.v.loewis | 2008-10-01 13:19:50 +0200 (Mi, 01 Okt 2008) | 2 lines
Bug #3989 : Package the 2to3 script (as 2to3.py) in the Windows
installer.
........
2008-10-01 11:22:32 +00:00
Martin v. Löwis
8a2e90e5e7
Merged revisions 66516 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r66516 | martin.v.loewis | 2008-09-19 21:20:03 +0200 (Fr, 19 Sep 2008) | 1 line
Use AMD64 version of CRT in just-for-me installations for Win64 installers.
........
2008-09-19 19:21:20 +00:00
Martin v. Löwis
df014bf604
Merged revisions 66514 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r66514 | martin.v.loewis | 2008-09-19 17:21:07 +0200 (Fr, 19 Sep 2008) | 2 lines
Bug #3887 : Package x64 version of CRT for AMD64
Windows binaries.
........
2008-09-19 15:24:28 +00:00
Martin v. Löwis
4e80cdd739
Merged revisions 66463 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r66463 | martin.v.loewis | 2008-09-15 03:30:21 +0200 (Mo, 15 Sep 2008) | 2 lines
Fix grammar.
........
2008-09-15 01:31:40 +00:00
Martin v. Löwis
b29f2d7101
Merged revisions 66460-66461 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r66460 | martin.v.loewis | 2008-09-14 22:22:39 +0200 (So, 14 Sep 2008) | 1 line
Issue #3617 : Include a licensing statement regarding the Microsoft C runtime in the Windows installer.
........
r66461 | martin.v.loewis | 2008-09-14 22:25:40 +0200 (So, 14 Sep 2008) | 1 line
Set eol-style to native.
........
2008-09-14 20:27:52 +00:00
Martin v. Löwis
e40a21376a
Merged revisions 66441 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r66441 | martin.v.loewis | 2008-09-13 10:36:22 +0200 (Sa, 13 Sep 2008) | 1 line
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:37:17 +00:00
Martin v. Löwis
f27f8a139d
Merged revisions 66439 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r66439 | martin.v.loewis | 2008-09-13 10:11:57 +0200 (Sa, 13 Sep 2008) | 1 line
Issue #3833 : Use a different upgrade code for Win64 installers.
........
2008-09-13 08:14:01 +00:00
Amaury Forgeot d'Arc
f7bfcfbb68
#3791 : Remove bsddb from the Windows msi installer,
...
And do not compile the core bsddb library.
Reviewed by Martin von Loewis.
2008-09-09 06:42:00 +00:00