| Fri, 27 Apr 2012 14:13:04 -0700 | Jeff Hammel | change default flow style for yaml, http://pyyaml.org/wiki/PyYAMLDocumentation | 
 
  | Fri, 27 Apr 2012 13:57:21 -0700 | Jeff Hammel | use self.option_dict | 
 
  | Fri, 27 Apr 2012 13:44:12 -0700 | Jeff Hammel | remove unused files | 
 
  | Fri, 27 Apr 2012 13:39:13 -0700 | Jeff Hammel | move towards dict or items system | 
 
  | Tue, 17 Apr 2012 12:50:29 -0700 | Jeff Hammel | bump version | 
 
  | Tue, 17 Apr 2012 12:50:10 -0700 | Jeff Hammel | add a dict parser thingy | 
 
  | Tue, 17 Apr 2012 11:36:01 -0700 | Jeff Hammel | move to a class-based architecture | 
 
  | Mon, 09 Apr 2012 15:47:08 -0700 | Jeff Hammel | notes to self about how to make this better; still needs a little thought | 
 
  | Thu, 29 Mar 2012 16:51:07 -0700 | Jeff Hammel | note TODO | 
 
  | Wed, 28 Mar 2012 16:34:32 -0700 | Jeff Hammel | fix | 
 
  | Wed, 28 Mar 2012 15:24:25 -0700 | Jeff Hammel | draft of README plus version bump | 
 
  | Wed, 28 Mar 2012 14:08:11 -0700 | Jeff Hammel | note load option | 
 
  | Wed, 28 Mar 2012 12:56:50 -0700 | Jeff Hammel | rename/shuffle options to make more sense | 
 
  | Wed, 28 Mar 2012 12:42:58 -0700 | Jeff Hammel | more README hacking | 
 
  | Wed, 28 Mar 2012 11:33:14 -0700 | Jeff Hammel | a little about serializers | 
 
  | Wed, 28 Mar 2012 11:21:22 -0700 | Jeff Hammel | formatting | 
 
  | Wed, 28 Mar 2012 11:18:43 -0700 | Jeff Hammel | give a real version | 
 
  | Wed, 28 Mar 2012 11:18:13 -0700 | Jeff Hammel | outline what options are available for ``value`` | 
 
  | Wed, 28 Mar 2012 11:05:29 -0700 | Jeff Hammel | now we check for types more betterer | 
 
  | Wed, 28 Mar 2012 10:27:17 -0700 | Jeff Hammel | start in on the README | 
 
  | Wed, 28 Mar 2012 09:03:02 -0700 | Jeff Hammel | minor fixes | 
 
  | Wed, 28 Mar 2012 08:38:16 -0700 | Jeff Hammel | better docstring | 
 
  | Wed, 28 Mar 2012 08:37:01 -0700 | Jeff Hammel | refactor completed and tests pass again | 
 
  | Wed, 28 Mar 2012 08:33:54 -0700 | Jeff Hammel | minor bug fixes | 
 
  | Wed, 28 Mar 2012 08:29:50 -0700 | Jeff Hammel | still refactorin | 
 
  | Tue, 27 Mar 2012 20:17:26 -0700 | Jeff Hammel | parity between module name and package name | 
 
  | Tue, 27 Mar 2012 17:04:31 -0700 | Jeff Hammel | more stubbing to make Configuration an OptionParser | 
 
  | Tue, 27 Mar 2012 16:58:48 -0700 | Jeff Hammel | another TODO | 
 
  | Tue, 27 Mar 2012 15:41:02 -0700 | Jeff Hammel | begin migration path towards inheriting from ConfigParser; ideally, Configuration should live in its own class and the CLI class should inherit from that | 
 
  | Tue, 27 Mar 2012 15:25:12 -0700 | Jeff Hammel | add complex test, now we can refactor |