Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #22850: Backport ensurepip Windows installer changes to 2.7 | Steve Dower | 2014-11-13 | 1 | -14/+33 |
| | |||||
* | #22398 Tools/msi enhancements for 2.7 | Steve Dower | 2014-09-12 | 2 | -13/+8 |
| | | | | | | Fix build_tkinter.py. Update msi.py to use environment vars and correct tcl/tk paths. Update msilib.py to generate short names for files with multiple dots in the name. | ||||
* | #21959: Adds 2.7.8 product code to Tools/msi/uuids.py | Steve Dower | 2014-07-11 | 1 | -0/+1 |
| | |||||
* | include test data in the windows installer, so tests don't fail (closes #19866) | Benjamin Peterson | 2014-05-18 | 1 | -0/+4 |
| | |||||
* | Issue #21476 Include idle icon files in Windows installer | Steve Dower | 2014-05-11 | 1 | -0/+1 |
| | |||||
* | Backport 4e9f1017355f from #3561. | Brian Curtin | 2014-05-10 | 1 | -3/+19 |
| | | | | | This brings the option to install Python on the Windows Path. Committed per Benjamin Peterson's approval on python-dev. | ||||
* | Add 2.7.7 uuids. | Martin v. Löwis | 2013-11-10 | 1 | -0/+2 |
| | |||||
* | #18803: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-25 | 1 | -1/+1 |
| | |||||
* | Issue #16067: Add description into MSI file to replace installer's temporary ↵ | Martin v. Löwis | 2013-08-03 | 1 | -1/+4 |
| | | | | name. | ||||
* | Add 2.7.6 uuids. | Martin v. Löwis | 2013-08-01 | 1 | -0/+2 |
| | |||||
* | Add 2.7.5 uuid | Martin v. Löwis | 2013-08-01 | 1 | -0/+1 |
| | |||||
* | Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 |
| | | | | found by Serhiy Storchaka and Matthew Barnett | ||||
* | Add 2.7.3rc2 uuid | Martin v. Löwis | 2012-03-18 | 1 | -0/+1 |
| | |||||
* | Add 2.7.3 and 2.7.4 UUIDs | Martin v. Löwis | 2012-02-25 | 1 | -0/+4 |
| | |||||
* | Issue #6807: Run msisupport.mak earlier. | Martin v. Löwis | 2012-02-21 | 1 | -2/+2 |
| | |||||
* | Issue #10580: Minor grammar change in Windows installer. | Martin v. Löwis | 2012-02-21 | 1 | -1/+1 |
| | |||||
* | Stop adding txt files twice. | Martin v. Löwis | 2011-06-05 | 1 | -2/+0 |
| | |||||
* | Add 2.7.2 UUIDs | Martin v. Löwis | 2011-06-05 | 1 | -0/+2 |
| | |||||
* | Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py | Victor Stinner | 2011-05-24 | 1 | -0/+2 |
| | |||||
* | Denote 3.3.0 as the last supported Windows 2000 release. | Brian Curtin | 2011-05-03 | 1 | -1/+1 |
| | | | | This corresponds with change b9390aa12855 to PEP-11. | ||||
* | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
| | |||||
* | Backport the distutils part of r83399 to fix #7645. | Brian Curtin | 2010-11-22 | 1 | -0/+2 |
| | |||||
* | Merged revisions 84487 via svnmerge from | Martin v. Löwis | 2010-11-14 | 1 | -1/+16 |
| | | | | | | | | | | | 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. ........ | ||||
* | Add 2.7.1 UUIDs. | Martin v. Löwis | 2010-10-25 | 1 | -0/+3 |
| | |||||
* | Display installer warning that Windows 2000 won't | Martin v. Löwis | 2010-06-04 | 1 | -3/+3 |
| | | | | be supported in future releases. | ||||
* | Untabify C files. Will watch buildbots. | Antoine Pitrou | 2010-05-09 | 1 | -56/+56 |
| | |||||
* | Integrate merge.py into msi.py. | Martin v. Löwis | 2010-03-16 | 2 | -87/+79 |
| | |||||
* | Issue #6716: Quote -x arguments of compileall in MSI installer. | Martin v. Löwis | 2010-03-15 | 1 | -1/+1 |
| | |||||
* | Add 2.6 uuids. | Martin v. Löwis | 2010-03-13 | 1 | -0/+8 |
| | |||||
* | Move the xml test data to their own directory. | Florent Xicluna | 2010-03-13 | 1 | -2/+3 |
| | |||||
* | set svn:eol-style on various files | Benjamin Peterson | 2010-03-08 | 1 | -84/+84 |
| | |||||
* | Add UUIDs for 2.7. Drop UUIDs for 2.4. | Martin v. Löwis | 2009-12-06 | 1 | -17/+9 |
| | |||||
* | Fix types in logic to compute help file name. | Martin v. Löwis | 2009-06-28 | 1 | -4/+4 |
| | |||||
* | Issue 5390: Add uninstall icon independent of whether file | Martin v. Löwis | 2009-06-28 | 1 | -1/+1 |
| | | | | extensions are installed. | ||||
* | handle different rc format | Benjamin Peterson | 2009-06-13 | 1 | -1/+4 |
| | |||||
* | Issue #6158: package Sine-1000Hz-300ms.aif. | Martin v. Löwis | 2009-06-01 | 1 | -0/+1 |
| | |||||
* | Issue #5721: don't package Lib/test/README anymore. | Martin v. Löwis | 2009-05-05 | 1 | -1/+0 |
| | |||||
* | Issue #5847: Remove -n switch on "Edit with IDLE" menu item. | Martin v. Löwis | 2009-05-05 | 1 | -2/+2 |
| | |||||
* | Issue #5470: Package zipdir.zip. | Martin v. Löwis | 2009-04-04 | 1 | -0/+1 |
| | |||||
* | Add optional code signing after merging. | Martin v. Löwis | 2009-02-13 | 1 | -0/+6 |
| | |||||
* | #4700: crtlicense.txt is displayed by the license() command and should be ↵ | Amaury Forgeot d'Arc | 2008-12-19 | 1 | -1/+1 |
| | | | | | | kept ascii-only. Will port to 3.0 | ||||
* | Consider micro version for name of CHM file. | Martin v. Löwis | 2008-12-08 | 1 | -0/+2 |
| | |||||
* | Add UUIDs for 2.6.1 and 2.6.2. | Martin v. Löwis | 2008-12-08 | 1 | -0/+3 |
| | |||||
* | Issue #4389: Add icon to the uninstall entry in | Martin v. Löwis | 2008-11-30 | 1 | -1/+4 |
| | | | | "add-and-remove-programs". | ||||
* | Issue #4289: Remove Cancel button from AdvancedDlg. | Martin v. Löwis | 2008-11-19 | 1 | -6/+3 |
| | |||||
* | Issue #1656675: Register a drop handler for .py* files on Windows. | Martin v. Löwis | 2008-11-07 | 1 | -0/+8 |
| | |||||
* | Stop including fake manifest file in DLLs directory. | Martin v. Löwis | 2008-11-06 | 1 | -4/+6 |
| | |||||
* | Issue #4091: Install pythonxy.dll in system32 again. | Martin v. Löwis | 2008-10-17 | 1 | -3/+1 |
| | |||||
* | Issue #4018: Disable "for me" installations on Vista. | Martin v. Löwis | 2008-10-13 | 1 | -3/+5 |
| | |||||
* | Add UUID for 2.7. | Martin v. Löwis | 2008-10-02 | 1 | -0/+1 |
| |