summaryrefslogtreecommitdiffstats
path: root/Tools/msi/msi.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 58053-58090 via svnmerge fromThomas Wouters2007-09-101-1/+1
* Bug #1737210: Change Manufacturer of Windows installer to PSF.Martin v. Löwis2007-09-011-1/+1
* Mark registry components as 64-bit on Win64.Martin v. Löwis2007-08-311-4/+6
* Bug #1746880: Correctly install DLLs into system32 folder on Win64.Martin v. Löwis2007-08-301-1/+1
* Port to Python 3.0.Martin v. Löwis2007-08-301-4/+5
* Convert raise statements in Tools/.Collin Winter2007-08-221-1/+1
* First merge from the trunk straight into the py3k branch. I'm notGuido van Rossum2007-08-161-0/+1
* Convert print statements to function calls in Tools/.Collin Winter2007-08-031-11/+11
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+9
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-1/+2
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-9/+9
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-4/+0
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-5/+5
* Merge trunk up to 45598.Thomas Wouters2006-04-211-1/+10
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-33/+18
* Add ctypes.Martin v. Löwis2006-03-101-0/+2
* Add _msi.pyd.Martin v. Löwis2006-03-051-0/+6
* Fix typoMartin v. Löwis2006-02-161-1/+1
* Add build support for AMD64.Martin v. Löwis2006-02-141-8/+7
* Make zlib builtin.Martin v. Löwis2006-01-031-9/+2
* Ignore .svn instead of CVS now.Martin v. Löwis2006-01-031-3/+3
* Add build support for _elementtree on Windows.Trent Mick2005-12-151-0/+1
* Whitespace normalization.Tim Peters2005-03-281-1/+1
* Reuse componentids for *.dll across minor releases.Martin v. Löwis2005-03-151-5/+32
* Add more UUIDs. Update custom actions for Itanium.Martin v. Löwis2005-03-141-2/+13
* Whitespace normalization.Tim Peters2005-01-071-1/+1
* Add more test directories to testsuite. Will backport to 2.4.Martin v. Löwis2004-12-301-1/+5
* Patch #1088716: build and incorporate libpython24.a. Backported to 2.4Martin v. Löwis2004-12-221-1/+51
* Properly quote IDLE shortcut. Will backport to 2.4.Martin v. Löwis2004-12-221-2/+2
* Replace VB with VC.Martin v. Löwis2004-12-121-38/+6
* Add all readme files in Tools.Martin v. Löwis2004-12-011-1/+2
* Include site-packages directory.Martin v. Löwis2004-11-211-0/+1
* Add missing have_tcl conditionsMartin v. Löwis2004-11-181-8/+15
* SF bug #1061457: spelling error in win installerRaymond Hettinger2004-11-071-1/+1
* Exclude badsyntax from compileall; adjust options to what Makefile.pre.in does.Martin v. Löwis2004-11-021-2/+3
* Fix lib-tk PythonPath.Martin v. Löwis2004-09-191-1/+1
* Whitespace normalization.Tim Peters2004-09-121-2/+2
* Do not include extpy[w].exe anymoreMartin v. Löwis2004-09-101-4/+0
* Change all extensions to unadvertised.Martin v. Löwis2004-09-101-42/+76
* Revert creation of launcher.exe.Martin v. Löwis2004-09-081-9/+11
* Implement conditional extensions through launcher.exe.Martin v. Löwis2004-09-071-21/+11
* Add test_difflib_expect.html.Martin v. Löwis2004-09-061-5/+6
* Conditionalize Tcl featureMartin v. Löwis2004-09-011-35/+57
* Pickup Tk from tcltk directory.Martin v. Löwis2004-08-301-5/+7
* Whitespace normalization.Tim Peters2004-08-261-26/+26
* Add acknowledgements to ExitDialog.Martin v. Löwis2004-08-221-1/+9
* Move msi from sandbox to Tools.Martin v. Löwis2004-08-221-0/+1077