Mercurial > genshi > genshi-test
log
age | author | description |
---|---|---|
Wed, 22 Nov 2006 20:48:35 +0000 | cmlenz | Fix for #62: preserve whitespace in front of directives. |
Wed, 22 Nov 2006 16:52:34 +0000 | cmlenz | Fix for #77: match templates were matching their own output. |
Wed, 22 Nov 2006 15:38:38 +0000 | cmlenz | Parse template includes at parse time to avoid some runtime overhead. |
Wed, 22 Nov 2006 10:37:24 +0000 | cmlenz | Follow-up to [431]: directives are no longer instantiated directly at parse time, but instead by the `attach()` method of the directive class (which replaces the `prepare()` method). |
Mon, 20 Nov 2006 14:56:53 +0000 | cmlenz | Fix mistake in [440]. |
Mon, 20 Nov 2006 12:23:29 +0000 | cmlenz | Move `Directive.tagname` into metaclass. |
Thu, 16 Nov 2006 19:58:43 +0000 | cmlenz | inline branch: use array to predeclare qnames, attrs, and expressions. experimental-inline |
Thu, 16 Nov 2006 16:22:14 +0000 | cmlenz | inline branch: Merged [437]. experimental-inline |