1. 19 Apr, 2000 7 commits
  2. 18 Apr, 2000 1 commit
  3. 17 Apr, 2000 2 commits
  4. 15 Apr, 2000 2 commits
    • Greg Ward's avatar
      eacdea85
    • Greg Ward's avatar
      Cleaned up/simplified error-handling: · 02a1a2b0
      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
      02a1a2b0
  5. 14 Apr, 2000 8 commits
  6. 13 Apr, 2000 13 commits
  7. 12 Apr, 2000 5 commits
  8. 11 Apr, 2000 2 commits