Mercurial > genshi > genshi-test
log
age | author | description |
---|---|---|
Thu, 16 Nov 2006 16:18:21 +0000 | cmlenz | Improve the way locals (in list comprehensions, lambdas and generator expressions) are handled in template expressions. |
Wed, 15 Nov 2006 21:47:24 +0000 | cmlenz | inline branch: minor tweaks, removed currently unsupported directives experimental-inline |
Mon, 13 Nov 2006 18:16:57 +0000 | cmlenz | inline branch: Merged [430:434/trunk]. experimental-inline |
Mon, 13 Nov 2006 10:40:22 +0000 | cmlenz | Remove unused code from text template plugin. |
Mon, 13 Nov 2006 10:15:53 +0000 | cmlenz | Unit tests for the template engine plugin(s). |
Sun, 12 Nov 2006 22:46:17 +0000 | cmlenz | Fix template engine plugin broken in refactoring. Thanks to Waldemar Osuch for the patch. Closes #76. |
Fri, 10 Nov 2006 23:32:24 +0000 | cmlenz | The `py:content`, `py:replace`, and `py:strip=""` directives are now expanded when the template is loaded (as opposed to when it's rendered). |