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