configuration

log

age author description
5 months Jeff Hammel bump versiondefault tip
5 months Jeff Hammel separate loading configuration files to its own method for consumers
5 months Jeff Hammel make more APIish
5 months Jeff Hammel begin to break this up
5 months Jeff Hammel separate into own method
7 months Jeff Hammel https://bugzilla.mozilla.org/show_bug.cgi?id=796196
10 months Jeff Hammel fix casting
10 months Jeff Hammel if an option cannot be coerced to a type we should just not add a CLI handler for it
10 months Jeff Hammel alter some comments
10 months Jeff Hammel this TODO is done
12 months Jeff Hammel bump version
12 months Jeff Hammel make python 2.4 compatible :(
12 months Jeff Hammel keep track of parsed values as well as individual instances
12 months Jeff Hammel fix dict command line processing
12 months Jeff Hammel py2.4 compatability
12 months Jeff Hammel remove extraneous assignment
12 months Jeff Hammel bump version
12 months Jeff Hammel be more forgiving of blank configuration
12 months Jeff Hammel call the proper method
12 months Jeff Hammel allow extensible configuration; also start using deepcopy heavily since otherwise you have artefacts
12 months Jeff Hammel handle load option a bit better
12 months Jeff Hammel remove obselete comment
12 months Jeff Hammel only use formatters for options we actually know about from self.options; the rest should be handled from the client
12 months Jeff Hammel handle None type (though its probably a bogus case) and note on future failure upon coercion
12 months Jeff Hammel remove MakeItSo vestiges (for now) and bump version
12 months Jeff Hammel better ordering of processing for dump()
12 months Jeff Hammel improved abstraction; sadly doesnt seem to work
12 months Jeff Hammel actually dump configuration
12 months Jeff Hammel get dump in the parent method, follow-up
12 months Jeff Hammel get dump in the parent method
12 months Jeff Hammel make dump method configurable
12 months Jeff Hammel make dump behave better
12 months Jeff Hammel handle CLI errors with optparse
12 months Jeff Hammel slightly improve type system
12 months Jeff Hammel change default flow style for yaml, http://pyyaml.org/wiki/PyYAMLDocumentation
12 months Jeff Hammel use self.option_dict
12 months Jeff Hammel remove unused files
12 months Jeff Hammel move towards dict or items system
13 months Jeff Hammel bump version
13 months Jeff Hammel add a dict parser thingy
13 months Jeff Hammel move to a class-based architecture
13 months Jeff Hammel notes to self about how to make this better; still needs a little thought
13 months Jeff Hammel note TODO
13 months Jeff Hammel fix
13 months Jeff Hammel draft of README plus version bump
13 months Jeff Hammel note load option
13 months Jeff Hammel rename/shuffle options to make more sense
13 months Jeff Hammel more README hacking
13 months Jeff Hammel a little about serializers
13 months Jeff Hammel formatting
13 months Jeff Hammel give a real version
13 months Jeff Hammel outline what options are available for ``value``
13 months Jeff Hammel now we check for types more betterer
13 months Jeff Hammel start in on the README
13 months Jeff Hammel minor fixes
13 months Jeff Hammel better docstring
13 months Jeff Hammel refactor completed and tests pass again
13 months Jeff Hammel minor bug fixes
13 months Jeff Hammel still refactorin
13 months Jeff Hammel parity between module name and package name