1. 02 Jun, 2000 6 commits
  2. 01 Jun, 2000 14 commits
  3. 31 May, 2000 9 commits
  4. 30 May, 2000 9 commits
  5. 28 May, 2000 2 commits
    • Greg Ward's avatar
      Added 'dump_options()' for debugging output. · adda156a
      Greg Ward authored
      adda156a
    • Greg Ward's avatar
      Factored '_set_command_options()' out of 'get_command_obj()'. · c32d9a69
      Greg Ward authored
      Added 'reinitialize_command()' -- lets us "push" option values in
        a controlled, safe way; this is a small change to the code, but
        a big change to the Distutils philosophy of passing option values
        around.  The preferred mode is still definitely to "pull" options
        from another command (eg. "install" fetches the base build directory
        from "build"), but it is now feasible to "push" options onto another
        command, when you know what's best for it.  One possible application
        will be a "config" command, which pokes around the system and pushes
        values (eg. include and library directories) onto the "build" command.
      Added 'dump_option_dicts()' method (for debugging output).
      c32d9a69