Mercurial > genshi > genshi-test
log
age | author | description |
---|---|---|
Thu, 12 Oct 2006 12:23:38 +0000 | cmlenz | Fix regression introduced in [333:334]: includes no longer used the search path, because the loader was always seeing an absolute path. |
Mon, 09 Oct 2006 20:45:17 +0000 | cmlenz | Fix `starts-with()` XPath function so that it actually compares the two strings. Closes #61. |
Mon, 09 Oct 2006 19:25:41 +0000 | cmlenz | Better error message when trying a `py:for` loop over an object that is not iterable. Closes #60. |