Mercurial > hg > configuration
graph
-
fix casting2012-07-04, by Jeff Hammel
-
if an option cannot be coerced to a type we should just not add a CLI handler for it2012-06-28, by Jeff Hammel
-
alter some comments2012-06-28, by Jeff Hammel
-
this TODO is done2012-06-25, by Jeff Hammel
-
bump version2012-05-10, by Jeff Hammel
-
make python 2.4 compatible :(2012-05-10, by Jeff Hammel
-
keep track of parsed values as well as individual instances2012-05-03, by Jeff Hammel
-
fix dict command line processing2012-05-03, by Jeff Hammel
-
py2.4 compatability2012-05-03, by Jeff Hammel
-
remove extraneous assignment2012-05-02, by Jeff Hammel
-
bump version2012-05-02, by Jeff Hammel
-
be more forgiving of blank configuration2012-05-01, by Jeff Hammel
-
call the proper method2012-05-01, by Jeff Hammel
-
allow extensible configuration; also start using deepcopy heavily since otherwise you have artefacts2012-05-01, by Jeff Hammel
-
handle load option a bit better2012-04-30, by Jeff Hammel
-
remove obselete comment2012-04-30, by Jeff Hammel
-
handle None type (though its probably a bogus case) and note on future failure upon coercion2012-04-30, by Jeff Hammel
-
remove MakeItSo vestiges (for now) and bump version2012-04-30, by Jeff Hammel
-
better ordering of processing for dump()2012-04-29, by Jeff Hammel
-
improved abstraction; sadly doesnt seem to work2012-04-29, by Jeff Hammel
-
actually dump configuration2012-04-29, by Jeff Hammel
-
get dump in the parent method, follow-up2012-04-29, by Jeff Hammel
-
get dump in the parent method2012-04-29, by Jeff Hammel
-
make dump method configurable2012-04-29, by Jeff Hammel
-
make dump behave better2012-04-29, by Jeff Hammel
-
handle CLI errors with optparse2012-04-28, by Jeff Hammel
-
slightly improve type system2012-04-27, by Jeff Hammel
-
change default flow style for yaml, http://pyyaml.org/wiki/PyYAMLDocumentation2012-04-27, by Jeff Hammel
-
use self.option_dict2012-04-27, by Jeff Hammel