1. 04 Jun, 2000 5 commits
  2. 03 Jun, 2000 3 commits
  3. 02 Jun, 2000 7 commits
  4. 01 Jun, 2000 5 commits
  5. 31 May, 2000 7 commits
  6. 30 May, 2000 6 commits
  7. 28 May, 2000 5 commits
  8. 27 May, 2000 2 commits
    • Greg Ward's avatar
      Some far-reaching naming changes: · 8b3691a0
      Greg Ward authored
        * Command method 'find_peer()' -> 'get_finalized_command()'
        * Command method 'run_peer()' -> 'run_command()'
      Also deleted the 'get_command_option()' method from Command, and
        fixed the one place where it was used (in "bdist_dumb").
      8b3691a0
    • Greg Ward's avatar
      Patch from Andrew Kuchling: prune out the build and source distribution · 0bf1c3e9
      Greg Ward authored
      directories after all is said and done, so we don't accidentally include
      those files in the source distribution.
      
      (This is the quick and easy way to fix this; Andrew says: "Changing
      findall() looked like it was going to be messy, so I tried this instead.
      The only problem is that redundant directory traversals are being done,
      walking through build/ only to throw out all the files found at the end.").
      0bf1c3e9