Edgewall Software

source: trunk/genshi/path.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1269   10 years hodgestar Return correct value and properly namespaced attribute name when …
(edit) @1083   14 years cmlenz A bit of cleanup of the Markup Python implementation.
(edit) @1080   14 years cmlenz Avoid unicode literals in reprs of QName and Namespace when not …
(edit) @1079   14 years cmlenz Add a couple of fallback imports for Python 3.0.
(edit) @1077   14 years cmlenz More work on reducing the size of the diff produced by 2to3.
(edit) @1076   14 years cmlenz Convert a bunch of print statements to py3k compatible syntax.
(edit) @1075   14 years cmlenz Remove usage of unicode literals in a couple of places where they were …
(edit) @1031   15 years cmlenz Get rid of some Python 2.3 legacy that's no longer needed now that 2.4 …
(edit) @1025   15 years cmlenz Merged soc2008-xpath branch back into trunk.
(edit) @970   15 years cmlenz Apply patch to silence a -3 warning about reduce removal. Closes #279.
(edit) @835   15 years cmlenz Fix copyright years.
(edit) @754   16 years cmlenz Fix for descendant-or-self XPath patterns when namespaces are involved.
(edit) @721   16 years cmlenz Text templates now default to rendering as plain text; it is no longer …
(edit) @707   16 years cmlenz Minor, cosmetic tweaks.
(edit) @642   16 years athomas Add XPath matches() function which, of course, supports the Python …
(edit) @622   16 years athomas Attributes selected with an XPath are now returned as an Attrs()
(edit) @620   16 years athomas Implemented XPath sub-expressions.
(edit) @600   16 years cmlenz A couple of minor doc refinements.
(edit) @517   17 years cmlenz Try to use proper reStructuredText for docstrings throughout.
(edit) @468   17 years cmlenz Unit test fixes for Python 2.3.
(edit) @466   17 years cmlenz Fix for infinite loop in XPath test. Closes #82.
(edit) @444   17 years cmlenz Fix for #77: match templates were matching their own output.
(edit) @443   17 years cmlenz Parse template includes at parse time to avoid some runtime overhead.
(edit) @410   17 years cmlenz Fix XPath traversal in match templates. Previously, div/p would be …
(edit) @407   17 years cmlenz XPath tests should never return event tuples, just values or booleans.
(edit) @403   17 years cmlenz Fixed __repr__ of the QName, Attrs, and Expression classes so …
(edit) @379   17 years cmlenz Minor optimization for XPath evaluation.
(edit) @378   17 years cmlenz Various performance-oriented tweaks.
(edit) @347   17 years cmlenz Fix starts-with() XPath function so that it actually compares the …
(edit) @322   17 years cmlenz Fix bug in evaluating XPath expressions using the union operator |, …
(edit) @310   17 years cmlenz Remove duplicate XPath operator definition.
(edit) @299   17 years cmlenz Fixed EOL style.
(edit) @298   17 years cmlenz Further simplification of the XPath engine.
(edit) @293   17 years cmlenz * Minor simplification of XPath engine. * Updated change log.
(copy) @287   17 years cmlenz Renamed Markup to Genshi in repository.
copied from trunk/markup/path.py:
(edit) @285   17 years cmlenz Add support for position predicates in XPath expressions.
Note: See TracRevisionLog for help on using the revision log.