1. 7734900 Issue #24317: Makes Customize page default to installing per-user, and switching to All Users enable CompileAll. by Steve Dower · 9 years ago
  2. 83f34aa Issue #24293: Adds mapping from explicit colours to system colours to correctly handle user themes. by Steve Dower · 9 years ago
  3. 44e6258 Fixes text in installer. by Steve Dower · 9 years ago
  4. c30a6ce Issue #24293: Fixes installer colors to use system settings throughout. by Steve Dower · 9 years ago
  5. 3805019 Exclude _testmultiphase.pyd from embeddable ZIP file. by Steve Dower · 9 years ago
  6. 2446e2e Prevents attempt to sign ZIP file when building embeddable version. by Steve Dower · 9 years ago
  7. 42a059b Issue #24268: Adds PCBuild project to build _testmultiphase module. by Steve Dower · 9 years ago
  8. bd0d91e Removes lingering references to RAR now that make_zip.py actually makes a ZIP by Steve Dower · 9 years ago
  9. 4a7fe7e Issue #23955: Add pyvenv.cfg option to suppress registry/environment lookup for generating sys.path. by Steve Dower · 9 years ago
  10. 42b50d1 Fixes default per-user install precompiling the standard library. by Steve Dower · 9 years ago
  11. 1d4880d Enables shortcuts to be deselected when installing on Windows. by Steve Dower · 9 years ago
  12. 8c1cee9 Replaces use of WinRAR to generate ZIP file with Python script by Steve Dower · 9 years ago
  13. 6b4c63d Makes embedded distribution a plain ZIP file and corrects pyd exclusion. by Steve Dower · 9 years ago
  14. 19694ab Fixes Python failing to run during Windows release build by Steve Dower · 9 years ago
  15. 7173dac Update Windows installer for new CRT version. by Steve Dower · 9 years ago
  16. 777af30 Minor fixes to Windows build scripts by Steve Dower · 9 years ago
  17. 13a6ee0 Updates layout of some text in the Windows installer. by Steve Dower · 9 years ago
  18. 97100c0 Updates Windows installer to promote per-user installs over all-users. by Steve Dower · 9 years ago
  19. f70fdd2 Generates and signs a self-extracting executable containing an embedded Python. by Steve Dower · 9 years ago
  20. 774ac37 Closes #17202: Merge with 3.4 by Zachary Ware · 9 years ago
  21. 7b8c5f5 Updates Windows release scripts to generate and upload GPG signatures. by Steve Dower · 10 years ago
  22. 4891997 Missing brace and minor formatting in Windows installer by Steve Dower · 10 years ago
  23. c98290b Fixes UI labels and ability to add/remove features. by Steve Dower · 10 years ago
  24. 102f72c Adds pydoc shortcut, Edit with IDLE menu, moves redist folder into externals and fixes test script. by Steve Dower · 10 years ago
  25. e9ae834 Update Wix version and fixes wxs file. by Steve Dower · 10 years ago
  26. cc4dfc1 Issue #23491: Implement PEP 441: Improving Python Zip Application Support by Brett Cannon · 10 years ago
  27. 3d3aaa1 Adds note about installed debug binaries. by Steve Dower · 10 years ago
  28. 8011382 Issue #23619: Ensure C variable is initialized before using it. by Steve Dower · 10 years ago
  29. c49de35 Issue #23612: Fixes upgrade code and version for Windows installer. by Steve Dower · 10 years ago
  30. 1872f93 Minor updates to Windows installer upload script. by Steve Dower · 10 years ago
  31. 2856332 Add scripts for uploading Windows builds to a Linux server using pscp by Steve Dower · 10 years ago
  32. e4969f5 Updates CRT installation for Windows installer. by Steve Dower · 10 years ago
  33. e7b9267 Removes unused string resources from Windows installer. by Steve Dower · 10 years ago
  34. 3892189 Closes #23482: sqlite3_d.dll is not included in installer by Steve Dower · 10 years ago
  35. cc115ee Simplify MSI projects. by Steve Dower · 10 years ago
  36. db80aec Fix installer Back button going to wrong page when modifying. by Steve Dower · 10 years ago
  37. 312cef0 Improve Windows release scripts by Steve Dower · 10 years ago
  38. 5056455 Adds automated test script for the Windows installer and fixes download URL by Steve Dower · 10 years ago
  39. 3468a06 Fix download URL embedded in Windows installer. by Steve Dower · 10 years ago
  40. 268f3de Require Mercurial on PATH when building a Windows release. by Steve Dower · 10 years ago
  41. bb24087 Issue #23260: Update Windows installer by Steve Dower · 10 years ago
  42. 3a43dbf Drop pydocgui.pyw from the distribution (post-merge merge from 165aa40bfe2e) by Steve Dower · 10 years ago
  43. 77143db Issue #10747: Merge with 3.4 by Martin v. Löwis · 10 years ago
  44. cd95e18 Issue #10747: Use versioned labels in the Windows start menu. by Martin v. Löwis · 10 years ago
  45. 39abba4 Issue #17896: Update msi.py to new externals dir. by Martin v. Löwis · 10 years ago
  46. e796b9e Drop pydocgui.pyw from the distribution. by Martin v. Löwis · 10 years ago
  47. 0f4acc1 Issue #9765: Adjust where Tools/msi/msi.py looks for Tcl/Tk license terms. by Zachary Ware · 10 years ago
  48. 0c3ea09 Issue #14512: Launch pydoc -b instead of pydocgui.pyw on Windows. by Martin v. Löwis · 11 years ago
  49. 2b4b377 Issue #14512: Launch pydoc -b instead of pydocgui.pyw on Windows. by Martin v. Löwis · 11 years ago
  50. 582538b Issue #20748: Uninstalling pip does not leave behind the pyc of by Martin v. Löwis · 11 years ago
  51. 5e6faf7 Issue #20748: Uninstalling pip does not leave behind the pyc of by Martin v. Löwis · 11 years ago
  52. 75512c4 Issue #20568: Fix typo in pip option. by Martin v. Löwis · 11 years ago
  53. ceb0467 Issue #20568: Fix typo in pip option. by Martin v. Löwis · 11 years ago
  54. 07d843a Close #20568: install unversioned pip command on Windows by Nick Coghlan · 11 years ago
  55. f808df3 Close #20568: install unversioned pip command on Windows by Nick Coghlan · 11 years ago
  56. 1db0eac Issue #20641: Run custom actions with the NoImpersonate flag to support UAC. by Martin v. Löwis · 11 years ago
  57. 7850541 Issue #20641: Run custom actions with the NoImpersonate flag to support UAC. by Martin v. Löwis · 11 years ago
  58. 24e4330 * Issue #16113: Remove sha3 module again. by Martin v. Löwis · 11 years ago
  59. c70d4f4 Issue #19728: Enable pip installation by default on Windows. by Martin v. Löwis · 11 years ago
  60. 3ed82c5 Package _overlapped. by Martin v. Löwis · 11 years ago
  61. dd7436c Issue #19550: Implement Windows installer changes of PEP 453 (ensurepip). by Martin v. Löwis · 11 years ago
  62. d640fe2 #18803: merge with 3.3. by Ezio Melotti · 11 years ago
  63. 7c4a7e6 #18803: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  64. d87c3d3 Issue #16067: Merge with 3.3 by Martin v. Löwis · 11 years ago
  65. 78fa5e3 Issue #16067: Add description into MSI file to replace installer's temporary name. by Martin v. Löwis · 11 years ago
  66. 5284f80 Issue #18569: The installer now adds .py to the PATHEXT variable by Martin v. Löwis · 11 years ago
  67. 85a4847 Add UUID for 3.4. by Martin v. Löwis · 11 years ago
  68. dd61f8f Merge with 3.3: Issue #17047: removed doubled words in Doc/*, by Terry Jan Reedy · 12 years ago
  69. caeb6be Merge with 3.2: Issue #17047: removed doubled words in Doc/*, by Terry Jan Reedy · 12 years ago
  70. 65e69b3 Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* by Terry Jan Reedy · 12 years ago
  71. 3a62e45 Merge typo fixes from 3.3. by Ezio Melotti · 12 years ago
  72. 3f5db39 Fix a few typos and a double semicolon. Patch by Eitan Adler. by Ezio Melotti · 12 years ago
  73. 445ad99 Fix #14470. Remove w9xpopen per PEP 11. by Brian Curtin · 12 years ago
  74. 6b2cbeb Issue #16421: allow to load multiple modules from the same shared object. by Andrew Svetlov · 12 years ago
  75. d94a502 Issue #16340: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  76. 65e2bef Issue #16340: exclude venv/scripts from byte-compilation at installation time on Windows. by Vinay Sajip · 12 years ago
  77. efb1599 Add _sha3.pyd to list of extension modules for MSI by Christian Heimes · 12 years ago
  78. 77cc86f Ajdust path to launcher for non-PGO-builds by Martin v. Löwis · 12 years ago
  79. 5951ec0 Pick up 32-bit launcher from PGO directory on 64-bit PGO build. by Martin v. Löwis · 12 years ago
  80. 2b9df89 Don't package removed pysetup3 anymore. by Martin v. Löwis · 12 years ago
  81. fafd9ee Revert unintended change in 973b4806f760 by Brian Curtin · 12 years ago
  82. e3f3940 file was the old arg name from an earlier patch. command matches the implementation by Brian Curtin · 12 years ago
  83. 8559b3c Build and bundle the 32-bit launcher in all configurations. by Martin v. Löwis · 12 years ago
  84. 7dae234 Package the launcher. by Martin v. Löwis · 12 years ago
  85. 4b10e19 VS 2010 has the AMD64 redist files in VC\redist\x64. by Martin v. Löwis · 12 years ago
  86. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  87. 401f9f3 Fix #13210. Port the Windows build from VS2008 to VS2010. by Brian Curtin · 12 years ago
  88. bd31db6 Include micro version even if it is 0. by Martin v. Löwis · 12 years ago
  89. 790a9b4 Add a missing close paren by Brian Curtin · 12 years ago
  90. ae77584 Fix #3561. Add an option to place the Python installation into the Windows Path environment variable. by Brian Curtin · 12 years ago
  91. a51497a Merge 3.2.3 release clone. by Georg Brandl · 12 years ago
  92. 8dbbae9 Add _decimal and _testbuffer modules. by Martin v. Löwis · 13 years ago
  93. a7f6b14 Add 3.2.3rc2 uuid. by Martin v. Löwis · 13 years ago
  94. 0119e47 Remove uuids, as they are now computed. by Martin v. Löwis · 13 years ago
  95. 41add01 Use hg manifest to compute list of library files to include. by Martin v. Löwis · 13 years ago
  96. f2f592d Generate product code UUID from download URL. by Martin v. Löwis · 13 years ago
  97. 3d4809f Package mime.types by Martin v. Löwis · 13 years ago
  98. 6ca5a4d Issue #12406: Update list of files. by Martin v. Löwis · 13 years ago
  99. 61f996b Issue #12406: prevent case where shortened name could conflict with short name. by Martin v. Löwis · 13 years ago
  100. dc4170c merge 2.6 by Martin v. Löwis · 13 years ago