1. a52b852 [Bug #693470] 'licence' as an alias for 'license' doesn't work. by Andrew M. Kuchling · 22 years ago
  2. a2eaf31 [Bug #69389] List register command in __all__, so setup.py --help-commands will now list it by Andrew M. Kuchling · 22 years ago
  3. a9ccce3 Improve description by Andrew M. Kuchling · 22 years ago
  4. e557f35 [Patch #695090 from Bernhard Herzog] Allow specifying both py_modules and packages by Andrew M. Kuchling · 22 years ago
  5. 10da45e [Bug #668662] Patch from Pearu Pearson: if a C source file is by Andrew M. Kuchling · 22 years ago
  6. af16065 announce(): use the level argument to control the log level. by Guido van Rossum · 22 years ago
  7. a85dbeb set_verbosity(): do something reasonable for out-of-range verbosity by Guido van Rossum · 22 years ago
  8. 80be59b Include download_url in the data POSTed to the catalog server by Andrew M. Kuchling · 22 years ago
  9. 188d85f [Patch #683939] Add download_url field to metadata by Andrew M. Kuchling · 22 years ago
  10. 23c98c5 [Patch #684398] Rename verbose argument to show-response; don't conditionalize the get_classifiers() call by Andrew M. Kuchling · 22 years ago
  11. e12dcd7 Use python.org as the repository by Andrew M. Kuchling · 22 years ago
  12. 679bc9f [Patch #681504] Call customize_compiler in config command by Andrew M. Kuchling · 22 years ago
  13. 4f82a51 Pick up Makefile variable BASECFLAGS too. This is needed since OPT was by Jack Jansen · 22 years ago
  14. ca3fec7 patch #664131, fix config command on OSX and Linux by Just van Rossum · 22 years ago
  15. 9582794 Pass the preprocessor options also to the resource compiler by Thomas Heller · 22 years ago
  16. d3590f9 Only log a message and chmod() when the mode isn't already what we by Guido van Rossum · 22 years ago
  17. 6ffdaab Remove the recently-added get_distutil_options(), and just by Andrew M. Kuchling · 22 years ago
  18. bcb0e20 Change the mode of scripts in the build/scripts* directory to executable. by Guido van Rossum · 22 years ago
  19. b8c7b9f Translate spaces in the machine name to underscores by Andrew M. Kuchling · 22 years ago
  20. 51a6a4c [Patch #658094 ] PEP 301 implementation Add the 'register' distutils command by Andrew M. Kuchling · 22 years ago
  21. 282e2c3 [Patch #658094] PEP 301 implementation by Andrew M. Kuchling · 22 years ago
  22. 8c6e0ec Bug #599248: strip directories when building Python. Out-of-tree builds should work again. by Andrew M. Kuchling · 22 years ago
  23. 0375079 Adding Python <= 2.2 support back in. by Marc-André Lemburg · 22 years ago
  24. 8e30bcd Fix mode on scripts to have the read bit set (noted by Nicholas Riley) by Andrew M. Kuchling · 22 years ago
  25. 31ddfb6 [Part of patch #641685] Add .dylib as an extension for shared libraries by Andrew M. Kuchling · 22 years ago
  26. 94e7bb7 Use "is" to test type objects, not "==". by Fred Drake · 22 years ago
  27. acd5cb2 Fix for bug #410541: bdist builds bogus .zips by Andrew M. Kuchling · 22 years ago
  28. 40f23e0 Part of the fix for bug #410541: add ensure_relative() function by Andrew M. Kuchling · 22 years ago
  29. 450cafa (This is hopefully the last large, funny checkin message for by Thomas Heller · 22 years ago
  30. 3a23c3f get_python_version was not imported. by Thomas Heller · 22 years ago
  31. fec3262 Reflow comment by Andrew M. Kuchling · 22 years ago
  32. 69ceb33 Patch #642019: Recognize gcc-x.y as gcc. by Martin v. Löwis · 22 years ago
  33. cdd2157 Bug #639118 from Ollie Oldham: archiver should use zipfile before zip by Andrew M. Kuchling · 22 years ago
  34. 2db92a6 Add missing import by Andrew M. Kuchling · 22 years ago
  35. d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 22 years ago
  36. 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
  37. f6756e8 Fix docstring typo; remove 'created' line by Andrew M. Kuchling · 22 years ago
  38. 1cace1a [Bug #550364] Use sysconfig.get_python_version() by Andrew M. Kuchling · 22 years ago
  39. 0ff98b9 [Bug #550364] Add get_python_version() by Andrew M. Kuchling · 22 years ago
  40. 9a38dcf [Bug #599248] ext module generation problem by Andrew M. Kuchling · 22 years ago
  41. 3f1c9a9 Allow unknown keyword arguments to the Extension class, and warn about them. by Andrew M. Kuchling · 22 years ago
  42. 33635aa Back out part of rev. 1.53, restoring the use of the string module. by Andrew M. Kuchling · 22 years ago
  43. 8557156 Update file by Andrew M. Kuchling · 22 years ago
  44. 91e7753 [Bug #233259] Ugly traceback for DistutilsPlatformError by Andrew M. Kuchling · 22 years ago
  45. 706867c Fix comment typo by Andrew M. Kuchling · 22 years ago
  46. 492620a Use dynamic linking for the SHGetSpecialFolderPath function, it is not by Thomas Heller · 22 years ago
  47. 8560bb8 Fix a small bug when sys.argv[0] has an absolute path. by Thomas Heller · 22 years ago
  48. fbceb01 Fixed bug "[#466200] ability to specify a 'verify' script". by Gustavo Niemeyer · 22 years ago
  49. cd8fdbb Repair inconsistent use of tabs and spaces. by Jeremy Hylton · 22 years ago
  50. a5f4c07 Remove use of string module and reflow a couple of long lines. by Jeremy Hylton · 22 years ago
  51. 6b01685 This patch fixes the following bugs: by Gustavo Niemeyer · 22 years ago
  52. d7c14c6 Must now give the basename - not including directories - of the by Thomas Heller · 22 years ago
  53. 29c8623 [Patch #588809] LDFLAGS support for build_ext.py, from Robert Weber by Andrew M. Kuchling · 22 years ago
  54. 47ca2bc [Patch #588809] Remove check of environment variables; sysconfig.py will do that now by Andrew M. Kuchling · 22 years ago
  55. e2d1214 [Bug #620630] Flush stdout after logging every message. Without it, by Andrew M. Kuchling · 22 years ago
  56. 33a5edf Add get_distutil_options(); future setup.py files can use this to check 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. ccf4e42 Catch only ImportError by Andrew M. Kuchling · 22 years ago
  60. ff4ad9a Make the Distribution() constructor forgiving of unknown keyword by Andrew M. Kuchling · 22 years ago
  61. 5b1614d Recreated after source changes. by Thomas Heller · 22 years ago
  62. 0cf4269 Recreated after source changes. by Thomas Heller · 22 years ago
  63. d98d25e Revert the previous checkin - it didn't work anyway. by Thomas Heller · 22 years ago
  64. 628e3bf MacOSX linker doesn't understand -R flag at all, no matter how you feed it by Skip Montanaro · 22 years ago
  65. bb20bb6 Patch #619493: Prefer rpmbuild over rpm if available. Backported to 2.2. by Martin v. Löwis · 22 years ago
  66. c7cdd71 Pulling Mark Alexander's contribution from CVS. by Marc-André Lemburg · 22 years ago
  67. 70e1d9b save the verbose argument as an instance attributes. Subclasses of by Skip Montanaro · 22 years ago
  68. cc3a6df Commit fix for SF 603831. by Guido van Rossum · 22 years ago
  69. bffa52f Whitespace normalization (get rid of tabs). by Guido van Rossum · 22 years ago
  70. fcd7353 Use distutils.debug.DEBUG instead of distutils.core.DEBUG. by Jeremy Hylton · 22 years ago
  71. 5f6228e Define DEBUG in a separate module to resolve circular references. by Jeremy Hylton · 22 years ago
  72. df453fd The .preprocess() method didn't work, because it didn't add the input file by Andrew M. Kuchling · 22 years ago
  73. 4013cbd Include an empty body when checking for a header file by Andrew M. Kuchling · 22 years ago
  74. b0df6a1 SF bug #574235, convert_path fails with empty pathname by Neal Norwitz · 22 years ago
  75. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 22 years ago
  76. 4104db3 - comment improvement - implement viable library search routine for EMX by Andrew MacIntyre · 22 years ago
  77. 428a38c add parameter missing following Jeremy's compiler class refactoring by Andrew MacIntyre · 22 years ago
  78. f4ad4ce Recompiled the exe and updated bdist_wininst.py. by Thomas Heller · 22 years ago
  79. e567114 Patch #543498: Use License: field instead of Copyright:. by Martin v. Löwis · 22 years ago
  80. 6b7d69d Well, Fred never did explain why the code to determine whether the by Michael W. Hudson · 22 years ago
  81. 2bb5980 The standard definition file is now called mwerks_shcarbon_plugin.h. by Jack Jansen · 22 years ago
  82. 80a3e0a Whitespace normalization (remove tabs) by Neal Norwitz · 22 years ago
  83. ab5320b Fixed various MacPython-specific issues found by attempting to use the standard core setup.py for MacPython. by Jack Jansen · 22 years ago
  84. 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
  85. 2683ac7 Define NDEBUG for releae builds, just like Python. by Jeremy Hylton · 22 years ago
  86. 1b046e4 Add implementation of _compile() and use default compile() method. by Jeremy Hylton · 22 years ago
  87. 6e08d22 Add a default implementation of compile() to the base class. by Jeremy Hylton · 22 years ago
  88. c01b350 Only import msvccompiler on win32 platforms. by Jeremy Hylton · 22 years ago
  89. c18fde5 Extend dependency tracking so that .o files are rebuilt. by Jeremy Hylton · 22 years ago
  90. 1bba31d Refactor compile() method implementations. by Jeremy Hylton · 22 years ago
  91. 6864d30 Add depends=None to the arglist for compile(). by Jeremy Hylton · 22 years ago
  92. 59b103c Extend compiler() method with optional depends argument. by Jeremy Hylton · 22 years ago
  93. 129b17d More style changes and little cleanups. by Jeremy Hylton · 22 years ago
  94. 022640d Some more style improvements by Jeremy Hylton · 22 years ago
  95. 28f46e1 Python style conformance: Delete spaces between name of function and arglist. by Jeremy Hylton · 22 years ago
  96. 09e532b Add a new definition to Extension objects: depends. by Jeremy Hylton · 22 years ago
  97. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 22 years ago
  98. a683233 Change warning to debug level; it's a very minor issue. by Jeremy Hylton · 22 years ago
  99. dc8412e Move warning about directory not on sys.path to debug level. by Jeremy Hylton · 22 years ago
  100. 8f787bf Test changes before checking them in. by Jeremy Hylton · 22 years ago