log
graph
tags
bookmarks
branches
changeset
browse
help
Mercurial
>
genshi
>
mirror
log
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
less
more
| rev 640:
(0)
-300
-100
-30
-10
-7
+7
+10
+30
+100
+300
tip
age
author
description
Tue, 18 Sep 2007 16:27:23 +0000
cmlenz
Don't mask errors in `py:for`.
trunk
Mon, 17 Sep 2007 23:11:21 +0000
cmlenz
Fix for XInclude fallbacks when auto-reloading is enabled. Closes #147. Thanks to rintaro@cpan.org for reporting the issue and providing a patch and test case!
trunk
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
Wed, 05 Sep 2007 12:45:04 +0000
cmlenz
Performance optimization for the `genshi.core._ensure` function: instead of checking whether we're dealing with a markup event stream for every item in the iterable, we now check only the first item, and treat the rest of the iterable depending on whether the first one looks like an event.
trunk
less
more
| rev 640:
(0)
-300
-100
-30
-10
-7
+7
+10
+30
+100
+300
tip
Copyright (C) 2012-2017 Edgewall Software