1. 22 Apr, 2000 7 commits
  2. 21 Apr, 2000 9 commits
  3. 19 Apr, 2000 4 commits
  4. 15 Apr, 2000 2 commits
    • Greg Ward's avatar
      30e154ec
    • Greg Ward's avatar
      Cleaned up/simplified error-handling: · 046fbde6
      Greg Ward authored
        - DistutilsOptionError is now documented as it's actually used, ie.
          to indicate bogus option values (usually user options, eg. from
          the command-line)
        - added DistutilsSetupError to indicate errors that definitely arise
          in the setup script
        - got rid of DistutilsValueError, and changed all usage of it to
          either DistutilsSetupError or ValueError as appropriate
        - simplified a bunch of option get/set methods in Command and
          Distribution classes -- just pass on AttributeError most of
          the time, rather than turning it into something else
      046fbde6
  5. 14 Apr, 2000 5 commits
  6. 10 Apr, 2000 8 commits
  7. 09 Apr, 2000 4 commits
  8. 06 Apr, 2000 1 commit