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