• Greg Ward's avatar
    Careful rethink of command options, distribution options, distribution · 42926ddc
    Greg Ward yazdı
      attributes, etc.  Biggest change was to the Distribution constructor
      -- it now looks for an 'options' attribute, which contains values
      (options) that are explicitly farmed out to the commands.  Also,
      certain options supplied to Distribution (ie. in the 'setup()' call in
      setup.py) are now "command option aliases", meaning they are dropped
      right into a certain command rather than being distribution options.
      This is handled by a new Distribution class attribute,
      'alias_options'.
    Various comment changes to reflect the new way-of-thinking.
    Added 'get_command_name()' method to Command -- was assuming its
      existence all along as 'command_name()', so changed the code that
      needs it to call 'get_command_name()'.
    42926ddc
Adı
Son kayıt (commit)
Son güncelleme
BeOS Loading commit data...
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.hgtags Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...