log pyloader/factory.py @ 81:9203ca3a5182

age author description
Sat, 25 Jun 2011 11:05:06 -0700 Jeff Hammel comment
Thu, 09 Jun 2011 18:31:13 -0700 Jeff Hammel inline wrapper arguments now seem to work....thats....uncanny
Thu, 09 Jun 2011 18:21:18 -0700 Jeff Hammel interpolate inline wrapper options
Thu, 09 Jun 2011 18:07:39 -0700 Jeff Hammel replace path
Thu, 09 Jun 2011 18:05:50 -0700 Jeff Hammel modernize comment; this morning is SOOO out of date
Thu, 09 Jun 2011 18:03:16 -0700 Jeff Hammel interpolate "inline" wrapper arguments
Thu, 09 Jun 2011 17:57:12 -0700 Jeff Hammel stub getting wrapper options: [foo:@:bar=fleem:baz]
Thu, 09 Jun 2011 09:36:08 -0700 Jeff Hammel override section now works
Thu, 09 Jun 2011 09:29:06 -0700 Jeff Hammel move around when we create the (local) section dict so that we can override it as desired
Thu, 09 Jun 2011 09:25:54 -0700 Jeff Hammel move setting the configuration to later so that we can easily move around sect
Thu, 09 Jun 2011 09:24:45 -0700 Jeff Hammel comment + whitespace
Thu, 09 Jun 2011 09:23:47 -0700 Jeff Hammel stub getting the override options
Thu, 09 Jun 2011 09:15:48 -0700 Jeff Hammel stub: override section: [foo:bar]
Thu, 09 Jun 2011 09:11:47 -0700 Jeff Hammel shouldnt need to go through the whole sequence when youre wrapping a known section
Thu, 09 Jun 2011 09:07:08 -0700 Jeff Hammel stub out future directions for decorators and their testing a bit
Wed, 08 Jun 2011 23:29:50 -0700 Jeff Hammel houston, we have a pyloader
Wed, 08 Jun 2011 23:20:24 -0700 Jeff Hammel maybe the wrapper works now; to write a test
Wed, 08 Jun 2011 23:17:03 -0700 Jeff Hammel pointless whitespace change
Wed, 08 Jun 2011 22:24:32 -0700 Jeff Hammel interpolate options
Wed, 08 Jun 2011 22:17:43 -0700 Jeff Hammel stub interpolation of wrapper options
Wed, 08 Jun 2011 21:58:18 -0700 Jeff Hammel fix test failure
Wed, 08 Jun 2011 21:55:50 -0700 Jeff Hammel start recursively fetching the wrapper; tests fail
Wed, 08 Jun 2011 21:19:22 -0700 Jeff Hammel get wrapper section
Wed, 08 Jun 2011 18:15:09 -0700 Jeff Hammel stub using the names....we are only beginning
Wed, 08 Jun 2011 18:14:07 -0700 Jeff Hammel finish hashing the names
Wed, 08 Jun 2011 18:13:17 -0700 Jeff Hammel a bit of restructure
Wed, 08 Jun 2011 18:07:12 -0700 Jeff Hammel set ourselves up to detect circular reference errors
Wed, 08 Jun 2011 17:50:05 -0700 Jeff Hammel split reading and interpreting the .ini into different functions
Tue, 07 Jun 2011 18:58:38 -0700 Jeff Hammel stub decorators
Mon, 06 Jun 2011 11:18:31 -0700 Jeff Hammel use IniFactory.__doc__ as parser description
Mon, 06 Jun 2011 11:13:36 -0700 Jeff Hammel give IniFactory
Mon, 06 Jun 2011 10:54:33 -0700 Jeff Hammel this now works
Mon, 06 Jun 2011 07:46:47 -0700 Jeff Hammel fix syntax error
Mon, 06 Jun 2011 07:46:18 -0700 Jeff Hammel wire up command line entry point
Mon, 06 Jun 2011 07:41:23 -0700 Jeff Hammel stub a command line entry point
Mon, 06 Jun 2011 07:39:18 -0700 Jeff Hammel tie up some factory loose ends and sweeten the API with syntactic sugar
Mon, 06 Jun 2011 07:33:37 -0700 Jeff Hammel finish basic form of .ini factory - that was easy
Mon, 30 May 2011 10:55:55 -0700 Jeff Hammel a bit more stubbing of .ini parsing
Fri, 27 May 2011 19:12:56 -0700 Jeff Hammel even more stubbing
Fri, 27 May 2011 19:00:43 -0700 Jeff Hammel further stubbing of ini factory
Fri, 27 May 2011 18:56:00 -0700 Jeff Hammel introduce a more betterer test
Fri, 27 May 2011 18:43:14 -0700 Jeff Hammel remove silly self-reference code for now
Fri, 27 May 2011 07:02:27 -0700 Jeff Hammel we have a passing test
Fri, 27 May 2011 06:40:15 -0700 Jeff Hammel finish baseline abstract factory implementation
Thu, 26 May 2011 18:14:56 -0700 Jeff Hammel unfinished sketch of an abstract factory