1. 6cf2619 Do not add extra "\n" after bang line. by Gustavo Niemeyer · 21 years ago
  2. cd494ad Fix for sf # 749210, wininst isn't build correctly after building zip. by Thomas Heller · 21 years ago
  3. 058a84f Remove the --verify option in favor of the standard -n/--dry-run option by Andrew M. Kuchling · 22 years ago
  4. a2eaf31 [Bug #69389] List register command in __all__, so setup.py --help-commands will now list it by Andrew M. Kuchling · 22 years ago
  5. a9ccce3 Improve description by Andrew M. Kuchling · 22 years ago
  6. e557f35 [Patch #695090 from Bernhard Herzog] Allow specifying both py_modules and packages by Andrew M. Kuchling · 22 years ago
  7. 80be59b Include download_url in the data POSTed to the catalog server by Andrew M. Kuchling · 22 years ago
  8. 23c98c5 [Patch #684398] Rename verbose argument to show-response; don't conditionalize the get_classifiers() call by Andrew M. Kuchling · 22 years ago
  9. e12dcd7 Use python.org as the repository by Andrew M. Kuchling · 22 years ago
  10. 679bc9f [Patch #681504] Call customize_compiler in config command by Andrew M. Kuchling · 22 years ago
  11. ca3fec7 patch #664131, fix config command on OSX and Linux by Just van Rossum · 22 years ago
  12. d3590f9 Only log a message and chmod() when the mode isn't already what we by Guido van Rossum · 22 years ago
  13. bcb0e20 Change the mode of scripts in the build/scripts* directory to executable. by Guido van Rossum · 22 years ago
  14. 51a6a4c [Patch #658094 ] PEP 301 implementation Add the 'register' distutils command by Andrew M. Kuchling · 22 years ago
  15. 8e30bcd Fix mode on scripts to have the read bit set (noted by Nicholas Riley) by Andrew M. Kuchling · 22 years ago
  16. 94e7bb7 Use "is" to test type objects, not "==". by Fred Drake · 22 years ago
  17. acd5cb2 Fix for bug #410541: bdist builds bogus .zips by Andrew M. Kuchling · 22 years ago
  18. 450cafa (This is hopefully the last large, funny checkin message for by Thomas Heller · 22 years ago
  19. 3a23c3f get_python_version was not imported. by Thomas Heller · 22 years ago
  20. d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 22 years ago
  21. 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
  22. 1cace1a [Bug #550364] Use sysconfig.get_python_version() by Andrew M. Kuchling · 22 years ago
  23. 706867c Fix comment typo by Andrew M. Kuchling · 22 years ago
  24. 492620a Use dynamic linking for the SHGetSpecialFolderPath function, it is not by Thomas Heller · 22 years ago
  25. fbceb01 Fixed bug "[#466200] ability to specify a 'verify' script". by Gustavo Niemeyer · 22 years ago
  26. 6b01685 This patch fixes the following bugs: by Gustavo Niemeyer · 22 years ago
  27. d7c14c6 Must now give the basename - not including directories - of the by Thomas Heller · 22 years ago
  28. 47ca2bc [Patch #588809] Remove check of environment variables; sysconfig.py will do that now by Andrew M. Kuchling · 22 years ago
  29. b6c316f [Bug #570655] Fix misleading option text by Andrew M. Kuchling · 22 years ago
  30. 05c9335 Fixes SF bug#614051: win32 build_ext problem. by Thomas Heller · 22 years ago
  31. 5b1614d Recreated after source changes. by Thomas Heller · 22 years ago
  32. 0cf4269 Recreated after source changes. by Thomas Heller · 22 years ago
  33. d98d25e Revert the previous checkin - it didn't work anyway. by Thomas Heller · 22 years ago
  34. bb20bb6 Patch #619493: Prefer rpmbuild over rpm if available. Backported to 2.2. by Martin v. Löwis · 22 years ago
  35. c7cdd71 Pulling Mark Alexander's contribution from CVS. by Marc-André Lemburg · 22 years ago
  36. fcd7353 Use distutils.debug.DEBUG instead of distutils.core.DEBUG. by Jeremy Hylton · 22 years ago
  37. 4013cbd Include an empty body when checking for a header file by Andrew M. Kuchling · 22 years ago
  38. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 22 years ago
  39. f4ad4ce Recompiled the exe and updated bdist_wininst.py. by Thomas Heller · 22 years ago
  40. e567114 Patch #543498: Use License: field instead of Copyright:. by Martin v. Löwis · 22 years ago
  41. 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
  42. c01b350 Only import msvccompiler on win32 platforms. by Jeremy Hylton · 22 years ago
  43. c18fde5 Extend dependency tracking so that .o files are rebuilt. by Jeremy Hylton · 22 years ago
  44. 09e532b Add a new definition to Extension objects: depends. by Jeremy Hylton · 22 years ago
  45. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 22 years ago
  46. a683233 Change warning to debug level; it's a very minor issue. by Jeremy Hylton · 22 years ago
  47. dc8412e Move warning about directory not on sys.path to debug level. by Jeremy Hylton · 22 years ago
  48. 6b3996b Replace bogus bare variables with attribute access. by Jeremy Hylton · 22 years ago
  49. fc861ba Remove unused imports by Jeremy Hylton · 22 years ago
  50. 11a5270 Make None return explicit by Jeremy Hylton · 22 years ago
  51. c58e984 import base64 at the top to avoid two different imports at other times by Jeremy Hylton · 22 years ago
  52. ec77274 ensure_filename() only takes one argument. by Jeremy Hylton · 22 years ago
  53. adb2b38 Reindent lines to improve readability by Jeremy Hylton · 22 years ago
  54. 711f91c Remove (commented out) options that have moved into the distribution. by Jeremy Hylton · 22 years ago
  55. d003abc get_script() implicitly returned None and also had explicit returns. by Jeremy Hylton · 22 years ago
  56. e6f40ea Fix bug in recent change to logging code. by Jeremy Hylton · 22 years ago
  57. a2f9989 Fix unused local variables caught by pychecker. by Jeremy Hylton · 22 years ago
  58. 332a146 Remove unused imports caught by pychecker by Jeremy Hylton · 22 years ago
  59. cd8a114 Make setup.py less chatty by default. by Jeremy Hylton · 22 years ago
  60. 8c20916 Remove unneeded import by Andrew M. Kuchling · 22 years ago
  61. 378498d Append the PC specific include 'PC' and library 'PCBuild' directories by Thomas Heller · 23 years ago
  62. 8570013 Whitespace normalization. Unka Timmy would be proud. by Barry Warsaw · 23 years ago
  63. 0538f1f Patch #531901 by Mark W. Alexander: adds a new distutils packager by Marc-André Lemburg · 23 years ago
  64. 4c7fb96 Remove unconditional debugging prints. by Thomas Heller · 23 years ago
  65. fd0e82a Set the warn_dir option to 0 before running the install command. by Thomas Heller · 23 years ago
  66. a863270 Revert 0/1 -> False/True change; I didn't intend to muck w/ distutils. by Tim Peters · 23 years ago
  67. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 23 years ago
  68. b26ca9d Revert part of previous patch: several install_* subcommands expect by Andrew M. Kuchling · 23 years ago
  69. 3f1822b Add missing Boolean options by Andrew M. Kuchling · 23 years ago
  70. da9f0bf Add unlisted Boolean options. Thomas H., can you please check that I by Andrew M. Kuchling · 23 years ago
  71. 5de82a8 [Bug #517451] bdist_rpm didn't list all of its Boolean options. by Andrew M. Kuchling · 23 years ago
  72. bbea471 Allow shebang's which use versioned Python binaries. Fixes bug #521526. by Marc-André Lemburg · 23 years ago
  73. d2d58e0 First version which runs an install-script (specified by the by Thomas Heller · 23 years ago
  74. 0c350bf package_dir must be converted from the distutils path conventions to by Thomas Heller · 23 years ago
  75. b24231e Restrict the mode to the lowest four octal positions; higher positions by Andrew M. Kuchling · 23 years ago
  76. 2544f51 OS/2 patches by Andrew I MacIntyre for distutils. by Marc-André Lemburg · 23 years ago
  77. 5cba76d SWIGing a source file <name>.i silently overwrites <name>.c if it is by Thomas Heller · 23 years ago
  78. 9668b93 Patch #414775: Add --skip-build option to bdist command. by Martin v. Löwis · 23 years ago
  79. f499b03 Recreated after source changes. by Thomas Heller · 23 years ago
  80. c7cb9ed Second part of fix for bug [#483982] Python 2.2b2 bdist_wininst crashes. by Thomas Heller · 23 years ago
  81. 90294d0 Joe VanAndel wrote: by Marc-André Lemburg · 23 years ago
  82. fb173cd Fix for by Michael W. Hudson · 23 years ago
  83. 49bdaed Fix for by Michael W. Hudson · 23 years ago
  84. 9028d0a Visious hackery to solve a build-control problem related to our use of by Fred Drake · 23 years ago
  85. 3ecc1ce [Bug #475009] Tighten the pattern for the first line, so we don't by Andrew M. Kuchling · 23 years ago
  86. 21d4535 Whitespace normalization. by Fred Drake · 23 years ago
  87. e138f36 Explicitely list the metadata attributes to show by Thomas Heller · 23 years ago
  88. c010c17 Implement PEP250: Use Lib/site-packages under windows. by Thomas Heller · 23 years ago
  89. 4d335b3 [Bug #444589] Record empty directories in the install_data command by Andrew M. Kuchling · 23 years ago
  90. a8ea5ba [Bug #436732] install.py does not record a created *.pth file in the by Andrew M. Kuchling · 23 years ago
  91. f17efb9 Patch #449054 to implement PEP 250. The standard install directory for by Greg Ward · 23 years ago
  92. b1d6029 [Patch #444854 from twburton] by Andrew M. Kuchling · 23 years ago
  93. 6fb8d3a [Patch #442530 from twburton] by Andrew M. Kuchling · 23 years ago
  94. 246c425 Fix for NameError caught by PyChecker. by Andrew M. Kuchling · 23 years ago
  95. f4aa684 [Bug #414032] Make the 'sdist' command work when the distribution contains by Andrew M. Kuchling · 23 years ago
  96. 13f4ea2 Remove unused variable by Andrew M. Kuchling · 23 years ago
  97. 5079fe0 Fix typo caught by PyChecker by Andrew M. Kuchling · 23 years ago
  98. 665f248 Add forgotten import by Andrew M. Kuchling · 23 years ago
  99. db988b1 Use .get_license() by Andrew M. Kuchling · 23 years ago
  100. 8d8e7a3 Do convert_path() on script paths (now PyXML builds out of the box under MacOS.) by Just van Rossum · 23 years ago