log genshi/tests/path.py @ 938:a5a1c9a11135 tip

age author description
Thu, 12 Nov 2009 21:08:40 +0000 cmlenz Also skip the encoding step in the XPath tests.
Tue, 17 Mar 2009 14:36:23 +0000 cmlenz Added XPath unit test for #271 (was already incorrectly committed in [1043], oops)
Tue, 17 Mar 2009 14:35:12 +0000 cmlenz Added XPath unit test for #234.
Tue, 17 Mar 2009 14:31:49 +0000 cmlenz Added XPath unit test for #234.
Tue, 17 Mar 2009 14:25:22 +0000 cmlenz Cleaned up XPath tests, added tests from #185.
Wed, 11 Mar 2009 17:51:06 +0000 cmlenz Sync (old) experimental inline branch with trunk@1027. experimental-inline
Wed, 11 Mar 2009 17:03:03 +0000 cmlenz Merged soc2008-xpath branch back into trunk.
Mon, 23 Jun 2008 23:00:40 +0000 mkurczych Added one test and made path.py pass it (I've forgotten to implement the last_checked variable functionality, because of which some places in path were checked multiple times, which made counters wrong). experimental-soc2008
Sat, 07 Jun 2008 19:22:31 +0000 mkurczych Path.test() function reimplementation and few experimental-soc2008
Mon, 17 Sep 2007 21:51:21 +0000 cmlenz Fix for descendant-or-self XPath patterns when namespaces are involved.
Sun, 24 Jun 2007 08:10:47 +0000 athomas Add XPath `matches()` function which, of course, supports the Python regular
Fri, 01 Jun 2007 17:21:47 +0000 cmlenz Merged revisions 487-603 via svnmerge from experimental-inline
Mon, 26 Feb 2007 20:43:02 +0000 cmlenz Fix unit tests broken by [504].
Mon, 26 Feb 2007 18:26:59 +0000 cmlenz Improve the handling of namespaces in serialization.
Mon, 04 Dec 2006 19:00:46 +0000 cmlenz Fix for infinite loop in XPath test. Closes #82.
Mon, 09 Oct 2006 20:45:17 +0000 cmlenz Fix `starts-with()` XPath function so that it actually compares the two strings. Closes #61.
Fri, 22 Sep 2006 11:40:24 +0000 cmlenz Fix bug in evaluating XPath expressions using the union operator `|`, which caused any path but the first to get out of sync with the event stream, and the whole thing returning too few results.
Tue, 12 Sep 2006 14:08:36 +0000 cmlenz * Minor simplification of XPath engine.
Mon, 11 Sep 2006 15:07:07 +0000 cmlenz Renamed Markup to Genshi in repository. base markup/tests/path.py@e0c824c60266
Copyright (C) 2012-2017 Edgewall Software