Mercurial > genshi > mirror
log markup/template.py @ 90:c835e81c50af trunk
age | author | description |
---|---|---|
Wed, 19 Jul 2006 17:50:17 +0000 | cmlenz | When an expression evaluates to a callable, it is called implicitly. trunk |
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. trunk |
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. trunk |
Sat, 15 Jul 2006 11:59:13 +0000 | cmlenz | Some minor cleanup. trunk |
Sat, 15 Jul 2006 11:29:25 +0000 | cmlenz | Template expressions are now compiled to Python bytecode. trunk |
Thu, 13 Jul 2006 19:13:02 +0000 | cmlenz | * Improve template error messages trunk |
Thu, 13 Jul 2006 15:41:34 +0000 | cmlenz | Minor improvements to how directives are applied in template processing. trunk |