1. 4c7fb96 Remove unconditional debugging prints. by Thomas Heller · 22 years ago
  2. fd0e82a Set the warn_dir option to 0 before running the install command. by Thomas Heller · 22 years ago
  3. a863270 Revert 0/1 -> False/True change; I didn't intend to muck w/ distutils. by Tim Peters · 22 years ago
  4. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 22 years ago
  5. f4a4fb9 [Patch #536769] Add -Xcompiler flag for adding arguments and switches for by Andrew M. Kuchling · 22 years ago
  6. b26ca9d Revert part of previous patch: several install_* subcommands expect by Andrew M. Kuchling · 23 years ago
  7. 3f1822b Add missing Boolean options by Andrew M. Kuchling · 23 years ago
  8. da9f0bf Add unlisted Boolean options. Thomas H., can you please check that I by Andrew M. Kuchling · 23 years ago
  9. 5de82a8 [Bug #517451] bdist_rpm didn't list all of its Boolean options. by Andrew M. Kuchling · 23 years ago
  10. bbea471 Allow shebang's which use versioned Python binaries. Fixes bug #521526. by Marc-André Lemburg · 23 years ago
  11. d2d58e0 First version which runs an install-script (specified by the by Thomas Heller · 23 years ago
  12. 005dbb2 on MacOSX/Darwin, use ranlib when building static libs. by Just van Rossum · 23 years ago
  13. 745b460 Make it 1.5.2 compatible again. by Thomas Heller · 23 years ago
  14. 9273ec7 Forgot to add the new emxccompiler.py from Andrew I. MacIntyre's by Marc-André Lemburg · 23 years ago
  15. 3b388ec [Bug #220993; may also fix bug #479469] Fix flakiness when old by Andrew M. Kuchling · 23 years ago
  16. 0c350bf package_dir must be converted from the distutils path conventions to by Thomas Heller · 23 years ago
  17. b24231e Restrict the mode to the lowest four octal positions; higher positions by Andrew M. Kuchling · 23 years ago
  18. 2544f51 OS/2 patches by Andrew I MacIntyre for distutils. by Marc-André Lemburg · 23 years ago
  19. 9635d0b Encode MSVC paths as mbcs. Fixes #509117. 2.2.1 candidate. by Martin v. Löwis · 23 years ago
  20. 5cba76d SWIGing a source file <name>.i silently overwrites <name>.c if it is by Thomas Heller · 23 years ago
  21. 9668b93 Patch #414775: Add --skip-build option to bdist command. by Martin v. Löwis · 23 years ago
  22. 3d2d980 Suggested by Pete Shinners: treat .m and .mm files as source code. by Andrew M. Kuchling · 23 years ago
  23. f499b03 Recreated after source changes. by Thomas Heller · 23 years ago
  24. c7cb9ed Second part of fix for bug [#483982] Python 2.2b2 bdist_wininst crashes. by Thomas Heller · 23 years ago
  25. 90294d0 Joe VanAndel wrote: by Marc-André Lemburg · 23 years ago
  26. d15db5c When using GCC, use the right option to add a directory to the list of dirs by Fred Drake · 23 years ago
  27. fb173cd Fix for by Michael W. Hudson · 23 years ago
  28. 49bdaed Fix for by Michael W. Hudson · 23 years ago
  29. 9028d0a Visious hackery to solve a build-control problem related to our use of by Fred Drake · 23 years ago
  30. 3ecc1ce [Bug #475009] Tighten the pattern for the first line, so we don't by Andrew M. Kuchling · 23 years ago
  31. 21d4535 Whitespace normalization. by Fred Drake · 23 years ago
  32. b94b849 Whitespace normalization. by Fred Drake · 23 years ago
  33. bcd8975 Use a version number of 0.0.0 instead of ???. The latter leads to by Thomas Heller · 23 years ago
  34. d303b61 [Bug #459270] Fix incorrect docstring by Andrew M. Kuchling · 23 years ago
  35. 92c2ebf The libraries argument was completely ignored, fixed. Reported by Tom Loredo. by Jack Jansen · 23 years ago
  36. be63884 With Andrew's blessing: distutils version number is now 1.0.3. by Thomas Heller · 23 years ago
  37. e138f36 Explicitely list the metadata attributes to show by Thomas Heller · 23 years ago
  38. c010c17 Implement PEP250: Use Lib/site-packages under windows. by Thomas Heller · 23 years ago
  39. 045af6f [Bug #404274] Restore some special-case code for AIX and BeOS under 1.5.2. by Andrew M. Kuchling · 23 years ago
  40. 4d335b3 [Bug #444589] Record empty directories in the install_data command by Andrew M. Kuchling · 23 years ago
  41. a8ea5ba [Bug #436732] install.py does not record a created *.pth file in the by Andrew M. Kuchling · 23 years ago
  42. 212a2e1 On the mac some library paths returned were outdated, some were outright funny. by Jack Jansen · 23 years ago
  43. a8aefe5 Don't use dir() to find instance attribute names. by Neil Schemenauer · 23 years ago
  44. 69374e4 Flush output more aggressively. This makes things look better if by Neil Schemenauer · 23 years ago
  45. e259e59 Patch by Bill Noon: added 'dylib' as a library type along with by Jack Jansen · 23 years ago
  46. f17efb9 Patch #449054 to implement PEP 250. The standard install directory for by Greg Ward · 23 years ago
  47. db7aed5 [Patch #441691] preprocess() method for Borland C compiler. by Andrew M. Kuchling · 23 years ago
  48. b1d6029 [Patch #444854 from twburton] by Andrew M. Kuchling · 23 years ago
  49. 6fb8d3a [Patch #442530 from twburton] by Andrew M. Kuchling · 23 years ago
  50. 246c425 Fix for NameError caught by PyChecker. by Andrew M. Kuchling · 23 years ago
  51. f4aa684 [Bug #414032] Make the 'sdist' command work when the distribution contains by Andrew M. Kuchling · 23 years ago
  52. 13f4ea2 Remove unused variable by Andrew M. Kuchling · 23 years ago
  53. 5079fe0 Fix typo caught by PyChecker by Andrew M. Kuchling · 23 years ago
  54. 665f248 Add forgotten import by Andrew M. Kuchling · 23 years ago
  55. 981a178 Wrap a comment to fit in 80 columns. by Fred Drake · 23 years ago
  56. db988b1 Use .get_license() by Andrew M. Kuchling · 23 years ago
  57. fa7dc57 [Bug #412271, bug #449009] Use 'license' as the attribute name, by Andrew M. Kuchling · 23 years ago
  58. 6386a4c Import UnknownFileError by Andrew M. Kuchling · 23 years ago
  59. 106ffdb Import the errno module by Andrew M. Kuchling · 23 years ago
  60. affadeb Use correct variable name by Andrew M. Kuchling · 23 years ago
  61. c916cdc Miscellaneous minor cleanups. by Fred Drake · 23 years ago
  62. 8d8e7a3 Do convert_path() on script paths (now PyXML builds out of the box under MacOS.) by Just van Rossum · 23 years ago
  63. 7cf92fa Add backwards compatibility. by Marc-André Lemburg · 23 years ago
  64. 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago
  65. 7cf7e7e Undo revision 1.7: always mangle a #! line containing "python" to point by Greg Ward · 23 years ago
  66. e628a2f Don't "import *" from stat at all -- just import what's needed, and by Greg Ward · 23 years ago
  67. 5a3e4cb Patch #429442 from Jason Tishler: Corrects sys.platform and by Andrew M. Kuchling · 23 years ago
  68. 70b014d Minor changes for stylistic cleanliness and consistency. by Fred Drake · 23 years ago
  69. 63a4740 Fix a mismatched parenthesis in the last patch. by Guido van Rossum · 23 years ago
  70. 286b107 [Bug #441527] Fixes for preprocessor support, contributed by Tarn by Andrew M. Kuchling · 23 years ago
  71. a5aa0b5 dummy checkin for testing, please ignore by unknown · 23 years ago
  72. 9020bce - _filename_to_abs() didn't cater for .. components in the pathname. Fixed. by Jack Jansen · 23 years ago
  73. 92c5bdb Fixed -D emulation for symbols with a value, as specified with the define_macros Extension argument. by Just van Rossum · 23 years ago
  74. 0152fbd Fix bug #418369: typo in bdist_rpm by Andrew M. Kuchling · 23 years ago
  75. 99f9baa Fixed botched indent in _init_mac() code. (It may never be executed, by Guido van Rossum · 23 years ago
  76. dd13a20 Made distutils understand the MacPython Carbon runtime model. Distutils will build for the runtime model you are currently using for the interpreter. by Jack Jansen · 23 years ago
  77. b3ca303 Fix typo in docstring by Andrew M. Kuchling · 23 years ago
  78. c42402f Bump version # for final release by Andrew M. Kuchling · 23 years ago
  79. b61914d Pete Shinners discovered that zipfile.ZipFile() is called with mode by Guido van Rossum · 23 years ago
  80. f6cdead Since bdist_wininst.py contains the installer executable, it had to be rebuild. by Thomas Heller · 23 years ago
  81. 7880e5e Patch #413912 from Steve Majewski: Add .m to the list of extensions by Andrew M. Kuchling · 23 years ago
  82. f89d993 Back out the requirement to supply a version number by Andrew M. Kuchling · 23 years ago
  83. 88b0884 Change rfc822_escape() to ensure there's a consistent amount of whitespace by Andrew M. Kuchling · 24 years ago
  84. ffb963c Use the get_contact*() accessors instead of get_maintainer*() by Andrew M. Kuchling · 24 years ago
  85. 6e9c0ba Remove redundant import by Andrew M. Kuchling · 24 years ago
  86. ac20f77 Back out conversion to string methods; the Distutils is intended to work by Andrew M. Kuchling · 24 years ago
  87. a7f225d Call the write_pkg_info method by Andrew M. Kuchling · 24 years ago
  88. a7210ed Add 'platforms' and 'keywords' attributes to the DistributionMetadata class, by Andrew M. Kuchling · 24 years ago
  89. df66df0 Patch #407434: add rfc822_escape utility function by Andrew M. Kuchling · 24 years ago
  90. 7620bbd Fix bug #233253: the --define and --undef options didn't work, whether by Andrew M. Kuchling · 24 years ago
  91. 898f099 Bug #409403: Signal an error if the distribution's metadata has no version by Andrew M. Kuchling · 24 years ago
  92. d179be8 Distutils version number has been changed from 1.0.1 to 1.0.2pre by Thomas Heller · 24 years ago
  93. 5c5ea1a The bdist_wininst.py command has been recreated after wininst.exe by Thomas Heller · 24 years ago
  94. 22fcae9 Make docstrings raw, since they contain literal backslashes. by Ka-Ping Yee · 24 years ago
  95. 53a7906 When not copying a file because the output is up to date, make the message by Fred Drake · 24 years ago
  96. 3a95850 Leave #! lines featuring /usr/bin/env alone by Andrew M. Kuchling · 24 years ago
  97. 6335773 Placate tabnanny by Andrew M. Kuchling · 24 years ago
  98. 83c158f Bug #229280: remove '/' characters from the OS name (for BSD/OS :) ) by Andrew M. Kuchling · 24 years ago
  99. a34dbe0 Patch #403947: On Cygwin, use the Unix compiler class, and not by Andrew M. Kuchling · 24 years ago
  100. 9767e76 Patch #404275: generate a reasonable platform string for AIX by Andrew M. Kuchling · 24 years ago