Mercurial > genshi > mirror
log
age | author | description |
---|---|---|
Thu, 22 Nov 2007 19:43:05 +0000 | cmlenz | The `striptags` function now also removes HTML/XML-style comments. Closes #150. Thanks to Armin Ronacher for the report and suggested fix. trunk |
Thu, 22 Nov 2007 19:35:17 +0000 | cmlenz | Fix thread-safety problem in template code evaluation. Closes #158. Thanks to Christian Boos for the patch. trunk |
Thu, 22 Nov 2007 19:19:17 +0000 | cmlenz | Fix test to work on Python 2.5.1 which has a different exception message. trunk |
Thu, 22 Nov 2007 19:18:34 +0000 | cmlenz | Fix typo in benchmark info output. trunk |
Thu, 08 Nov 2007 18:27:47 +0000 | cmlenz | The template engine plugin no longer adds the `default_doctype` when the `fragment` parameter is `True`. Thanks to dbrattli for the patch! trunk |
Mon, 08 Oct 2007 08:04:58 +0000 | cmlenz | Code blocks in match templates are now executed. Closes #155. Many thanks to Andrew Sutherland for the patch! trunk |