log markup/path.py @ 122:441545dbed4a

age author description
Wed, 02 Aug 2006 16:34:30 +0000 cmlenz Minor fix to XPath functions added in [150].
Wed, 02 Aug 2006 12:55:05 +0000 cmlenz Added support for the XPath functions `name()`, `namespace-uri()`, `local-name()`, and `not()`.
Tue, 01 Aug 2006 10:27:52 +0000 cmlenz Use constants for axes in XPath engine.
Mon, 31 Jul 2006 17:25:43 +0000 cmlenz Some fixes and more unit tests for the XPath engine.
Fri, 28 Jul 2006 16:51:35 +0000 cmlenz Complete rewrite of the XPath parsing, which was a mess before. Closes #19.
Thu, 13 Jul 2006 12:32:11 +0000 cmlenz * Simplify implementation of the individual XPath tests (use closures instead of callable classes)
Wed, 12 Jul 2006 18:47:39 +0000 cmlenz Some more performance tweaks.
Tue, 11 Jul 2006 17:40:41 +0000 cmlenz Use `collections.deque` for the template context stack on Python 2.4, which improves performance if there are many context frame pop/push operations.
Mon, 10 Jul 2006 17:37:01 +0000 cmlenz A couple of minor performance improvements.
Sun, 09 Jul 2006 17:46:12 +0000 cmlenz Switch copyright to Edgewall and URLs to markup.edgewall.org.
Fri, 07 Jul 2006 17:54:52 +0000 cmlenz Use a different namespace than Kid uses.
Mon, 03 Jul 2006 11:28:13 +0000 cmlenz Fix for #2 (incorrect context node in path expressions). Still some paths that produce incorrect results, but the common case seems to work now.
Sun, 02 Jul 2006 23:10:27 +0000 cmlenz Moved some of the tests for the strip directive to a new unittest test case to not clutter up the documentation.
Wed, 28 Jun 2006 21:09:54 +0000 cmlenz Add doctests for path module.
Wed, 28 Jun 2006 09:28:09 +0000 cmlenz * Fix the boilerplate in the Python source files.
Wed, 28 Jun 2006 08:55:04 +0000 cmlenz * Split out the XPath tests into a separate `unittest`-based file.
Mon, 26 Jun 2006 17:54:47 +0000 cmlenz Oops. Fix typo in [25].
Mon, 26 Jun 2006 17:54:00 +0000 cmlenz Cosmetic (mostly whitespace) changes.
Tue, 20 Jun 2006 17:31:32 +0000 cmlenz Separate match and eval filters from the include and user-supplied filters.
Sat, 03 Jun 2006 07:16:01 +0000 cmlenz Initial import.
Copyright (C) 2012-2017 Edgewall Software