Mercurial > genshi > genshi-test
log
age | author | description |
---|---|---|
Wed, 21 Feb 2007 12:59:23 +0000 | cmlenz | Reenable AST transformer dispatch cache. |
Wed, 21 Feb 2007 10:26:38 +0000 | cmlenz | Support for Python code blocks using the `<?python ?>` processing instruction. Closes #84. |
Wed, 21 Feb 2007 10:04:43 +0000 | cmlenz | Fix a couple of typos in the docs. Closes #99. |
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`. |
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. |
Thu, 18 Jan 2007 15:41:47 +0000 | cmlenz | Make the `Markup` class available by default in template expressions. Closes #67. |
Thu, 18 Jan 2007 14:58:39 +0000 | cmlenz | Renamed `genshi.template.core` to `genshi.template.base`, mainly to avoid confusion with `genshi.core`. |