Mercurial > genshi > mirror
log
age | author | description |
---|---|---|
Wed, 21 Feb 2007 14:17:22 +0000 | cmlenz | Move string interpolation code into separate module (`genshi.template.interpolation`). trunk |
Wed, 21 Feb 2007 12:59:23 +0000 | cmlenz | Reenable AST transformer dispatch cache. trunk |
Wed, 21 Feb 2007 10:26:38 +0000 | cmlenz | Support for Python code blocks using the `<?python ?>` processing instruction. Closes #84. trunk |
Wed, 21 Feb 2007 10:04:43 +0000 | cmlenz | Fix a couple of typos in the docs. Closes #99. trunk |
Wed, 21 Feb 2007 09:51:43 +0000 | cmlenz | Remove some magic/overhead from `Attrs` creation and manipulation by not automatically wrapping attribute names in `QName`. trunk |
Wed, 31 Jan 2007 17:36:47 +0000 | cmlenz | Fix output of namespace declarations for namespace URLs appearing more than once in a stream. Thanks to Jeff Cutsinger for reporting the problem. trunk |