log

age author description
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-30 Jeff Hammel remove MakeItSo vestiges (for now) and bump version
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