1. 08 Jun, 2000 2 commits
    • Greg Ward's avatar
      Made all debug output go through the 'debug_print()' method instead of · 33a33497
      Greg Ward authored
      directly printing to stdout.  This was a bit more work than it sounds like
      it should have been:
        * turned 'select_pattern()' and 'exclude_pattern()' from functions into
          methods, so they can refer to 'self' to access the method
        * commented out the *other* 'exclude_pattern()' method, which appears
          to be vestigial code that was never cleaned up when the
          'exclude_pattern()' function was created
        * changed the one use of the old 'exclude_pattern()' method to use the
          new 'exclude_pattern()' (same behaviour, slightly different args)
        * some code and docstring reformatting
        * and, of course, changed all the debugging prints to 'debug_print()' calls
      Added/tweaked some regular ('self.announce()') output for better runtime
        feedback.
      33a33497
    • Greg Ward's avatar
  2. 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
  3. 06 Jun, 2000 4 commits
  4. 04 Jun, 2000 6 commits
  5. 03 Jun, 2000 3 commits
  6. 02 Jun, 2000 7 commits
  7. 01 Jun, 2000 5 commits
  8. 31 May, 2000 7 commits
  9. 30 May, 2000 3 commits