Fix item_name -> attribute_name KeyError in select_config().
[h5config.git] / h5config / config.py
2011-09-23 W. Trevor KingFix item_name -> attribute_name KeyError in select_conf...
2011-09-08 W. Trevor KingAdd public Config.set_storage() method.
2011-09-08 W. Trevor KingAdd Config.select_config method and improve Config...
2011-09-08 W. Trevor KingFix nested dumping output (using prefix and nested...
2011-09-08 W. Trevor KingFix dumping for ConfigListSetting (a subclass of Config...
2011-09-08 W. Trevor KingFix arbitrart -> arbitrary typo in config.Setting.__doc__.
2011-09-08 W. Trevor KingLog a useful error message when trying to dump and...
2011-07-29 W. Trevor KingAdd ability to nest Configs.
2011-07-28 W. Trevor KingRemove lots of leading underscores, now that we're...
2011-07-28 W. Trevor KingBegin versioning (split out from the pypiezo package).