1. f84fb66 Split 'run()' up into 'build()', 'install()', and 'bytecompile()' (for by Greg Ward · 24 years ago
  2. 7b87c0e Whitespace tweaks. by Greg Ward · 24 years ago
  3. 3a0310a Added --force (-f) option to force installation (including bytecode by Greg Ward · 24 years ago
  4. ab3a0f3 Fixed imports from '*util' modules to not just import everything from util. by Greg Ward · 24 years ago
  5. 90c74cc Rene Liebscher: fix 'skipping byte-compilation' message for grammatical by Greg Ward · 24 years ago
  6. 4fb29e5 Some far-reaching naming changes: by Greg Ward · 24 years ago
  7. d7ad503 Fixed command description. by Greg Ward · 24 years ago
  8. f355d47 Check if the claimed build directory doesn't exist, and warn that we don't by Greg Ward · 24 years ago
  9. 11fb783 Added '_bytecode_filenames()' method, and use it in 'get_outputs()' by Gregory P. Smith · 24 years ago
  10. 74ead8f Added --skip-build option, so lazy debuggers/testers (mainly me) don't by Gregory P. Smith · 24 years ago
  11. 4779cdf Don't use 'set_option()' or 'get_option()' method -- direct attribute access, by Greg Ward · 24 years ago
  12. 1aab6e9 Added 'get_inputs()'. by Greg Ward · 24 years ago
  13. ed8a0e0 Patch inspired by Bastian Kleineidam <calvin@cs.uni-sb.de>: by Greg Ward · 24 years ago
  14. e5dfba5 Be sure to run both 'build_py' and 'build_ext', now that this command by Greg Ward · 24 years ago
  15. 297dd9f Fixed the class name. by Greg Ward · 24 years ago
  16. 3ce77fd Changed '__rcsid__' to '__revision__'. by Greg Ward · 24 years ago
  17. 4f08e4f Unfinished, untested implementation of the lovely baroque installation scheme by Greg Ward · 24 years ago
  18. e01149c Renamed 'set_default_options()' to 'initialize_options()', and by Greg Ward · 24 years ago
  19. bbeceea Renamed all 'options' class attributes to 'user_options'. by Greg Ward · 24 years ago
  20. 1993f9a Renamed all command classes so they're exactly the same as the name of the by Greg Ward · 24 years ago
  21. 37bc815 Added 'description' class attribute to every command class (to help the by Greg Ward · 24 years ago
  22. 7478a48 Added missing run of corresponding 'build' command. by Greg Ward · 24 years ago
  23. ef9ad6d Tweaked verbosity messages for byte-compilation. by Greg Ward · 25 years ago
  24. e6ac2fc Renamed many options to be consistent across commands. by Greg Ward · 25 years ago
  25. fa4eb18 Changed selection of installation directories (in 'set_final_options()') by Greg Ward · 25 years ago
  26. 440e2f5 Patch from Perry Stoll: typo fix, make sure we only compile .py files. by Greg Ward · 25 years ago
  27. 0f72695 Rearranged things so that compilation of .py files is the responsibility by Greg Ward · 25 years ago
  28. 4070f50 Changed to use the method versions of 'copy_file()', 'copy_tree()', by Greg Ward · 25 years ago
  29. 13ae1c8 First checkin of real Distutils command modules. by Greg Ward · 25 years ago