1. a4adafd Changed the semantics of the 'sub_commands' list: instead of function by Greg Ward · 24 years ago
  2. 0ec8ef1 Made the '--record' option take an argument, which is the name of the by Gregory P. Smith · 24 years ago
  3. 7e855ef Ditch the explicit search for *.py[co] files -- they're now included in by Gregory P. Smith · 24 years ago
  4. f9ebf98 Moved check for installation to non-sys.path location so it comes by Gregory P. Smith · 24 years ago
  5. 8cb6761 Harry Henry Gebel: add the "--record" option to write the list of by Gregory P. Smith · 24 years ago
  6. 17f641c Fixed 'select_scheme()' so it doesn't override a directory attribute that's by Gregory P. Smith · 24 years ago
  7. 74ead8f Added --skip-build option, so lazy debuggers/testers (mainly me) don't by Gregory P. Smith · 24 years ago
  8. b2e3bb3 Patch from Bastien Kleineidam: by Gregory P. Smith · 24 years ago
  9. 6a647bb Added the "--root" option as a sort of meta-install-base; if supplied, by Greg Ward · 24 years ago
  10. ff2d9b7 Hacked things up a bit so that configuration variables are expanded by Greg Ward · 24 years ago
  11. ba38d12 Fixed 'get_outputs()' so it actually works. by Greg Ward · 25 years ago
  12. ee94c57 Changed so the sub-commands we rely on to do the real work is specified by Greg Ward · 25 years ago
  13. 790c110 Revised tons of comments to reflect the current state of affairs better. by Greg Ward · 25 years ago
  14. 048ca7d Run 'install_lib' instead of 'install_py', and ditch 'install_ext' by Greg Ward · 25 years ago
  15. 066af10 Dropped any notion of allowing the user to specify the build directories: by Greg Ward · 25 years ago
  16. a233d86 Yet another complete rewrite. Hopefully the *last* complete rewrite of by Greg Ward · 25 years ago
  17. 3ce77fd Changed '__rcsid__' to '__revision__'. by Greg Ward · 25 years ago
  18. 4f08e4f Unfinished, untested implementation of the lovely baroque installation scheme by Greg Ward · 25 years ago
  19. e01149c Renamed 'set_default_options()' to 'initialize_options()', and by Greg Ward · 25 years ago
  20. bbeceea Renamed all 'options' class attributes to 'user_options'. by Greg Ward · 25 years ago
  21. 1993f9a Renamed all command classes so they're exactly the same as the name of the by Greg Ward · 25 years ago
  22. 37bc815 Added 'description' class attribute to every command class (to help the by Greg Ward · 25 years ago
  23. c27d800 Always run sys.prefix and sys.exec_prefix through 'os.path.normpath()' by Greg Ward · 25 years ago
  24. e6ac2fc Renamed many options to be consistent across commands. by Greg Ward · 25 years ago
  25. 865de83 Added 'install_path' option for giving non-packagized module by Greg Ward · 25 years ago
  26. c9c011c Straightened up the selection of installation directories for platform- by Greg Ward · 25 years ago
  27. 1016af9 Oops, call 'os.path.join()'! by Greg Ward · 25 years ago
  28. ba3f108 Added a self-berating command relating to installation directories for by Greg Ward · 25 years ago
  29. 9a33707 Hacked 'set_final_options()' to set (hopefully) appropriate values for by Greg Ward · 25 years ago
  30. 0f72695 Rearranged things so that compilation of .py files is the responsibility by Greg Ward · 25 years ago
  31. 13ae1c8 First checkin of real Distutils command modules. by Greg Ward · 26 years ago