1. f449ea5 Generalized 'reinitialize_command()' so it can optionally reinitialize by Greg Ward · 24 years ago
  2. 9821bf4 Added 'script_name' and 'script_args' instance attributes to Distribution. by Greg Ward · 24 years ago
  3. 612eb9f Fixed a grab-bag of typos spotted by Rob Hooft. by Greg Ward · 24 years ago
  4. 65d6edb fix inconsistent use of tabs and spaces by Jeremy Hylton · 24 years ago
  5. 7d9c705 Typo fix. by Greg Ward · 24 years ago
  6. 55fced3 More stylistic tweaks to the generic '--help-xxx' code. by Greg Ward · 24 years ago
  7. 2ff7887 Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch. by Greg Ward · 24 years ago
  8. 9d17a7a Patch from Rene Liebscher: this adds "--help-foo" options to list the by Greg Ward · 24 years ago
  9. 1169687 Always look for the system config file in the Distutils module directory, by Greg Ward · 24 years ago
  10. acf3f6a Patch from Rene Liebscher: by Greg Ward · 24 years ago
  11. 43955c9 Fix 'reinitialize_command()' so it resets the 'have_run' flag for the by Greg Ward · 24 years ago
  12. 2bd3f42 Only print debugging output if DEBUG true (and deleted some of the more by Greg Ward · 24 years ago
  13. 8ff5a3f Reformatted and updated many docstrings. by Greg Ward · 24 years ago
  14. 282c7a0 Oops, 'reinitialize_command()' forgot to return the command object if didn't by Greg Ward · 24 years ago
  15. c32d9a6 Factored '_set_command_options()' out of 'get_command_obj()'. by Greg Ward · 24 years ago
  16. 4fb29e5 Some far-reaching naming changes: by Greg Ward · 24 years ago
  17. 51def7d Support for the "install_headers" command: distribution option 'headers' by Greg Ward · 24 years ago
  18. 0e48cfd Factored out code for extracting-or-creating one of the option by Greg Ward · 24 years ago
  19. 40313cf Fix 'get_command_obj()' so it checks if a command object has an attribute by Greg Ward · 24 years ago
  20. 4746077 Fixed so options from config files and command lines actually work: by Greg Ward · 24 years ago
  21. d5d8a99 Marching towards full support of config files: thoroughly overhauled the by Greg Ward · 24 years ago
  22. 44a61bb Added 'has_scripts()', 'has_data_files()' methods. by Greg Ward · 24 years ago
  23. 36c36fe Added missing import. by Greg Ward · 24 years ago
  24. 6a901dd List data files are listed in the Distribution attribute 'data_files', by Gregory P. Smith · 24 years ago
  25. b2e3bb3 Patch from Bastien Kleineidam: by Gregory P. Smith · 24 years ago
  26. 1426354 Preliminary support for config files: by Gregory P. Smith · 24 years ago
  27. c4537ac Got rid of several little-used and not-very-useful methods: 'get_option()', by Greg Ward · 24 years ago
  28. e5a584e Harry Henry Gebel: add 'long_description' to DistributionMetadata. by Greg Ward · 24 years ago
  29. 4982f98 Fix how we generate the meta-data query methods to include 'get_fullname()' by Greg Ward · 24 years ago
  30. 58ec6ed Fixed the '--license' option so it's officially an alias for '--licence', by Greg Ward · 24 years ago
  31. 82715e1 Patch, originally from Bastian Kleineidam and savagely mutilated by me, by Greg Ward · 24 years ago
  32. 02a1a2b Cleaned up/simplified error-handling: by Greg Ward · 24 years ago
  33. 68a0757 Removed global '--force' option -- just too vague a concept to be applicable by Greg Ward · 24 years ago
  34. 7d508fe Add missing import of 'usage' string. by Greg Ward · 24 years ago
  35. fe6462c Reorganization: moved the Distribution class from core.py to dist.py, and by Greg Ward · 24 years ago