Mercurial > genshi > genshi-test
log markup/path.py @ 44:42bcb91bf025
age | author | description |
---|---|---|
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. |