Mercurial > genshi > mirror
log
age | author | description |
---|---|---|
Wed, 08 Nov 2006 12:03:20 +0000 | cmlenz | Fix typo in `dummy_threading` import trunk |
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. trunk |