1. 77751c0 Added some debuging output (actually moved here from dist.py) -- by Greg Ward · 24 years ago
  2. 732745b Tweaked usage message. by Greg Ward · 24 years ago
  3. bb8c71d Call 'parse_config_files()' at the appropriate point. by Gregory P. Smith · 24 years ago
  4. d80506c Merged in code from the 0.1.5 release to handle IOError and OSError by Greg Ward · 24 years ago
  5. ddad73b Catch DistutilsOptionError in 'setup()' -- it's thrown either because of by Greg Ward · 24 years ago
  6. b2e2c29 Catch DistutilsFileError in addition to DistutilsExecError in 'setup()'. by Greg Ward · 24 years ago
  7. fe6462c Reorganization: moved the Distribution class from core.py to dist.py, and by Greg Ward · 24 years ago
  8. 1b64a7e Added 'get_name()' and 'get_full_name()' methods to Distribution. by Greg Ward · 24 years ago
  9. f00c34d Added the "distribution query" methods: 'has_pure_modules()', by Greg Ward · 24 years ago
  10. 89489fa Beefed up error-handling in 'setup()' a smidge: by Greg Ward · 24 years ago
  11. 1497b61 Dropped the evil and misguided 'set_peer_option()' method -- it's no by Greg Ward · 24 years ago
  12. 7f6ef6c Renamed 'install_path' to 'extra_path'. by Greg Ward · 24 years ago
  13. 89ccb98 Oops! Don't call 'ensure_ready()' in 'Distribution.find_command_obj()' -- by Greg Ward · 24 years ago
  14. 3ce77fd Changed '__rcsid__' to '__revision__'. by Greg Ward · 24 years ago
  15. 611850b Added call to 'ensure_ready()' on the command object in by Greg Ward · 24 years ago
  16. 7a0620c Try to deal with pre-1.5.2 IOError exception objects. by Greg Ward · 24 years ago
  17. 18c05f2 Changed all references to command methods 'set_default_options()' and by Greg Ward · 24 years ago
  18. 4c96db1 Changed references to the command class 'options' attribute to 'user_options'. by Greg Ward · 24 years ago
  19. 592f282 Command classes are now named identically to their commands, so reflect this by Greg Ward · 24 years ago
  20. 1bea7ab Added 'libraries' option for use by the 'build_lib' command. Typo fix. by Greg Ward · 25 years ago
  21. f0fd617 Improvements to the help system: by Greg Ward · 25 years ago
  22. 9d46b9c When emitting a command-line error message, *say* it's an error. by Greg Ward · 25 years ago
  23. c9c37b1 Made "verbose" mode the default; now you have to supply --quiet if you by Greg Ward · 25 years ago
  24. 346e320 Qualified use of 'newer_group' function. by Greg Ward · 25 years ago
  25. 0c35ac6 Added 'force' and 'quiet' (negative alias for 'verbose') to the by Greg Ward · 25 years ago
  26. 3868eb9 Added 'ready' flag and 'ensure_ready()' method to Command: together by Greg Ward · 25 years ago
  27. df0d335 Ditched the whole notion of "alias options": this meant dropping the by Greg Ward · 25 years ago
  28. 1ae3246 Fixed some goofs in 'alias_options'. by Greg Ward · 25 years ago
  29. 42926dd Careful rethink of command options, distribution options, distribution by Greg Ward · 25 years ago
  30. 1ea8af2 Patch from Perry Stoll: import types module. by Greg Ward · 25 years ago
  31. 7f65c65 Comment tweak. by Greg Ward · 25 years ago
  32. c997334 Added the 'have_run' dictionary to Distribution, and changed by Greg Ward · 25 years ago
  33. 884df45 The 'copy_file()' and 'copy_tree()' functions in util.py now have by Greg Ward · 25 years ago
  34. 06ca948 Added all the "external action" methods (to make handling the verbose by Greg Ward · 25 years ago
  35. 2689e3d First checkin of real Distutils code. by Greg Ward · 25 years ago