Mercurial > genshi > mirror
log
age | author | description |
---|---|---|
Mon, 17 Sep 2007 21:51:21 +0000 | cmlenz | Fix for descendant-or-self XPath patterns when namespaces are involved. trunk |
Wed, 05 Sep 2007 16:51:46 +0000 | cmlenz | Remove CherryPy example as the GenshiTutorial is a better example for using Genshi with CherryPy. trunk |
Wed, 05 Sep 2007 13:06:59 +0000 | cmlenz | Follow-up to [751]: applying the optimization to text templates was actually slowing them down, so only do it for markup templates. trunk |
Wed, 05 Sep 2007 12:46:20 +0000 | cmlenz | Minor performance improvement for expressions that evaluate to numbers: the result is wrapped in a `Markup` object, meaning we'll not have to escape the string in the serialization stage. trunk |