1. 24 Jun, 2000 2 commits
  2. 23 Jun, 2000 1 commit
  3. 21 Jun, 2000 8 commits
  4. 18 Jun, 2000 1 commit
  5. 17 Jun, 2000 7 commits
  6. 08 Jun, 2000 10 commits
  7. 07 Jun, 2000 3 commits
    • Greg Ward's avatar
      Patch from Rene Liebscher: this adds "--help-foo" options to list the · daf86a83
      Greg Ward authored
      values that "--foo" can take for various commands: eg. what formats for
      "sdist" and "bdist", what compilers for "build_ext" and "build_clib".
      
      I have *not* reviewed this patch; I'm checking it in as-is because it also
      fixes a paper-bag-over-head bug in bdist.py, and because I won't have
      time to review it properly for several days: so someone else can
      test it for me, instead!
      daf86a83
    • Greg Ward's avatar
      Always look for the system config file in the Distutils module directory, · daadfabd
      Greg Ward authored
      and call it "distutils.cfg" instead of "pydistutils.cfg" (personal
      config files are still ".pydistutils.cfg" or "pydistutils.cfg", though).
      daadfabd
    • Greg Ward's avatar
      Patch from Rene Liebscher: · 86b8b566
      Greg Ward authored
      Look for personal config file in /home/greg on Windows, too: users will have
      to set /home/greg to use this, so it's not something that many people will
      use.  But if python-dev comes up with the "right way" to divine a
      home directory on Windows, we can use that to set /home/greg and poof! --
      personal Distutils config files on Windows.
      86b8b566
  8. 06 Jun, 2000 4 commits
  9. 04 Jun, 2000 4 commits
    • Greg Ward's avatar
      Fixed syntax error. · a74d1913
      Greg Ward authored
      Half-fixed RPM 2 compatibility:added 'rpm_base' option, which must be set
        (to eg. /usr/src/redhat on a stock Red Hat system) if rpm2_mode is on.
        Still not quite working, though.
      a74d1913
    • Greg Ward's avatar
      Use 'ensure_string_list()' for 'formats' option, so that it can be · 2b0f2098
      Greg Ward authored
      spelled sensibly in a config file.
      2b0f2098
    • Greg Ward's avatar
      Patch from Harry Henry Gebel: · bf680c9c
      Greg Ward authored
      Fills in question marks in help
      
      Reads scripts in from files rather than strings
      
      Adds RPM 2 compatibility mode (untested). Use of this mode requires that
      --bdist-base be specified because bdist_rpm has no way of detecting where
      RPM wants to find spec files and source files. An unmodified RedHat 5.0
      system would require '--bdist-base=/usr/src/RedHat'. (You would also have
      to be root.) If the rpmrc file has been modified to allow RPMs to be built
      by normal users then --build-base would need to be changed accordingly.
      
      Formats the changelog.
      
      GPW: tweaked formatting, added some editorial comments.
      bf680c9c
    • Greg Ward's avatar
      Added the 'ensure_*' methods from bdist_rpm; refactored 'ensure_filename()' · f126db7e
      Greg Ward authored
      and added 'ensure_dirname()'.
      f126db7e