1. 25 Apr, 2000 2 commits
    • Greg Ward's avatar
      Harry Henry Gebel: · b2fe9021
      Greg Ward authored
      Adds bztar format to generate .tar.bz2 tarballs
      
      Uses the -f argument to overright old tarballs automatically, I am
      assuming that if the old tarball was wanted it would have been moved or
      else the version number would have been changed.
      
      Uses the -9 argument to bzip2 and gzip to use maximum
      compression. Compress uses the maximum compression by default.
      
      Tests for correct value for the 'compress' argument of make_tarball. This
      is one less place for someone adding new compression programs to forget to
      change.
      b2fe9021
    • Greg Ward's avatar
      2db555c9
  2. 23 Apr, 2000 1 commit
  3. 22 Apr, 2000 8 commits
  4. 21 Apr, 2000 9 commits
  5. 19 Apr, 2000 4 commits
  6. 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
  7. 14 Apr, 2000 5 commits
  8. 10 Apr, 2000 8 commits
  9. 09 Apr, 2000 1 commit
    • Greg Ward's avatar
      Ditched the unused 'list_only' option. · 4973bedd
      Greg Ward authored
      Added code to include source files from 'build_clib' command to default file
        list -- currently this won't work, since 'build_clib' doesn't have a
        'get_source_files()' method!
      4973bedd