More Python 3 fixes, mostly about string/byte/unicode handling.
[h5config.git] / h5config / storage / hdf5.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 KingImprove prettyprint message for empty HDF5 files.
2012-03-16 W. Trevor KingAlso adjust HDF5_Storage._load and ._save to work with...
2012-03-16 W. Trevor KingAllow HDF5_Storage to be initialized without a filename.
2012-03-16 W. Trevor KingCreate missing ~/.config directory (and other) if neces...
2012-03-15 W. Trevor KingAdd ListSetting and IntegerListSetting types.
2012-03-02 W. Trevor KingLog useful debugging info when you can't read a data...
2011-09-27 W. Trevor KingRework de-numpy-ing in hdf5 module (now also de-numpy...
2011-09-26 W. Trevor KingConsolidate de-numpy-ing in hdf5 module.
2011-09-08 W. Trevor KingStandardize indentation in HDF5_Storage._save.
2011-07-29 W. Trevor KingNumeric types are now stored in native format (vs....
2011-07-29 W. Trevor KingAdd ability to nest Configs.