1. 21 Apr, 2000 13 commits
  2. 19 Apr, 2000 12 commits
  3. 18 Apr, 2000 1 commit
  4. 17 Apr, 2000 2 commits
  5. 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
  6. 14 Apr, 2000 8 commits
  7. 13 Apr, 2000 2 commits