1. 27 Mar, 2000 1 commit
  2. 26 Mar, 2000 7 commits
  3. 25 Mar, 2000 1 commit
    • Guido van Rossum's avatar
      Christian Tismer: · 13ff8eb4
      Guido van Rossum authored
      Added "better safe than sorry" patch to the new
      trashcan code in object.c, to ensure that tstate
      is not touched when it might be undefined.
      13ff8eb4
  4. 24 Mar, 2000 6 commits
  5. 23 Mar, 2000 4 commits
  6. 22 Mar, 2000 13 commits
  7. 21 Mar, 2000 3 commits
  8. 20 Mar, 2000 2 commits
  9. 18 Mar, 2000 3 commits
    • Greg Ward's avatar
      Simplified doc string. · fb4ece7f
      Greg Ward authored
      Added 'clean' to list of commands.
      fb4ece7f
    • Greg Ward's avatar
      Oops! Don't call 'ensure_ready()' in 'Distribution.find_command_obj()' -- · 89ccb984
      Greg Ward authored
      that broke parsing command-line options.  Instead call it in
      'Command.find_peer()', which is why I added it to 'find_command_obj()'
      in the first place.
      89ccb984
    • Greg Ward's avatar
      Tweaked all over: · 11fc7e44
      Greg Ward authored
        * improve help strings
        * warn if user supplies non-existing directories
        * don't try to 'remove_tree()' non-existing directories
        * try to remove the build_base after cleanup (but don't do or say
          anything if it fails -- this is just in case we made it empty)
      11fc7e44