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