Switch basic data loader unit from element to node
[mudpy.git] / lib / mudpy / data.py
2016-02-21 Jeremy StanleySwitch basic data loader unit from element to node
2015-04-18 Jeremy StanleySwitch to yaml.safe_load for better security
2015-03-23 Jeremy StanleyBe more strict about file permission masks
2015-03-23 Jeremy StanleyAccumulate logs if necessary while loading data
2015-01-17 Jeremy StanleyWrite files directly from yaml.dump
2015-01-09 Jeremy StanleyRemove UTF-8 encoding header from Python files
2014-12-29 Jeremy StanleyFix type mismatches in save file rotation
2014-09-13 Jeremy StanleyFinalize INI to YAML conversion
2014-06-17 Jeremy StanleySupport data directory indices in YAML
2014-06-13 Jeremy StanleyFile read-only check supports YAML
2014-06-01 Jeremy StanleyInitialize data file contents on creation
2014-05-08 Jeremy StanleyBegin the transition from INI to YAML
2014-01-20 Jeremy StanleyDrop support for Python 2.x
2013-12-07 Jeremy StanleyClean up imports
2013-08-07 Jeremy StanleyImport a correct configparser for the interpreter
2013-02-25 Jeremy StanleyUse new 0o notation for octal constants
2012-08-01 Jeremy StanleyWork around lack of dict_keys index in data loader
2012-04-24 Jeremy StanleyUse absolute imports in data handler module
2011-11-05 Jeremy StanleyUse strings not unicode in data handler module
2011-06-06 Jeremy StanleyAdditional style cleanup
2011-01-11 Jeremy StanleyPEP 8 conformance for data handling library
2010-09-13 Jeremy StanleyBack end data storage separation.