log

age author description
2013-09-18 Jeff Hammel fix
2013-09-18 Jeff Hammel configuration/configuration.py
2013-09-18 Jeff Hammel < http://k0s.org/mozilla/hg/MozillaTry/raw-file/582f3571ab33/mozillatry.py
2012-12-07 Jeff Hammel bump version
2012-12-05 Jeff Hammel separate loading configuration files to its own method for consumers
2012-12-04 Jeff Hammel make more APIish
2012-12-04 Jeff Hammel begin to break this up
2012-12-04 Jeff Hammel separate into own method
2012-10-02 Jeff Hammel https://bugzilla.mozilla.org/show_bug.cgi?id=796196
2012-07-04 Jeff Hammel fix casting
2012-06-28 Jeff Hammel if an option cannot be coerced to a type we should just not add a CLI handler for it
2012-06-28 Jeff Hammel alter some comments
2012-06-25 Jeff Hammel this TODO is done
2012-05-10 Jeff Hammel bump version
2012-05-10 Jeff Hammel make python 2.4 compatible :(
2012-05-03 Jeff Hammel keep track of parsed values as well as individual instances
2012-05-03 Jeff Hammel fix dict command line processing
2012-05-03 Jeff Hammel py2.4 compatability
2012-05-02 Jeff Hammel remove extraneous assignment
2012-05-02 Jeff Hammel bump version
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-30 Jeff Hammel remove MakeItSo vestiges (for now) and bump version