1. 774ac37 Closes #17202: Merge with 3.4 by Zachary Ware · 9 years ago
  2. 7b8c5f5 Updates Windows release scripts to generate and upload GPG signatures. by Steve Dower · 9 years ago
  3. 4891997 Missing brace and minor formatting in Windows installer by Steve Dower · 9 years ago
  4. c98290b Fixes UI labels and ability to add/remove features. by Steve Dower · 9 years ago
  5. 102f72c Adds pydoc shortcut, Edit with IDLE menu, moves redist folder into externals and fixes test script. by Steve Dower · 9 years ago
  6. e9ae834 Update Wix version and fixes wxs file. by Steve Dower · 9 years ago
  7. cc4dfc1 Issue #23491: Implement PEP 441: Improving Python Zip Application Support by Brett Cannon · 9 years ago
  8. 3d3aaa1 Adds note about installed debug binaries. by Steve Dower · 9 years ago
  9. 8011382 Issue #23619: Ensure C variable is initialized before using it. by Steve Dower · 9 years ago
  10. c49de35 Issue #23612: Fixes upgrade code and version for Windows installer. by Steve Dower · 9 years ago
  11. 1872f93 Minor updates to Windows installer upload script. by Steve Dower · 9 years ago
  12. 2856332 Add scripts for uploading Windows builds to a Linux server using pscp by Steve Dower · 9 years ago
  13. e4969f5 Updates CRT installation for Windows installer. by Steve Dower · 9 years ago
  14. e7b9267 Removes unused string resources from Windows installer. by Steve Dower · 9 years ago
  15. 3892189 Closes #23482: sqlite3_d.dll is not included in installer by Steve Dower · 9 years ago
  16. cc115ee Simplify MSI projects. by Steve Dower · 9 years ago
  17. db80aec Fix installer Back button going to wrong page when modifying. by Steve Dower · 9 years ago
  18. 312cef0 Improve Windows release scripts by Steve Dower · 9 years ago
  19. 5056455 Adds automated test script for the Windows installer and fixes download URL by Steve Dower · 9 years ago
  20. 3468a06 Fix download URL embedded in Windows installer. by Steve Dower · 9 years ago
  21. 268f3de Require Mercurial on PATH when building a Windows release. by Steve Dower · 9 years ago
  22. bb24087 Issue #23260: Update Windows installer by Steve Dower · 9 years ago
  23. 3a43dbf Drop pydocgui.pyw from the distribution (post-merge merge from 165aa40bfe2e) by Steve Dower · 10 years ago
  24. 77143db Issue #10747: Merge with 3.4 by Martin v. Löwis · 10 years ago
  25. cd95e18 Issue #10747: Use versioned labels in the Windows start menu. by Martin v. Löwis · 10 years ago
  26. 39abba4 Issue #17896: Update msi.py to new externals dir. by Martin v. Löwis · 9 years ago
  27. e796b9e Drop pydocgui.pyw from the distribution. by Martin v. Löwis · 10 years ago
  28. 0f4acc1 Issue #9765: Adjust where Tools/msi/msi.py looks for Tcl/Tk license terms. by Zachary Ware · 10 years ago
  29. 0c3ea09 Issue #14512: Launch pydoc -b instead of pydocgui.pyw on Windows. by Martin v. Löwis · 10 years ago
  30. 2b4b377 Issue #14512: Launch pydoc -b instead of pydocgui.pyw on Windows. by Martin v. Löwis · 10 years ago
  31. 582538b Issue #20748: Uninstalling pip does not leave behind the pyc of by Martin v. Löwis · 10 years ago
  32. 5e6faf7 Issue #20748: Uninstalling pip does not leave behind the pyc of by Martin v. Löwis · 10 years ago
  33. 75512c4 Issue #20568: Fix typo in pip option. by Martin v. Löwis · 10 years ago
  34. ceb0467 Issue #20568: Fix typo in pip option. by Martin v. Löwis · 10 years ago
  35. 07d843a Close #20568: install unversioned pip command on Windows by Nick Coghlan · 10 years ago
  36. f808df3 Close #20568: install unversioned pip command on Windows by Nick Coghlan · 10 years ago
  37. 1db0eac Issue #20641: Run custom actions with the NoImpersonate flag to support UAC. by Martin v. Löwis · 10 years ago
  38. 7850541 Issue #20641: Run custom actions with the NoImpersonate flag to support UAC. by Martin v. Löwis · 10 years ago
  39. 24e4330 * Issue #16113: Remove sha3 module again. by Martin v. Löwis · 11 years ago
  40. c70d4f4 Issue #19728: Enable pip installation by default on Windows. by Martin v. Löwis · 11 years ago
  41. 3ed82c5 Package _overlapped. by Martin v. Löwis · 11 years ago
  42. dd7436c Issue #19550: Implement Windows installer changes of PEP 453 (ensurepip). by Martin v. Löwis · 11 years ago
  43. d640fe2 #18803: merge with 3.3. by Ezio Melotti · 11 years ago
  44. 7c4a7e6 #18803: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  45. d87c3d3 Issue #16067: Merge with 3.3 by Martin v. Löwis · 11 years ago
  46. 78fa5e3 Issue #16067: Add description into MSI file to replace installer's temporary name. by Martin v. Löwis · 11 years ago
  47. 5284f80 Issue #18569: The installer now adds .py to the PATHEXT variable by Martin v. Löwis · 11 years ago
  48. 85a4847 Add UUID for 3.4. by Martin v. Löwis · 11 years ago
  49. dd61f8f Merge with 3.3: Issue #17047: removed doubled words in Doc/*, by Terry Jan Reedy · 11 years ago
  50. caeb6be Merge with 3.2: Issue #17047: removed doubled words in Doc/*, by Terry Jan Reedy · 11 years ago
  51. 65e69b3 Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* by Terry Jan Reedy · 11 years ago
  52. 3a62e45 Merge typo fixes from 3.3. by Ezio Melotti · 11 years ago
  53. 3f5db39 Fix a few typos and a double semicolon. Patch by Eitan Adler. by Ezio Melotti · 11 years ago
  54. 445ad99 Fix #14470. Remove w9xpopen per PEP 11. by Brian Curtin · 12 years ago
  55. 6b2cbeb Issue #16421: allow to load multiple modules from the same shared object. by Andrew Svetlov · 12 years ago
  56. d94a502 Issue #16340: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  57. 65e2bef Issue #16340: exclude venv/scripts from byte-compilation at installation time on Windows. by Vinay Sajip · 12 years ago
  58. efb1599 Add _sha3.pyd to list of extension modules for MSI by Christian Heimes · 12 years ago
  59. 77cc86f Ajdust path to launcher for non-PGO-builds by Martin v. Löwis · 12 years ago
  60. 5951ec0 Pick up 32-bit launcher from PGO directory on 64-bit PGO build. by Martin v. Löwis · 12 years ago
  61. 2b9df89 Don't package removed pysetup3 anymore. by Martin v. Löwis · 12 years ago
  62. fafd9ee Revert unintended change in 973b4806f760 by Brian Curtin · 12 years ago
  63. e3f3940 file was the old arg name from an earlier patch. command matches the implementation by Brian Curtin · 12 years ago
  64. 8559b3c Build and bundle the 32-bit launcher in all configurations. by Martin v. Löwis · 12 years ago
  65. 7dae234 Package the launcher. by Martin v. Löwis · 12 years ago
  66. 4b10e19 VS 2010 has the AMD64 redist files in VC\redist\x64. by Martin v. Löwis · 12 years ago
  67. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  68. 401f9f3 Fix #13210. Port the Windows build from VS2008 to VS2010. by Brian Curtin · 12 years ago
  69. bd31db6 Include micro version even if it is 0. by Martin v. Löwis · 12 years ago
  70. 790a9b4 Add a missing close paren by Brian Curtin · 12 years ago
  71. ae77584 Fix #3561. Add an option to place the Python installation into the Windows Path environment variable. by Brian Curtin · 12 years ago
  72. a51497a Merge 3.2.3 release clone. by Georg Brandl · 12 years ago
  73. 8dbbae9 Add _decimal and _testbuffer modules. by Martin v. Löwis · 12 years ago
  74. a7f6b14 Add 3.2.3rc2 uuid. by Martin v. Löwis · 12 years ago
  75. 0119e47 Remove uuids, as they are now computed. by Martin v. Löwis · 12 years ago
  76. 41add01 Use hg manifest to compute list of library files to include. by Martin v. Löwis · 12 years ago
  77. f2f592d Generate product code UUID from download URL. by Martin v. Löwis · 12 years ago
  78. 3d4809f Package mime.types by Martin v. Löwis · 12 years ago
  79. 6ca5a4d Issue #12406: Update list of files. by Martin v. Löwis · 12 years ago
  80. 61f996b Issue #12406: prevent case where shortened name could conflict with short name. by Martin v. Löwis · 12 years ago
  81. dc4170c merge 2.6 by Martin v. Löwis · 12 years ago
  82. dbd3f61 Issue #6807: Run msisupport.mak earlier. by Martin v. Löwis · 12 years ago
  83. f9caee9 merge 3.2 by Martin v. Löwis · 12 years ago
  84. 26bb3cf Issue #10580: Minor grammar change in Windows installer. by Martin v. Löwis · 12 years ago
  85. 2c2d2ae Merge with 3.2 by Martin v. Löwis · 13 years ago
  86. 73abc24 Add 3.2.2 and 3.2.3 UUIDs. by Martin v. Löwis · 13 years ago
  87. 4334d74 Issue #12406: Added upates for packaging's .exe files, command_template, and sysconfig.cfg. by Vinay Sajip · 13 years ago
  88. 6a73845 #11781: update windows build script to account for move of email tests by R David Murray · 13 years ago
  89. 9f0df8b Remove wsgiref.egg-info from msi.py (follow-up to d615eb7bce33, #12218) by Éric Araujo · 13 years ago
  90. e8583e9 Drop old UUIDs. by Martin v. Löwis · 13 years ago
  91. 63660ce merge:Do not add txt files twice by Martin v. Löwis · 13 years ago
  92. 4c226da Do not add txt files twice. by Martin v. Löwis · 13 years ago
  93. 5b32659 (Merge 3.1) Issue #12057: Add cjkencodings directory to the Makefile and by Victor Stinner · 13 years ago
  94. 46f8264 Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py by Victor Stinner · 13 years ago
  95. b042a3a Add 3.2.1rc2 uuid. by Martin v. Loewis · 13 years ago
  96. 4197231 Add 3.2.1 UUIDs by Martin v. Löwis · 13 years ago
  97. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  98. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  99. 5537d29 Add updated .hgeol file and fix newlines in the 3.1 branch. by Georg Brandl · 13 years ago
  100. dafdd7f Add uuid for 3.2rc3. by Martin v. Löwis · 13 years ago