log configuration/configuration.py @ 107:83d66a9bdef0

age author description
2012-05-03 Jeff Hammel py2.4 compatability
2012-05-02 Jeff Hammel remove extraneous assignment
2012-05-01 Jeff Hammel be more forgiving of blank configuration
2012-05-01 Jeff Hammel call the proper method
2012-05-01 Jeff Hammel allow extensible configuration; also start using deepcopy heavily since otherwise you have artefacts
2012-04-30 Jeff Hammel handle load option a bit better
2012-04-30 Jeff Hammel remove obselete comment
2012-04-30 Jeff Hammel only use formatters for options we actually know about from self.options; the rest should be handled from the client
2012-04-30 Jeff Hammel handle None type (though its probably a bogus case) and note on future failure upon coercion
2012-04-29 Jeff Hammel better ordering of processing for dump()
2012-04-29 Jeff Hammel improved abstraction; sadly doesnt seem to work
2012-04-29 Jeff Hammel actually dump configuration
2012-04-29 Jeff Hammel get dump in the parent method, follow-up
2012-04-29 Jeff Hammel get dump in the parent method
2012-04-29 Jeff Hammel make dump method configurable
2012-04-29 Jeff Hammel make dump behave better
2012-04-28 Jeff Hammel handle CLI errors with optparse
2012-04-27 Jeff Hammel slightly improve type system
2012-04-27 Jeff Hammel change default flow style for yaml, http://pyyaml.org/wiki/PyYAMLDocumentation
2012-04-27 Jeff Hammel use self.option_dict
2012-04-27 Jeff Hammel move towards dict or items system
2012-04-17 Jeff Hammel add a dict parser thingy
2012-04-17 Jeff Hammel move to a class-based architecture
2012-04-09 Jeff Hammel notes to self about how to make this better; still needs a little thought
2012-03-28 Jeff Hammel fix
2012-03-28 Jeff Hammel rename/shuffle options to make more sense
2012-03-28 Jeff Hammel minor fixes
2012-03-28 Jeff Hammel better docstring
2012-03-28 Jeff Hammel refactor completed and tests pass again
2012-03-28 Jeff Hammel minor bug fixes