1. ac20f77 Back out conversion to string methods; the Distutils is intended to work by Andrew M. Kuchling · 23 years ago
  2. fc170b1 String method conversion. by Eric S. Raymond · 23 years ago
  3. 071ed76 Standardize whitespace in function calls. by Greg Ward · 24 years ago
  4. ecce145 In 'reinitialize_subcommand()', pass 'reinit_subcommands' flag on to the by Greg Ward · 24 years ago
  5. b3e0ad9 Added the "sub-command" machinery to formalize the notion of "command by Greg Ward · 24 years ago
  6. 29124ff Fix references to functions formerly imported from 'util'. by Greg Ward · 24 years ago
  7. d7faa81 Replaced 'execute()' method with a thin wrapper around 'util.execute()'. by Greg Ward · 24 years ago
  8. 612eb9f Fixed a grab-bag of typos spotted by Rob Hooft. by Greg Ward · 24 years ago
  9. a05e293 typos fixed by Rob Hooft by Jeremy Hylton · 24 years ago
  10. ebec02a Added 'debug_print()' method (driven by DEBUG global from distutils.core). by Greg Ward · 24 years ago
  11. 31413a7 Added the 'ensure_*' methods from bdist_rpm; refactored 'ensure_filename()' by Greg Ward · 24 years ago
  12. 8ff5a3f Reformatted and updated many docstrings. by Greg Ward · 24 years ago
  13. 308acf0 Added 'reinitialize_command()' method -- delegated to Distribution instance. by Greg Ward · 24 years ago
  14. adda156 Added 'dump_options()' for debugging output. by Greg Ward · 24 years ago
  15. 4fb29e5 Some far-reaching naming changes: by Greg Ward · 24 years ago
  16. 029e302 Added comment to remind us of the (temporary?) obsolescense of the by Greg Ward · 24 years ago
  17. 5edcd90 Use 'get_command_obj()' instead of 'find_command_obj()'. by Greg Ward · 24 years ago
  18. 21b9e91 In 'install_misc': 'self.outfiles' defaults to the empty list, so we don't by Gregory P. Smith · 24 years ago
  19. ce2b6b8 In 'install_misc' class: by Gregory P. Smith · 24 years ago
  20. b2e3bb3 Patch from Bastien Kleineidam: by Gregory P. Smith · 24 years ago
  21. f4f8e64 Got rid of some little-used and not-very-useful methods: 'get_option()' and by Greg Ward · 24 years ago
  22. 02a1a2b Cleaned up/simplified error-handling: by Greg Ward · 24 years ago
  23. d197a3a Define 'self.force' in the constructor and remove the hack in '__getattr__()' by Greg Ward · 24 years ago
  24. e9613ae Added a check for the 'force' attribute in '__getattr__()' -- better than by Greg Ward · 24 years ago
  25. 68a0757 Removed global '--force' option -- just too vague a concept to be applicable by Greg Ward · 24 years ago
  26. b361233 Added (currently) pointless and trivial main body (for future tests). by Greg Ward · 24 years ago
  27. fe6462c Reorganization: moved the Distribution class from core.py to dist.py, and by Greg Ward · 24 years ago