1. bec2981 Keeps all-users launcher checkbox visible when the option cannot be changed. by Steve Dower · 9 years ago
  2. 8ffe4fd Only detects features from previous version when a bundle is found. by Steve Dower · 9 years ago
  3. b966981 Issue #25143: Improves installer error messages for unsupported platforms. by Steve Dower · 9 years ago
  4. 731f4a2 Issue #25163: Display correct directory in installer when using non-default settings. by Steve Dower · 9 years ago
  5. 5ae5691 Issue #25089: Adds logging to installer for case where launcher is not selected on upgrade. by Steve Dower · 9 years ago
  6. c9fda9b Issue #25165: Windows uninstallation should not remove launcher if other versions remain by Steve Dower · 9 years ago
  7. c4b7600 Improves support for building unofficial versions of the Windows installer. by Steve Dower · 9 years ago
  8. a2ea0e4 Issue #25102: Windows installer does not precompile for -O or -OO. by Steve Dower · 9 years ago
  9. 44fe401 Issue #25081: Makes Back button in installer go back to upgrade page when upgrading. by Steve Dower · 9 years ago
  10. 14b9e6c Issue #25126: Clarifies that the non-web installer will download some components. by Steve Dower · 9 years ago
  11. bc25032 Issue #25091: Increases font size of the installer. by Steve Dower · 9 years ago
  12. 2495faf Closes #25085 and #25086: Exclude distutils and test directories from embeddable distro. by Steve Dower · 9 years ago
  13. 6695c2e Merge from 3.5.0 by Steve Dower · 9 years ago
  14. 76b7133 Issue #25071: Windows installer should not require TargetDir parameter when installing quietly by Steve Dower · 9 years ago
  15. ae69de6 Fixes handling of read-only files when creating zip package. by Steve Dower · 9 years ago
  16. ded28e3 Merge Python 3.5.0rc4 back to hg.python.org. by Larry Hastings · 9 years ago
  17. fcbe1df Issue #25027: Reverts partial-static build options and adds vcruntime140.dll to Windows installation. by Steve Dower · 9 years ago
  18. f3f2d37 Issue #24910: Windows MSIs now have unique display names. by Steve Dower · 9 years ago
  19. ab2a34a Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk. by Steve Dower · 9 years ago
  20. 9f0cbbc Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk. by Steve Dower · 9 years ago
  21. e6894d6 Enables building compressed Windows test builds with --pack option. by Steve Dower · 9 years ago
  22. 9b8a1fa Issue #24847: Fixes tcltk installer layout of VC runtime DLL by Steve Dower · 9 years ago
  23. 315b748 Fixes make_zip.py to create temporary .pyc files in a separate directory. This avoids polluting tests that run code from TEMP. by Steve Dower · 9 years ago
  24. 08b1817 Puts compiled pyc files into embedded library ZIP file instead of sources. by Steve Dower · 9 years ago
  25. 132aecb Issue #24771: Adds vcruntime DLL to tcltk package by Steve Dower · 9 years ago
  26. c79dbc7 Updates get_wix.py for newer version of WiX. by Steve Dower · 9 years ago
  27. 61ca207 Issue #24642: Improves help text displayed in the Windows installer. by Steve Dower · 9 years ago
  28. 2434aa2 Adds support for an unattend.xml file to control the Windows installer options. by Steve Dower · 9 years ago
  29. a3d03ec Adds option to only install the launcher. by Steve Dower · 9 years ago
  30. 2237bdc Adds option to install launcher for all users even when installing Python just-for-me. This helps mitigate issues when the incompatible Python 3.4 launcher is installed. by Steve Dower · 9 years ago
  31. b85b427 Fixes installer rebuild, snapshot versioning, and the README.txt file. by Steve Dower · 9 years ago
  32. 4943749 Issue #24585: Enables build-to-build upgrades that preserve settings. by Steve Dower · 9 years ago
  33. b257eed Closes 24584: Windows installer incorrectly detects CRT version on Windows 10 by Steve Dower · 9 years ago
  34. d423396 Fixes rebuild of strings for Windows installer. by Steve Dower · 9 years ago
  35. 06606e7 Ignore user environment/site-packages for ensurepip and compile_all by Steve Dower · 9 years ago
  36. 6d58f8d Issue 24476: Statically links vcruntime140.dll and removes it from the installer by Steve Dower · 9 years ago
  37. 9901856 Issue 24385: Adds "--as-flags=--32" when generating 32-bit MinGW library. by Steve Dower · 9 years ago
  38. 7734900 Issue #24317: Makes Customize page default to installing per-user, and switching to All Users enable CompileAll. by Steve Dower · 9 years ago
  39. 83f34aa Issue #24293: Adds mapping from explicit colours to system colours to correctly handle user themes. by Steve Dower · 9 years ago
  40. 44e6258 Fixes text in installer. by Steve Dower · 9 years ago
  41. c30a6ce Issue #24293: Fixes installer colors to use system settings throughout. by Steve Dower · 9 years ago
  42. 3805019 Exclude _testmultiphase.pyd from embeddable ZIP file. by Steve Dower · 9 years ago
  43. 2446e2e Prevents attempt to sign ZIP file when building embeddable version. by Steve Dower · 9 years ago
  44. 42a059b Issue #24268: Adds PCBuild project to build _testmultiphase module. by Steve Dower · 9 years ago
  45. bd0d91e Removes lingering references to RAR now that make_zip.py actually makes a ZIP by Steve Dower · 9 years ago
  46. 4a7fe7e Issue #23955: Add pyvenv.cfg option to suppress registry/environment lookup for generating sys.path. by Steve Dower · 9 years ago
  47. 42b50d1 Fixes default per-user install precompiling the standard library. by Steve Dower · 9 years ago
  48. 1d4880d Enables shortcuts to be deselected when installing on Windows. by Steve Dower · 9 years ago
  49. 8c1cee9 Replaces use of WinRAR to generate ZIP file with Python script by Steve Dower · 9 years ago
  50. 6b4c63d Makes embedded distribution a plain ZIP file and corrects pyd exclusion. by Steve Dower · 9 years ago
  51. 19694ab Fixes Python failing to run during Windows release build by Steve Dower · 9 years ago
  52. 7173dac Update Windows installer for new CRT version. by Steve Dower · 9 years ago
  53. 777af30 Minor fixes to Windows build scripts by Steve Dower · 9 years ago
  54. 13a6ee0 Updates layout of some text in the Windows installer. by Steve Dower · 9 years ago
  55. 97100c0 Updates Windows installer to promote per-user installs over all-users. by Steve Dower · 9 years ago
  56. f70fdd2 Generates and signs a self-extracting executable containing an embedded Python. by Steve Dower · 9 years ago
  57. 774ac37 Closes #17202: Merge with 3.4 by Zachary Ware · 9 years ago
  58. 7b8c5f5 Updates Windows release scripts to generate and upload GPG signatures. by Steve Dower · 9 years ago
  59. 4891997 Missing brace and minor formatting in Windows installer by Steve Dower · 9 years ago
  60. c98290b Fixes UI labels and ability to add/remove features. by Steve Dower · 9 years ago
  61. 102f72c Adds pydoc shortcut, Edit with IDLE menu, moves redist folder into externals and fixes test script. by Steve Dower · 9 years ago
  62. e9ae834 Update Wix version and fixes wxs file. by Steve Dower · 9 years ago
  63. cc4dfc1 Issue #23491: Implement PEP 441: Improving Python Zip Application Support by Brett Cannon · 9 years ago
  64. 3d3aaa1 Adds note about installed debug binaries. by Steve Dower · 9 years ago
  65. 8011382 Issue #23619: Ensure C variable is initialized before using it. by Steve Dower · 9 years ago
  66. c49de35 Issue #23612: Fixes upgrade code and version for Windows installer. by Steve Dower · 9 years ago
  67. 1872f93 Minor updates to Windows installer upload script. by Steve Dower · 9 years ago
  68. 2856332 Add scripts for uploading Windows builds to a Linux server using pscp by Steve Dower · 9 years ago
  69. e4969f5 Updates CRT installation for Windows installer. by Steve Dower · 9 years ago
  70. e7b9267 Removes unused string resources from Windows installer. by Steve Dower · 9 years ago
  71. 3892189 Closes #23482: sqlite3_d.dll is not included in installer by Steve Dower · 9 years ago
  72. cc115ee Simplify MSI projects. by Steve Dower · 9 years ago
  73. db80aec Fix installer Back button going to wrong page when modifying. by Steve Dower · 9 years ago
  74. 312cef0 Improve Windows release scripts by Steve Dower · 10 years ago
  75. 5056455 Adds automated test script for the Windows installer and fixes download URL by Steve Dower · 10 years ago
  76. 3468a06 Fix download URL embedded in Windows installer. by Steve Dower · 10 years ago
  77. 268f3de Require Mercurial on PATH when building a Windows release. by Steve Dower · 10 years ago
  78. bb24087 Issue #23260: Update Windows installer by Steve Dower · 10 years ago
  79. 3a43dbf Drop pydocgui.pyw from the distribution (post-merge merge from 165aa40bfe2e) by Steve Dower · 10 years ago
  80. 77143db Issue #10747: Merge with 3.4 by Martin v. Löwis · 10 years ago
  81. cd95e18 Issue #10747: Use versioned labels in the Windows start menu. by Martin v. Löwis · 10 years ago
  82. 39abba4 Issue #17896: Update msi.py to new externals dir. by Martin v. Löwis · 10 years ago
  83. e796b9e Drop pydocgui.pyw from the distribution. by Martin v. Löwis · 10 years ago
  84. 0f4acc1 Issue #9765: Adjust where Tools/msi/msi.py looks for Tcl/Tk license terms. by Zachary Ware · 10 years ago
  85. 0c3ea09 Issue #14512: Launch pydoc -b instead of pydocgui.pyw on Windows. by Martin v. Löwis · 10 years ago
  86. 2b4b377 Issue #14512: Launch pydoc -b instead of pydocgui.pyw on Windows. by Martin v. Löwis · 10 years ago
  87. 582538b Issue #20748: Uninstalling pip does not leave behind the pyc of by Martin v. Löwis · 10 years ago
  88. 5e6faf7 Issue #20748: Uninstalling pip does not leave behind the pyc of by Martin v. Löwis · 10 years ago
  89. 75512c4 Issue #20568: Fix typo in pip option. by Martin v. Löwis · 10 years ago
  90. ceb0467 Issue #20568: Fix typo in pip option. by Martin v. Löwis · 10 years ago
  91. 07d843a Close #20568: install unversioned pip command on Windows by Nick Coghlan · 10 years ago
  92. f808df3 Close #20568: install unversioned pip command on Windows by Nick Coghlan · 10 years ago
  93. 1db0eac Issue #20641: Run custom actions with the NoImpersonate flag to support UAC. by Martin v. Löwis · 10 years ago
  94. 7850541 Issue #20641: Run custom actions with the NoImpersonate flag to support UAC. by Martin v. Löwis · 10 years ago
  95. 24e4330 * Issue #16113: Remove sha3 module again. by Martin v. Löwis · 11 years ago
  96. c70d4f4 Issue #19728: Enable pip installation by default on Windows. by Martin v. Löwis · 11 years ago
  97. 3ed82c5 Package _overlapped. by Martin v. Löwis · 11 years ago
  98. dd7436c Issue #19550: Implement Windows installer changes of PEP 453 (ensurepip). by Martin v. Löwis · 11 years ago
  99. d640fe2 #18803: merge with 3.3. by Ezio Melotti · 11 years ago
  100. 7c4a7e6 #18803: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago