More Python 3 fixes, mostly about string/byte/unicode handling.
[h5config.git] / h5config / storage / yaml.py
2012-03-30 W. Trevor KingMore Python 3 fixes, mostly about string/byte/unicode...
2012-03-30 W. Trevor KingIncrease Python 3 compatibility (`print()` and `except...
2012-03-16 W. Trevor KingCreate missing ~/.config directory (and other) if neces...
2012-03-15 W. Trevor KingAdd ListSetting and IntegerListSetting types.
2011-07-29 W. Trevor KingFix v -> value typo in YAML storage loader.
2011-07-29 W. Trevor KingNumeric types are now stored in native format (vs....
2011-07-29 W. Trevor KingAdd ability to nest Configs.