1. 58721a9 bpo-35416: fix potential resource warnings in distutils (GH-10918) by Mickaël Schoentgen · 5 years ago
  2. 34fd4c2 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) by Serhiy Storchaka · 6 years ago
  3. 2507e29 bpo-32588: Move _findvs into its own module and add missing _queue module to installer (#5227) by Steve Dower · 7 years ago
  4. 9e7c136 bpo-32302: Fix distutils bdist_wininst for CRT v142 (#4851) by Victor Stinner · 7 years ago
  5. 5fcd5e6 bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (#3311) by Steve Dower · 7 years ago
  6. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 9 years ago
  7. c709085 Issue #23970: Fixes bdist_wininst not working on non-Windows platform. by Steve Dower · 9 years ago
  8. fd3664b Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions. by Steve Dower · 9 years ago
  9. ff29ff8 Merge fix for #10946 from 3.2 by Éric Araujo · 13 years ago
  10. fbe37df Make bdist_* commands respect --skip-build passed to bdist (#10946) by Éric Araujo · 13 years ago
  11. a2250e6 merge from 3.2 - Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller. by Senthil Kumaran · 13 years ago
  12. 7c9719c Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller. by Senthil Kumaran · 13 years ago
  13. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 14 years ago
  14. bee5cef Always close files in distutils code and tests (#10252). by Éric Araujo · 14 years ago
  15. 56be37c #7973: Fix distutils options spelling. by Georg Brandl · 14 years ago
  16. 3679727 reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. by Tarek Ziadé · 14 years ago
  17. 8b441d0 Merged revisions 77759,77761 via svnmerge from by Tarek Ziadé · 15 years ago
  18. edacea3 Merged revisions 77704,77752 via svnmerge from by Tarek Ziadé · 15 years ago
  19. 88e2c5d Merged revisions 76956 via svnmerge from by Tarek Ziadé · 15 years ago
  20. a619180 Merged revisions 71413 via svnmerge from by Tarek Ziadé · 15 years ago
  21. 1d6a16b Issue #3160: the "bdist_wininst" distutils command didn't work. by Antoine Pitrou · 16 years ago
  22. f08a9dd Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,63781-63782,63787,63805-63808,63818-63819,63823-63824 via svnmerge from by Georg Brandl · 16 years ago
  23. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  24. 5e69685 Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from by Christian Heimes · 16 years ago
  25. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  26. 5b7e9d7 General cleanup, raise normalization in Lib/distutils. by Collin Winter · 17 years ago
  27. 5de48bd Simplify various spots where: str() is called on something by Walter Dörwald · 17 years ago
  28. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  29. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  30. 98da562 Make dist_files a triple, with the Python target version included, by Martin v. Löwis · 19 years ago
  31. 24ff83d Fix registration of output file. by Martin v. Löwis · 19 years ago
  32. 55f1bb8 Add the upload command. Make all dist commands register their by Martin v. Löwis · 19 years ago
  33. 5a6601c Update compatibility comments to 2.1, corresponding to PEP 291 1.13. by Martin v. Löwis · 20 years ago
  34. 79d9bfa Fix [1055540 ] bdist_wininst broken for pure Python distributions by Mark Hammond · 20 years ago
  35. 30d0008 The get_installer_filename() method forgot to return the name it by Thomas Heller · 20 years ago
  36. 612eb09 Factored out a method to determine the final installer filename. by Thomas Heller · 20 years ago
  37. ee6fd06 bdist_wininst does now properly handle unicode strings or byte strings by Thomas Heller · 20 years ago
  38. b8f134e The binary layout of cfgdata has changed, so the magic number has to by Thomas Heller · 20 years ago
  39. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  40. a146fea Fix SF#983164. by Thomas Heller · 20 years ago
  41. 0bc9c91 Use the right wininstXX.exe, depending on msvccompiler.get_build_version(). by Thomas Heller · 21 years ago
  42. a19cdad Patch #892660 from Mark Hammond, for distutils bdist_wininst command. by Thomas Heller · 21 years ago
  43. cd494ad Fix for sf # 749210, wininst isn't build correctly after building zip. by Thomas Heller · 21 years ago
  44. 450cafa (This is hopefully the last large, funny checkin message for by Thomas Heller · 22 years ago
  45. 3a23c3f get_python_version was not imported. by Thomas Heller · 22 years ago
  46. d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 22 years ago
  47. a6483d2 Remove 'created by' lines; people can use CVS for this, and the information is often out of date by Andrew M. Kuchling · 22 years ago
  48. 1cace1a [Bug #550364] Use sysconfig.get_python_version() by Andrew M. Kuchling · 22 years ago
  49. 492620a Use dynamic linking for the SHGetSpecialFolderPath function, it is not by Thomas Heller · 22 years ago
  50. d7c14c6 Must now give the basename - not including directories - of the by Thomas Heller · 22 years ago
  51. 5b1614d Recreated after source changes. by Thomas Heller · 22 years ago
  52. 0cf4269 Recreated after source changes. by Thomas Heller · 22 years ago
  53. d98d25e Revert the previous checkin - it didn't work anyway. by Thomas Heller · 22 years ago
  54. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 22 years ago
  55. f4ad4ce Recompiled the exe and updated bdist_wininst.py. by Thomas Heller · 22 years ago
  56. c58e984 import base64 at the top to avoid two different imports at other times by Jeremy Hylton · 22 years ago
  57. cd8a114 Make setup.py less chatty by default. by Jeremy Hylton · 22 years ago
  58. fd0e82a Set the warn_dir option to 0 before running the install command. by Thomas Heller · 22 years ago
  59. da9f0bf Add unlisted Boolean options. Thomas H., can you please check that I by Andrew M. Kuchling · 22 years ago
  60. d2d58e0 First version which runs an install-script (specified by the by Thomas Heller · 23 years ago
  61. 9668b93 Patch #414775: Add --skip-build option to bdist command. by Martin v. Löwis · 23 years ago
  62. f499b03 Recreated after source changes. by Thomas Heller · 23 years ago
  63. c7cb9ed Second part of fix for bug [#483982] Python 2.2b2 bdist_wininst crashes. by Thomas Heller · 23 years ago
  64. 21d4535 Whitespace normalization. by Fred Drake · 23 years ago
  65. e138f36 Explicitely list the metadata attributes to show by Thomas Heller · 23 years ago
  66. c010c17 Implement PEP250: Use Lib/site-packages under windows. by Thomas Heller · 23 years ago
  67. a5aa0b5 dummy checkin for testing, please ignore by unknown · 23 years ago
  68. f6cdead Since bdist_wininst.py contains the installer executable, it had to be rebuild. by Thomas Heller · 23 years ago
  69. 5c5ea1a The bdist_wininst.py command has been recreated after wininst.exe by Thomas Heller · 24 years ago
  70. e09f639 Enhancements to the bdist_wininst command: by Thomas Heller · 24 years ago
  71. 20d529b Recreated after installer source code changes. by Thomas Heller · 24 years ago
  72. cb1f4c4 Standardized whitespace around function calls. by Greg Ward · 24 years ago
  73. 1dbe9d5 Removed the extra_dirs and path_file metadata options. by Thomas Heller · 24 years ago
  74. 99b032e Added 'boolean_options' list to support config file parsing. by Greg Ward · 24 years ago
  75. ab79839 Tweak what happens when run on non-Windows platforms: set install prefix by Greg Ward · 24 years ago
  76. 543f243 Set the 'nt' installation scheme for the install command even if run by Thomas Heller · 24 years ago
  77. 3bfc8c8 Renamed --keep-tree to --keep-temp. by Greg Ward · 24 years ago
  78. ecaf0d8 The installer now displays info about version of distutils by Thomas Heller · 24 years ago
  79. b943840 The windows installer must also look under the HKEY_CURRENT_USER key by Thomas Heller · 24 years ago
  80. 904ca11 Changes: by Thomas Heller · 24 years ago
  81. 1ac9802 Rene Liebscher/Thomas Heller: by Greg Ward · 24 years ago
  82. 6f9320b Fix line-endings. by Greg Ward · 24 years ago
  83. 018cbb1 New release of the Windows installer from Thomas Heller. by Greg Ward · 24 years ago
  84. ab3a0f3 Fixed imports from '*util' modules to not just import everything from util. by Greg Ward · 24 years ago
  85. fd9f168 Fixed so the ZIP file (which is bundled into an executable) goes in the by Greg Ward · 24 years ago
  86. 5d6ae76 Allow 2.0 on the list of target versions. NB. this isn't enough: the GUI part, by Greg Ward · 24 years ago
  87. b0b98a5 Fixed to use 'reinitialize_command()' to fetch "install" and "install_lib" by Greg Ward · 24 years ago
  88. 27199e8 Thomas Heller's "bdist_wininst" command (unreviewed, untested). by Greg Ward · 24 years ago