1. 30d0008 The get_installer_filename() method forgot to return the name it by Thomas Heller · 20 years ago
  2. 25d8892 Since build_py handles package data installation, the list of outputs by Fred Drake · 20 years ago
  3. 612eb09 Factored out a method to determine the final installer filename. by Thomas Heller · 20 years ago
  4. ee6fd06 bdist_wininst does now properly handle unicode strings or byte strings by Thomas Heller · 20 years ago
  5. 36a0f89 The binary layout of cfgdata has changed, so the magic number has to by Thomas Heller · 20 years ago
  6. b8f134e The binary layout of cfgdata has changed, so the magic number has to by Thomas Heller · 20 years ago
  7. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  8. b60b242 Recompiled after source file changes. by Thomas Heller · 20 years ago
  9. a146fea Fix SF#983164. by Thomas Heller · 20 years ago
  10. 32b8f80 Fix for SF 982215: bdist_wininst - Next button not greyed out during file copy. by Thomas Heller · 20 years ago
  11. ec6229e Make distutils "install --home" support all platforms. by Fred Drake · 20 years ago
  12. 4dbda47 If self.packages is None (this can happen, I saw it), return by Sjoerd Mullender · 20 years ago
  13. 89a2dc7 Rebuild the wininst.exe files. by Thomas Heller · 20 years ago
  14. b849edd fix bug: list of data files was initialized too soon in build_py by Fred Drake · 20 years ago
  15. 0eb32a6 Add support for package data. by Fred Drake · 20 years ago
  16. c982bbd Bug 957381: rpmbuild builds a -debuginfo rpm on recent Redhat and Fedora releases. by Anthony Baxter · 20 years ago
  17. 2f50e90 SF patch 959726: sdist versus SVN by Tim Peters · 20 years ago
  18. c312b07 Reverting local change checked in by mistake. by Tim Peters · 20 years ago
  19. 926bc22 Added 2.3.3 and 2.3.4 to the release table. Added 2004 to the list of by Tim Peters · 20 years ago
  20. 4b49823 make sure the default manifest generation includes files identified as by Fred Drake · 20 years ago
  21. 05f842b Basic dependency checking. setup() has two new optional arguments by Anthony Baxter · 20 years ago
  22. 0bc9c91 Use the right wininstXX.exe, depending on msvccompiler.get_build_version(). by Thomas Heller · 21 years ago
  23. 612371d wininst-6.exe and wininst-7.1.exe are in CVS, so that they can be by Thomas Heller · 21 years ago
  24. 90b0f1c wininst.exe is no longer used - we now need wininst-6.exe or wininst-7.1.exe. by Thomas Heller · 21 years ago
  25. 4ae4f83 Recompiled the binary wininst.exe. by Thomas Heller · 21 years ago
  26. a19cdad Patch #892660 from Mark Hammond, for distutils bdist_wininst command. by Thomas Heller · 21 years ago
  27. 8279170 Revert another local change that snuck into a whitespace normalization patch. by Tim Peters · 21 years ago
  28. 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
  29. 6cf2619 Do not add extra "\n" after bang line. by Gustavo Niemeyer · 21 years ago
  30. cd494ad Fix for sf # 749210, wininst isn't build correctly after building zip. by Thomas Heller · 21 years ago
  31. 058a84f Remove the --verify option in favor of the standard -n/--dry-run option by Andrew M. Kuchling · 21 years ago
  32. a2eaf31 [Bug #69389] List register command in __all__, so setup.py --help-commands will now list it by Andrew M. Kuchling · 21 years ago
  33. a9ccce3 Improve description by Andrew M. Kuchling · 21 years ago
  34. e557f35 [Patch #695090 from Bernhard Herzog] Allow specifying both py_modules and packages by Andrew M. Kuchling · 21 years ago
  35. 80be59b Include download_url in the data POSTed to the catalog server by Andrew M. Kuchling · 22 years ago
  36. 23c98c5 [Patch #684398] Rename verbose argument to show-response; don't conditionalize the get_classifiers() call by Andrew M. Kuchling · 22 years ago
  37. e12dcd7 Use python.org as the repository by Andrew M. Kuchling · 22 years ago
  38. 679bc9f [Patch #681504] Call customize_compiler in config command by Andrew M. Kuchling · 22 years ago
  39. ca3fec7 patch #664131, fix config command on OSX and Linux by Just van Rossum · 22 years ago
  40. d3590f9 Only log a message and chmod() when the mode isn't already what we by Guido van Rossum · 22 years ago
  41. bcb0e20 Change the mode of scripts in the build/scripts* directory to executable. by Guido van Rossum · 22 years ago
  42. 51a6a4c [Patch #658094 ] PEP 301 implementation Add the 'register' distutils command by Andrew M. Kuchling · 22 years ago
  43. 8e30bcd Fix mode on scripts to have the read bit set (noted by Nicholas Riley) by Andrew M. Kuchling · 22 years ago
  44. 94e7bb7 Use "is" to test type objects, not "==". by Fred Drake · 22 years ago
  45. acd5cb2 Fix for bug #410541: bdist builds bogus .zips by Andrew M. Kuchling · 22 years ago
  46. 450cafa (This is hopefully the last large, funny checkin message for by Thomas Heller · 22 years ago
  47. 3a23c3f get_python_version was not imported. by Thomas Heller · 22 years ago
  48. d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 22 years ago
  49. 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
  50. 1cace1a [Bug #550364] Use sysconfig.get_python_version() by Andrew M. Kuchling · 22 years ago
  51. 706867c Fix comment typo by Andrew M. Kuchling · 22 years ago
  52. 492620a Use dynamic linking for the SHGetSpecialFolderPath function, it is not by Thomas Heller · 22 years ago
  53. fbceb01 Fixed bug "[#466200] ability to specify a 'verify' script". by Gustavo Niemeyer · 22 years ago
  54. 6b01685 This patch fixes the following bugs: by Gustavo Niemeyer · 22 years ago
  55. d7c14c6 Must now give the basename - not including directories - of the by Thomas Heller · 22 years ago
  56. 47ca2bc [Patch #588809] Remove check of environment variables; sysconfig.py will do that now by Andrew M. Kuchling · 22 years ago
  57. b6c316f [Bug #570655] Fix misleading option text by Andrew M. Kuchling · 22 years ago
  58. 05c9335 Fixes SF bug#614051: win32 build_ext problem. by Thomas Heller · 22 years ago
  59. 5b1614d Recreated after source changes. by Thomas Heller · 22 years ago
  60. 0cf4269 Recreated after source changes. by Thomas Heller · 22 years ago
  61. d98d25e Revert the previous checkin - it didn't work anyway. by Thomas Heller · 22 years ago
  62. bb20bb6 Patch #619493: Prefer rpmbuild over rpm if available. Backported to 2.2. by Martin v. Löwis · 22 years ago
  63. c7cdd71 Pulling Mark Alexander's contribution from CVS. by Marc-André Lemburg · 22 years ago
  64. fcd7353 Use distutils.debug.DEBUG instead of distutils.core.DEBUG. by Jeremy Hylton · 22 years ago
  65. 4013cbd Include an empty body when checking for a header file by Andrew M. Kuchling · 22 years ago
  66. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 22 years ago
  67. f4ad4ce Recompiled the exe and updated bdist_wininst.py. by Thomas Heller · 22 years ago
  68. e567114 Patch #543498: Use License: field instead of Copyright:. by Martin v. Löwis · 22 years ago
  69. 96cad2e This module broke on the Mac (where it can't work, but distutils seems to import it anyway) because it imported pwd and grp. Moved the import to inside the routine where they're used. by Jack Jansen · 22 years ago
  70. c01b350 Only import msvccompiler on win32 platforms. by Jeremy Hylton · 22 years ago
  71. c18fde5 Extend dependency tracking so that .o files are rebuilt. by Jeremy Hylton · 22 years ago
  72. 09e532b Add a new definition to Extension objects: depends. by Jeremy Hylton · 22 years ago
  73. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 22 years ago
  74. a683233 Change warning to debug level; it's a very minor issue. by Jeremy Hylton · 22 years ago
  75. dc8412e Move warning about directory not on sys.path to debug level. by Jeremy Hylton · 22 years ago
  76. 6b3996b Replace bogus bare variables with attribute access. by Jeremy Hylton · 22 years ago
  77. fc861ba Remove unused imports by Jeremy Hylton · 22 years ago
  78. 11a5270 Make None return explicit by Jeremy Hylton · 22 years ago
  79. c58e984 import base64 at the top to avoid two different imports at other times by Jeremy Hylton · 22 years ago
  80. ec77274 ensure_filename() only takes one argument. by Jeremy Hylton · 22 years ago
  81. adb2b38 Reindent lines to improve readability by Jeremy Hylton · 22 years ago
  82. 711f91c Remove (commented out) options that have moved into the distribution. by Jeremy Hylton · 22 years ago
  83. d003abc get_script() implicitly returned None and also had explicit returns. by Jeremy Hylton · 22 years ago
  84. e6f40ea Fix bug in recent change to logging code. by Jeremy Hylton · 22 years ago
  85. a2f9989 Fix unused local variables caught by pychecker. by Jeremy Hylton · 22 years ago
  86. 332a146 Remove unused imports caught by pychecker by Jeremy Hylton · 22 years ago
  87. cd8a114 Make setup.py less chatty by default. by Jeremy Hylton · 22 years ago
  88. 8c20916 Remove unneeded import by Andrew M. Kuchling · 22 years ago
  89. 378498d Append the PC specific include 'PC' and library 'PCBuild' directories by Thomas Heller · 22 years ago
  90. 8570013 Whitespace normalization. Unka Timmy would be proud. by Barry Warsaw · 22 years ago
  91. 0538f1f Patch #531901 by Mark W. Alexander: adds a new distutils packager by Marc-André Lemburg · 22 years ago
  92. 4c7fb96 Remove unconditional debugging prints. by Thomas Heller · 22 years ago
  93. fd0e82a Set the warn_dir option to 0 before running the install command. by Thomas Heller · 22 years ago
  94. a863270 Revert 0/1 -> False/True change; I didn't intend to muck w/ distutils. by Tim Peters · 22 years ago
  95. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 22 years ago
  96. b26ca9d Revert part of previous patch: several install_* subcommands expect by Andrew M. Kuchling · 22 years ago
  97. 3f1822b Add missing Boolean options by Andrew M. Kuchling · 22 years ago
  98. da9f0bf Add unlisted Boolean options. Thomas H., can you please check that I by Andrew M. Kuchling · 22 years ago
  99. 5de82a8 [Bug #517451] bdist_rpm didn't list all of its Boolean options. by Andrew M. Kuchling · 22 years ago
  100. bbea471 Allow shebang's which use versioned Python binaries. Fixes bug #521526. by Marc-André Lemburg · 22 years ago