Mercurial > genshi > genshi-test
log
age | author | description |
---|---|---|
Wed, 08 Nov 2006 00:55:13 +0000 | zzzeek | got a few more unit tests working. need to figure out path.select() better experimental-compiler |
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. |
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. |
Mon, 06 Nov 2006 18:31:38 +0000 | zzzeek | match/select functionality added. continued development of generators/streams/adaptation. experimental-compiler |