log

age author description
2014-02-15 Sean Farley util: remove unused save_string
2014-02-15 Sean Farley maps: call util.dump instead save_string
2014-02-15 Sean Farley util: remove unused load_string
2014-02-15 Sean Farley util: remove all calls to load_string
2014-02-15 Sean Farley util: add default parameter to load
2014-02-15 Sean Farley util: banish pickle to compathacks
2014-02-15 Sean Farley compathacks: specify for generic compatibility hacks
2014-02-15 Sean Farley compathacks: pep8
2014-02-15 Sean Farley util: convert pickle to json
2014-02-15 Sean Farley util: serialize data with json instead of pickle
2014-02-15 Sean Farley util: try to load data using json
2014-02-17 Sean Farley util: add visitor pattern for scrubbing json
2014-02-17 Sean Farley tests: use util.load instead of bare pickle
2013-08-23 Sean Farley svncommands: use util.load instead of bare pickle
2013-08-24 Sean Farley svncommands: use util.dump instead of pickle.dump