Mercurial > genshi > genshi-test
log
age | author | description |
---|---|---|
Mon, 17 Jul 2006 23:10:35 +0000 | cmlenz | Support comments in templates that are not included in the output, in the same way Kid does: if the comment text starts with a `!` character, it is stripped from the output. |
Mon, 17 Jul 2006 17:33:14 +0000 | cmlenz | Add support for list comprehension in expressions (see #12). |
Mon, 17 Jul 2006 15:08:53 +0000 | cmlenz | Fix some problems in expression evaluation by transforming the AST and compiling that to bytecode, instead of generating bytecode directly. Invalidates #13. |