1. a5f4c07 Remove use of string module and reflow a couple of long lines. by Jeremy Hylton · 23 years ago
  2. 6b01685 This patch fixes the following bugs: by Gustavo Niemeyer · 23 years ago
  3. d7c14c6 Must now give the basename - not including directories - of the by Thomas Heller · 23 years ago
  4. 29c8623 [Patch #588809] LDFLAGS support for build_ext.py, from Robert Weber by Andrew M. Kuchling · 23 years ago
  5. 47ca2bc [Patch #588809] Remove check of environment variables; sysconfig.py will do that now by Andrew M. Kuchling · 23 years ago
  6. e2d1214 [Bug #620630] Flush stdout after logging every message. Without it, by Andrew M. Kuchling · 23 years ago
  7. 33a5edf Add get_distutil_options(); future setup.py files can use this to check by Andrew M. Kuchling · 23 years ago
  8. b6c316f [Bug #570655] Fix misleading option text by Andrew M. Kuchling · 23 years ago
  9. 05c9335 Fixes SF bug#614051: win32 build_ext problem. by Thomas Heller · 23 years ago
  10. ccf4e42 Catch only ImportError by Andrew M. Kuchling · 23 years ago
  11. ff4ad9a Make the Distribution() constructor forgiving of unknown keyword by Andrew M. Kuchling · 23 years ago
  12. 5b1614d Recreated after source changes. by Thomas Heller · 23 years ago
  13. 0cf4269 Recreated after source changes. by Thomas Heller · 23 years ago
  14. d98d25e Revert the previous checkin - it didn't work anyway. by Thomas Heller · 23 years ago
  15. 628e3bf MacOSX linker doesn't understand -R flag at all, no matter how you feed it by Skip Montanaro · 23 years ago
  16. bb20bb6 Patch #619493: Prefer rpmbuild over rpm if available. Backported to 2.2. by Martin v. Löwis · 23 years ago
  17. c7cdd71 Pulling Mark Alexander's contribution from CVS. by Marc-André Lemburg · 23 years ago
  18. 70e1d9b save the verbose argument as an instance attributes. Subclasses of by Skip Montanaro · 23 years ago
  19. cc3a6df Commit fix for SF 603831. by Guido van Rossum · 23 years ago
  20. bffa52f Whitespace normalization (get rid of tabs). by Guido van Rossum · 23 years ago
  21. fcd7353 Use distutils.debug.DEBUG instead of distutils.core.DEBUG. by Jeremy Hylton · 23 years ago
  22. 5f6228e Define DEBUG in a separate module to resolve circular references. by Jeremy Hylton · 23 years ago
  23. df453fd The .preprocess() method didn't work, because it didn't add the input file by Andrew M. Kuchling · 23 years ago
  24. 4013cbd Include an empty body when checking for a header file by Andrew M. Kuchling · 23 years ago
  25. b0df6a1 SF bug #574235, convert_path fails with empty pathname by Neal Norwitz · 23 years ago
  26. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 23 years ago
  27. 4104db3 - comment improvement - implement viable library search routine for EMX by Andrew MacIntyre · 23 years ago
  28. 428a38c add parameter missing following Jeremy's compiler class refactoring by Andrew MacIntyre · 23 years ago
  29. f4ad4ce Recompiled the exe and updated bdist_wininst.py. by Thomas Heller · 23 years ago
  30. e567114 Patch #543498: Use License: field instead of Copyright:. by Martin v. Löwis · 23 years ago
  31. 6b7d69d Well, Fred never did explain why the code to determine whether the by Michael W. Hudson · 23 years ago
  32. 2bb5980 The standard definition file is now called mwerks_shcarbon_plugin.h. by Jack Jansen · 23 years ago
  33. 80a3e0a Whitespace normalization (remove tabs) by Neal Norwitz · 23 years ago
  34. ab5320b Fixed various MacPython-specific issues found by attempting to use the standard core setup.py for MacPython. by Jack Jansen · 23 years ago
  35. 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 · 23 years ago
  36. 2683ac7 Define NDEBUG for releae builds, just like Python. by Jeremy Hylton · 23 years ago
  37. 1b046e4 Add implementation of _compile() and use default compile() method. by Jeremy Hylton · 23 years ago
  38. 6e08d22 Add a default implementation of compile() to the base class. by Jeremy Hylton · 23 years ago
  39. c01b350 Only import msvccompiler on win32 platforms. by Jeremy Hylton · 23 years ago
  40. c18fde5 Extend dependency tracking so that .o files are rebuilt. by Jeremy Hylton · 23 years ago
  41. 1bba31d Refactor compile() method implementations. by Jeremy Hylton · 23 years ago
  42. 6864d30 Add depends=None to the arglist for compile(). by Jeremy Hylton · 23 years ago
  43. 59b103c Extend compiler() method with optional depends argument. by Jeremy Hylton · 23 years ago
  44. 129b17d More style changes and little cleanups. by Jeremy Hylton · 23 years ago
  45. 022640d Some more style improvements by Jeremy Hylton · 23 years ago
  46. 28f46e1 Python style conformance: Delete spaces between name of function and arglist. by Jeremy Hylton · 23 years ago
  47. 09e532b Add a new definition to Extension objects: depends. by Jeremy Hylton · 23 years ago
  48. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 23 years ago
  49. a683233 Change warning to debug level; it's a very minor issue. by Jeremy Hylton · 23 years ago
  50. dc8412e Move warning about directory not on sys.path to debug level. by Jeremy Hylton · 23 years ago
  51. 8f787bf Test changes before checking them in. by Jeremy Hylton · 23 years ago
  52. 40ebbef Track extra arg to option_table to all uses of it by Jeremy Hylton · 23 years ago
  53. 6b3996b Replace bogus bare variables with attribute access. by Jeremy Hylton · 23 years ago
  54. 115fdc6 Define DEBUG as early as possible to avoid import problems. by Jeremy Hylton · 23 years ago
  55. 4f2f133 Add missing import of log. by Jeremy Hylton · 23 years ago
  56. 7146073 Use module-level import of DEBUG instead of many function-level imports. by Jeremy Hylton · 23 years ago
  57. fc861ba Remove unused imports by Jeremy Hylton · 23 years ago
  58. 11a5270 Make None return explicit by Jeremy Hylton · 23 years ago
  59. c58e984 import base64 at the top to avoid two different imports at other times by Jeremy Hylton · 23 years ago
  60. ec77274 ensure_filename() only takes one argument. by Jeremy Hylton · 23 years ago
  61. adb2b38 Reindent lines to improve readability by Jeremy Hylton · 23 years ago
  62. 711f91c Remove (commented out) options that have moved into the distribution. by Jeremy Hylton · 23 years ago
  63. d003abc get_script() implicitly returned None and also had explicit returns. by Jeremy Hylton · 23 years ago
  64. d53f6e4 global _option_order is not used by Jeremy Hylton · 23 years ago
  65. e6f40ea Fix bug in recent change to logging code. by Jeremy Hylton · 23 years ago
  66. a2f9989 Fix unused local variables caught by pychecker. by Jeremy Hylton · 23 years ago
  67. a181ec0 Set repeat metadata for an option based on repeat local var not constant. by Jeremy Hylton · 23 years ago
  68. 332a146 Remove unused imports caught by pychecker by Jeremy Hylton · 23 years ago
  69. cd8a114 Make setup.py less chatty by default. by Jeremy Hylton · 23 years ago
  70. 6fa82a3 A simple log mechanism styled after the proposed std library module by Jeremy Hylton · 23 years ago
  71. e22bc1e The comment said: by Jeremy Hylton · 23 years ago
  72. 16c8d70 When using a Python that has not been installed to build 3rd-party by Fred Drake · 23 years ago
  73. 8c20916 Remove unneeded import by Andrew M. Kuchling · 23 years ago
  74. 0b5c112 Prevent convert_path from crashing if the path is an empty string. Bugfix candidate. by Andrew M. Kuchling · 23 years ago
  75. 69d31b7 Pass the full pathname to MSVC when compiling a debug version. This by Thomas Heller · 23 years ago
  76. 378498d Append the PC specific include 'PC' and library 'PCBuild' directories by Thomas Heller · 23 years ago
  77. e650080 Fix trivial typo. by Thomas Heller · 23 years ago
  78. 8570013 Whitespace normalization. Unka Timmy would be proud. by Barry Warsaw · 23 years ago
  79. 0538f1f Patch #531901 by Mark W. Alexander: adds a new distutils packager by Marc-André Lemburg · 23 years ago
  80. 4c7fb96 Remove unconditional debugging prints. by Thomas Heller · 23 years ago
  81. fd0e82a Set the warn_dir option to 0 before running the install command. by Thomas Heller · 23 years ago
  82. a863270 Revert 0/1 -> False/True change; I didn't intend to muck w/ distutils. by Tim Peters · 23 years ago
  83. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 23 years ago
  84. f4a4fb9 [Patch #536769] Add -Xcompiler flag for adding arguments and switches for by Andrew M. Kuchling · 23 years ago
  85. b26ca9d Revert part of previous patch: several install_* subcommands expect by Andrew M. Kuchling · 23 years ago
  86. 3f1822b Add missing Boolean options by Andrew M. Kuchling · 23 years ago
  87. da9f0bf Add unlisted Boolean options. Thomas H., can you please check that I by Andrew M. Kuchling · 23 years ago
  88. 5de82a8 [Bug #517451] bdist_rpm didn't list all of its Boolean options. by Andrew M. Kuchling · 23 years ago
  89. bbea471 Allow shebang's which use versioned Python binaries. Fixes bug #521526. by Marc-André Lemburg · 23 years ago
  90. d2d58e0 First version which runs an install-script (specified by the by Thomas Heller · 23 years ago
  91. 005dbb2 on MacOSX/Darwin, use ranlib when building static libs. by Just van Rossum · 24 years ago
  92. 745b460 Make it 1.5.2 compatible again. by Thomas Heller · 24 years ago
  93. 9273ec7 Forgot to add the new emxccompiler.py from Andrew I. MacIntyre's by Marc-André Lemburg · 24 years ago
  94. 3b388ec [Bug #220993; may also fix bug #479469] Fix flakiness when old by Andrew M. Kuchling · 24 years ago
  95. 0c350bf package_dir must be converted from the distutils path conventions to by Thomas Heller · 24 years ago
  96. b24231e Restrict the mode to the lowest four octal positions; higher positions by Andrew M. Kuchling · 24 years ago
  97. 2544f51 OS/2 patches by Andrew I MacIntyre for distutils. by Marc-André Lemburg · 24 years ago
  98. 9635d0b Encode MSVC paths as mbcs. Fixes #509117. 2.2.1 candidate. by Martin v. Löwis · 24 years ago
  99. 5cba76d SWIGing a source file <name>.i silently overwrites <name>.c if it is by Thomas Heller · 24 years ago
  100. 9668b93 Patch #414775: Add --skip-build option to bdist command. by Martin v. Löwis · 24 years ago