1. db80aec Fix installer Back button going to wrong page when modifying. by Steve Dower · 9 years ago
  2. 312cef0 Improve Windows release scripts by Steve Dower · 9 years ago
  3. 5056455 Adds automated test script for the Windows installer and fixes download URL by Steve Dower · 9 years ago
  4. 3468a06 Fix download URL embedded in Windows installer. by Steve Dower · 9 years ago
  5. 268f3de Require Mercurial on PATH when building a Windows release. by Steve Dower · 9 years ago
  6. bb24087 Issue #23260: Update Windows installer by Steve Dower · 9 years ago
  7. 3a43dbf Drop pydocgui.pyw from the distribution (post-merge merge from 165aa40bfe2e) by Steve Dower · 10 years ago
  8. 77143db Issue #10747: Merge with 3.4 by Martin v. Löwis · 10 years ago
  9. cd95e18 Issue #10747: Use versioned labels in the Windows start menu. by Martin v. Löwis · 10 years ago
  10. 0f4acc1 Issue #9765: Adjust where Tools/msi/msi.py looks for Tcl/Tk license terms. by Zachary Ware · 10 years ago
  11. 0c3ea09 Issue #14512: Launch pydoc -b instead of pydocgui.pyw on Windows. by Martin v. Löwis · 10 years ago
  12. 2b4b377 Issue #14512: Launch pydoc -b instead of pydocgui.pyw on Windows. by Martin v. Löwis · 10 years ago
  13. 582538b Issue #20748: Uninstalling pip does not leave behind the pyc of by Martin v. Löwis · 10 years ago
  14. 5e6faf7 Issue #20748: Uninstalling pip does not leave behind the pyc of by Martin v. Löwis · 10 years ago
  15. 75512c4 Issue #20568: Fix typo in pip option. by Martin v. Löwis · 10 years ago
  16. ceb0467 Issue #20568: Fix typo in pip option. by Martin v. Löwis · 10 years ago
  17. 07d843a Close #20568: install unversioned pip command on Windows by Nick Coghlan · 10 years ago
  18. f808df3 Close #20568: install unversioned pip command on Windows by Nick Coghlan · 10 years ago
  19. 1db0eac Issue #20641: Run custom actions with the NoImpersonate flag to support UAC. by Martin v. Löwis · 10 years ago
  20. 7850541 Issue #20641: Run custom actions with the NoImpersonate flag to support UAC. by Martin v. Löwis · 10 years ago
  21. 24e4330 * Issue #16113: Remove sha3 module again. by Martin v. Löwis · 11 years ago
  22. c70d4f4 Issue #19728: Enable pip installation by default on Windows. by Martin v. Löwis · 11 years ago
  23. 3ed82c5 Package _overlapped. by Martin v. Löwis · 11 years ago
  24. dd7436c Issue #19550: Implement Windows installer changes of PEP 453 (ensurepip). by Martin v. Löwis · 11 years ago
  25. d640fe2 #18803: merge with 3.3. by Ezio Melotti · 11 years ago
  26. 7c4a7e6 #18803: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  27. d87c3d3 Issue #16067: Merge with 3.3 by Martin v. Löwis · 11 years ago
  28. 78fa5e3 Issue #16067: Add description into MSI file to replace installer's temporary name. by Martin v. Löwis · 11 years ago
  29. 5284f80 Issue #18569: The installer now adds .py to the PATHEXT variable by Martin v. Löwis · 11 years ago
  30. 85a4847 Add UUID for 3.4. by Martin v. Löwis · 11 years ago
  31. dd61f8f Merge with 3.3: Issue #17047: removed doubled words in Doc/*, by Terry Jan Reedy · 11 years ago
  32. caeb6be Merge with 3.2: Issue #17047: removed doubled words in Doc/*, by Terry Jan Reedy · 11 years ago
  33. 65e69b3 Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* by Terry Jan Reedy · 11 years ago
  34. 3a62e45 Merge typo fixes from 3.3. by Ezio Melotti · 11 years ago
  35. 3f5db39 Fix a few typos and a double semicolon. Patch by Eitan Adler. by Ezio Melotti · 11 years ago
  36. 445ad99 Fix #14470. Remove w9xpopen per PEP 11. by Brian Curtin · 12 years ago
  37. 6b2cbeb Issue #16421: allow to load multiple modules from the same shared object. by Andrew Svetlov · 12 years ago
  38. d94a502 Issue #16340: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  39. 65e2bef Issue #16340: exclude venv/scripts from byte-compilation at installation time on Windows. by Vinay Sajip · 12 years ago
  40. efb1599 Add _sha3.pyd to list of extension modules for MSI by Christian Heimes · 12 years ago
  41. 77cc86f Ajdust path to launcher for non-PGO-builds by Martin v. Löwis · 12 years ago
  42. 5951ec0 Pick up 32-bit launcher from PGO directory on 64-bit PGO build. by Martin v. Löwis · 12 years ago
  43. 2b9df89 Don't package removed pysetup3 anymore. by Martin v. Löwis · 12 years ago
  44. fafd9ee Revert unintended change in 973b4806f760 by Brian Curtin · 12 years ago
  45. e3f3940 file was the old arg name from an earlier patch. command matches the implementation by Brian Curtin · 12 years ago
  46. 8559b3c Build and bundle the 32-bit launcher in all configurations. by Martin v. Löwis · 12 years ago
  47. 7dae234 Package the launcher. by Martin v. Löwis · 12 years ago
  48. 4b10e19 VS 2010 has the AMD64 redist files in VC\redist\x64. by Martin v. Löwis · 12 years ago
  49. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  50. 401f9f3 Fix #13210. Port the Windows build from VS2008 to VS2010. by Brian Curtin · 12 years ago
  51. bd31db6 Include micro version even if it is 0. by Martin v. Löwis · 12 years ago
  52. 790a9b4 Add a missing close paren by Brian Curtin · 12 years ago
  53. ae77584 Fix #3561. Add an option to place the Python installation into the Windows Path environment variable. by Brian Curtin · 12 years ago
  54. a51497a Merge 3.2.3 release clone. by Georg Brandl · 12 years ago
  55. 8dbbae9 Add _decimal and _testbuffer modules. by Martin v. Löwis · 12 years ago
  56. a7f6b14 Add 3.2.3rc2 uuid. by Martin v. Löwis · 12 years ago
  57. 0119e47 Remove uuids, as they are now computed. by Martin v. Löwis · 12 years ago
  58. 41add01 Use hg manifest to compute list of library files to include. by Martin v. Löwis · 12 years ago
  59. f2f592d Generate product code UUID from download URL. by Martin v. Löwis · 12 years ago
  60. 3d4809f Package mime.types by Martin v. Löwis · 12 years ago
  61. 6ca5a4d Issue #12406: Update list of files. by Martin v. Löwis · 12 years ago
  62. 61f996b Issue #12406: prevent case where shortened name could conflict with short name. by Martin v. Löwis · 12 years ago
  63. dc4170c merge 2.6 by Martin v. Löwis · 12 years ago
  64. dbd3f61 Issue #6807: Run msisupport.mak earlier. by Martin v. Löwis · 12 years ago
  65. f9caee9 merge 3.2 by Martin v. Löwis · 12 years ago
  66. 26bb3cf Issue #10580: Minor grammar change in Windows installer. by Martin v. Löwis · 12 years ago
  67. 2c2d2ae Merge with 3.2 by Martin v. Löwis · 13 years ago
  68. 73abc24 Add 3.2.2 and 3.2.3 UUIDs. by Martin v. Löwis · 13 years ago
  69. 4334d74 Issue #12406: Added upates for packaging's .exe files, command_template, and sysconfig.cfg. by Vinay Sajip · 13 years ago
  70. 6a73845 #11781: update windows build script to account for move of email tests by R David Murray · 13 years ago
  71. 9f0df8b Remove wsgiref.egg-info from msi.py (follow-up to d615eb7bce33, #12218) by Éric Araujo · 13 years ago
  72. e8583e9 Drop old UUIDs. by Martin v. Löwis · 13 years ago
  73. 63660ce merge:Do not add txt files twice by Martin v. Löwis · 13 years ago
  74. 4c226da Do not add txt files twice. by Martin v. Löwis · 13 years ago
  75. 5b32659 (Merge 3.1) Issue #12057: Add cjkencodings directory to the Makefile and by Victor Stinner · 13 years ago
  76. 46f8264 Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py by Victor Stinner · 13 years ago
  77. b042a3a Add 3.2.1rc2 uuid. by Martin v. Loewis · 13 years ago
  78. 4197231 Add 3.2.1 UUIDs by Martin v. Löwis · 13 years ago
  79. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  80. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  81. 5537d29 Add updated .hgeol file and fix newlines in the 3.1 branch. by Georg Brandl · 13 years ago
  82. dafdd7f Add uuid for 3.2rc3. by Martin v. Löwis · 13 years ago
  83. 678fa9f Package zip_cp437_header.zip. Don't try to package subprocessdata/*.py twice. by Martin v. Löwis · 13 years ago
  84. 51ee270 issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from by Gregory P. Smith · 14 years ago
  85. d53ee5d Automate build for python3.dll. Package missing files. by Martin v. Löwis · 14 years ago
  86. f213d23 Backport the distutils part of r83399 to fix #7645. by Brian Curtin · 14 years ago
  87. 3a72b25 Merged revisions 84339,84487 via svnmerge from by Martin v. Löwis · 14 years ago
  88. e0bf419 Add UUID for 3.2a4 by Martin v. Löwis · 14 years ago
  89. 71f8c65 Remove traces of setuptools (#10341) by Éric Araujo · 14 years ago
  90. acc62be Add 3.1.3 UUIDs. by Martin v. Löwis · 14 years ago
  91. e9a4de5 Drop cabarc artifact. by Martin v. Löwis · 14 years ago
  92. a5e3109 Issue #1303434: Include PDBs in release. by Martin v. Löwis · 14 years ago
  93. a620748 Stop packaging versioncheck. by Martin v. Löwis · 14 years ago
  94. 49561ad Replace cabarc with FCICreate. by Martin v. Löwis · 14 years ago
  95. 2e3d539 Change pyc removal to support __pycache__. by Martin v. Löwis · 14 years ago
  96. 797721b Add various missing files. Improve detection of unpackaged files. by Martin v. Löwis · 14 years ago
  97. 8708e38 Package some new files that are needed for running the test suite from the MSI package. by Georg Brandl · 14 years ago
  98. 5542cb0 Drop webchecker and BerkeleyDB license. by Martin v. Löwis · 14 years ago
  99. 8542041 From Martin: New UUIDs for the 3.2 release series. by Georg Brandl · 14 years ago
  100. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago