tx
2005-09-13 Frederic JollitonClone attributes as needed. Added Node.xpath, Node...
2005-09-13 Frederic JollitonAdded Sequence.__contains__ so that we test nodes by...
2005-09-13 Frederic JollitonUpdated axis list to support child-or-top and attribute...
2005-09-13 Frederic JollitonAdded ext:filter-by-id function.
2005-09-13 Frederic JollitonDiscard None items when constructing element.
2005-09-13 Frederic JollitonFixed position extraction when throwing an error in...
2005-09-13 Frederic JollitonAdded preserveCase keyword argument to htmltree.Parser
2005-09-13 Frederic JollitonUpdated HTMLParser to recognize XML element name and...
2005-09-13 Frederic JollitonAdded two iterators (iterChildOrTop and iterAttributeOr...
2005-09-12 Frederic JollitonDiscard duplicate matches. (Also "tabified" source.)
2005-09-12 Frederic JollitonSmall enhancement to lispy function.
2005-09-12 Frederic JollitonFixed several functions (see details.)
2005-09-12 Frederic JollitonUpdated XPath parser to allow spaces around unary ...
2005-09-12 Frederic JollitonCatch AmbiguousMatch when printing syntax tree of an...
2005-09-12 Frederic JollitonUpdated XPath parser. Fixed fn:number and op:minus...
2005-09-12 Frederic JollitonFixed Document.dmDocumentUri()
2005-09-12 Frederic JollitonFixed one optimization.
2005-09-12 Frederic JollitonCommented out two optimizations that break predicate...
2005-09-12 Frederic JollitonUpdated Node.__cmp__ to work with other types.
2005-09-12 Frederic JollitonUpdated fn:contains.
2005-09-12 Frederic JollitonAdded sort function. Added '_' variable to keep last...
2005-09-11 Frederic JollitonAdded more XPath functions.
2005-09-11 Frederic JollitonAdded functions for special floats numbers. Added funct...
2005-09-11 Frederic JollitonClone nodes as needed. Added __cmp__ to Node. Removed...
2005-09-11 Frederic JollitonBetter function arity checking. Fixed a raise statement.
2005-09-10 Frederic JollitonMissing Decimal import.
2005-09-10 Frederic JollitonSequence can now be compared with a single item.
2005-09-10 Frederic JollitonAdded 'parse' function to XPath prompt.
2005-09-10 Frederic JollitonTags now allow nested tuple/list, including iterators...
2005-09-08 Frederic JollitonEnhanced encoding detection when parsing HTML (or XML...
2005-09-07 Frederic JollitonEnsure wrappers function name are set with a non-unicod...
2005-09-07 Frederic JollitonFixed prompt to correctly handle 8bits input.
2005-09-07 Frederic JollitonAdded fn:contains and fn:ends-with. Optimized fn:starts...
2005-09-07 Frederic JollitonAdded fn:starts-with function.
2005-09-07 Frederic JollitonFixed attribute parsing to tolerate more bad stuff...
2005-09-07 Frederic JollitonHandle ^C from prompt.
2005-09-07 Frederic JollitonFixed <script>/<style> element parsing.
2005-09-07 Frederic Jollitontx-prompt: Fake UserAgent by default + allow to change...
2005-09-07 Frederic JollitonUpdated install script to generate symbolic link.
2005-09-07 Frederic JollitonFixed HTML parsing when several attributes have the...
2005-09-07 Frederic JollitonFix attributes with no value following '='.
2005-09-07 Frederic JollitonFix optimization when looking for attributes with any...
2005-09-07 Frederic Jollitoninitial import frederic@jolliton.com--2005-main,tx--main--0.1--base-0