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