log

age author description
Tue, 03 Nov 2020 10:49:55 -0800 Jeff Hammel py3 default tip
Tue, 03 Nov 2020 10:46:43 -0800 Jeff Hammel whitespace
Tue, 03 Nov 2020 10:44:45 -0800 Jeff Hammel boldly moving forward
Sun, 10 May 2020 14:47:03 -0700 Jeff Hammel more -> python3
Sun, 10 May 2020 14:43:00 -0700 Jeff Hammel partial upgrade to py3.7
Wed, 12 Apr 2017 12:47:44 -0700 Jeff Hammel toxify
Wed, 12 Apr 2017 11:46:57 -0700 Jeff Hammel update setup.py
Fri, 21 Mar 2014 23:04:01 -0700 Jeff Hammel needs a bit more thought
Fri, 21 Mar 2014 22:35:56 -0700 Jeff Hammel STUB: pyloader/factory.py
Fri, 21 Mar 2014 22:27:51 -0700 Jeff Hammel STUB: tests/test.py tests/test_include.txt
Fri, 21 Mar 2014 22:04:17 -0700 Jeff Hammel STUB: tests/test_include.txt
Fri, 21 Mar 2014 21:50:16 -0700 Jeff Hammel STUB: tests/test_call.txt tests/test_factory.txt
Fri, 21 Mar 2014 21:29:24 -0700 Jeff Hammel STUB: tests/test.py
Mon, 11 Nov 2013 19:18:58 -0800 Jeff Hammel debugging
Thu, 28 Jul 2011 17:00:03 -0700 Jeff Hammel add a file to import from the web
Sat, 25 Jun 2011 11:05:06 -0700 Jeff Hammel comment
Sun, 12 Jun 2011 10:52:20 -0700 Jeff Hammel note formal syntax of section names
Sat, 11 Jun 2011 14:56:43 -0700 Jeff Hammel test for verbose decorators
Sat, 11 Jun 2011 14:53:07 -0700 Jeff Hammel rearrange test.ini file to make more sense; write another test class
Thu, 09 Jun 2011 18:40:52 -0700 Jeff Hammel update comments/docstring
Thu, 09 Jun 2011 18:34:27 -0700 Jeff Hammel add another test
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:17:59 -0700 Jeff Hammel test calling the section wrapper, [foo:@:fibonacci]
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:09:48 -0700 Jeff Hammel check in a passing test for a change
Thu, 09 Jun 2011 09:07:08 -0700 Jeff Hammel stub out future directions for decorators and their testing a bit
Thu, 09 Jun 2011 08:17:08 -0700 Jeff Hammel add a failing test for wrapper of type [foo:@:fibonacci]
Wed, 08 Jun 2011 23:47:52 -0700 Jeff Hammel pass values via wrap wrapper
Wed, 08 Jun 2011 23:45:11 -0700 Jeff Hammel * illustrate another pattern
Wed, 08 Jun 2011 23:40:51 -0700 Jeff Hammel add decorator of a section pattern
Wed, 08 Jun 2011 23:35:56 -0700 Jeff Hammel make the test wrapper more interesting (and testable)
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:52:41 -0700 Jeff Hammel introduce a section with a wrapper; not yet used
Wed, 08 Jun 2011 17:50:05 -0700 Jeff Hammel split reading and interpreting the .ini into different functions
Wed, 08 Jun 2011 08:36:32 -0700 Jeff Hammel finalize (hopefully) decorator syntax
Tue, 07 Jun 2011 22:08:57 -0700 Jeff Hammel update decorator syntax
Tue, 07 Jun 2011 19:17:21 -0700 Jeff Hammel test fibonacci sequence
Tue, 07 Jun 2011 19:14:04 -0700 Jeff Hammel stub a fibonacci sequence for testing