Mercurial > genshi > mirror
log
age | author | description |
---|---|---|
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 |
Wed, 05 Sep 2007 12:39:56 +0000 | cmlenz | GenshiTutorial: add body class to show that the ''@*'' XPath in the match template works. trunk |
Tue, 04 Sep 2007 20:49:32 +0000 | cmlenz | GenshiTutorial: remove !EvalException left-over trunk |
Tue, 04 Sep 2007 19:20:46 +0000 | cmlenz | GenshiTutorial: implement the XSS section. trunk |