Mercurial > genshi > mirror
log
age | author | description |
---|---|---|
Tue, 07 Nov 2006 17:50:28 +0000 | cmlenz | Fix XPath traversal in match templates. Previously, `div/p` would be treated the same as `div//p`, i.e. it would match all descendants and not just the immediate children. trunk |
Tue, 07 Nov 2006 14:28:02 +0000 | cmlenz | * Fixed `basic.py` benchmark on Windows, closing #72. Thanks to John M. Camara for reporting the issue and providing the fix. trunk |