1. 17 Jun, 2000 1 commit
  2. 08 Jun, 2000 10 commits
  3. 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
  4. 06 Jun, 2000 4 commits
  5. 04 Jun, 2000 6 commits
  6. 03 Jun, 2000 3 commits
  7. 02 Jun, 2000 7 commits
  8. 01 Jun, 2000 5 commits
  9. 31 May, 2000 1 commit
    • Greg Ward's avatar
      Regularize options a bit: · c0ed34f0
      Greg Ward authored
        * help strings start with lowercase
        * added affirmative version of '--no-clean' and '--no-rpm-opt-flags',
          which are the default (thus the attributes that correspond to
          the options are now 'clean' and 'use_rpm_opt_flags')
      c0ed34f0