| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add incremental XMPP serialisation example to docs | Stefan Behnel | 2014-04-05 | 1 | -0/+29 |
| | | |||||
| * | replace outdated references to encoding=unicode in the docs by ↵ | Stefan Behnel | 2014-02-26 | 1 | -1/+1 |
| | | | | | encoding="unicode" | ||||
| * | update xmlfile API docs | Stefan Behnel | 2013-02-10 | 1 | -11/+22 |
| | | |||||
| * | add documentation for xmlfile() API | Stefan Behnel | 2013-02-10 | 1 | -2/+44 |
| | | |||||
| * | PyPy test fixes | Stefan Behnel | 2012-09-25 | 1 | -2/+2 |
| | | |||||
| * | simplify interface for passing multiple tag selectors into element iteration ↵ | Stefan Behnel | 2012-04-24 | 1 | -8/+16 |
| | | | | | methods | ||||
| * | [svn r4324] r5430@lenny: sbehnel | 2010-01-29 16:15:53 +0100 | scoder | 2010-01-29 | 1 | -0/+21 |
| | | | | | | | | support overriding the DOCTYPE on serialisation --HG-- branch : trunk | ||||
| * | [svn r3766] r4382@delle: sbehnel | 2008-05-26 19:44:47 +0200 | scoder | 2008-05-26 | 1 | -13/+24 |
| | | | | | | | | enable more explicit Python3-like syntax in doctests --HG-- branch : trunk | ||||
| * | [svn r3754] r4370@delle: sbehnel | 2008-05-26 09:31:33 +0200 | scoder | 2008-05-26 | 1 | -1/+8 |
| | | | | | | | | Py3 doctest fixes --HG-- branch : trunk | ||||
| * | [svn r3751] r4367@delle: sbehnel | 2008-05-26 09:09:32 +0200 | scoder | 2008-05-26 | 1 | -23/+42 |
| | | | | | | | | Py3 doctest fixes --HG-- branch : trunk | ||||
| * | [svn r3749] r4365@delle: sbehnel | 2008-05-26 08:26:13 +0200 | scoder | 2008-05-26 | 1 | -0/+37 |
| | | | | | | | | example for depth-first tree iteration --HG-- branch : trunk | ||||
| * | [svn r3712] r4270@delle: sbehnel | 2008-05-21 16:09:40 +0200 | scoder | 2008-05-21 | 1 | -0/+8 |
| | | | | | | | | Py3 test fixes --HG-- branch : trunk | ||||
| * | [svn r3600] r4086@delle: sbehnel | 2008-04-25 11:06:16 +0200 | scoder | 2008-04-25 | 1 | -1/+1 |
| | | | | | | | | HTML doc link fixes --HG-- branch : trunk | ||||
| * | [svn r3521] r3936@delle: sbehnel | 2008-04-11 19:31:10 +0200 | scoder | 2008-04-11 | 1 | -9/+54 |
| | | | | | | | | support for CDATA blocks: parser option and CDATA() text factory --HG-- branch : trunk | ||||
| * | [svn r3394] r3706@delle: sbehnel | 2008-03-03 15:53:29 +0100 | scoder | 2008-03-03 | 1 | -19/+57 |
| | | | | | | | | use Pygments to enable syntax highlighting in docs --HG-- branch : trunk | ||||
| * | [svn r3388] r3700@delle: sbehnel | 2008-03-03 12:30:47 +0100 | scoder | 2008-03-03 | 1 | -1/+1 |
| | | | | | | | | removed most deprecated functions and methods --HG-- branch : trunk | ||||
| * | [svn r3341] r3601@delle: sbehnel | 2008-02-22 16:03:07 +0100 | scoder | 2008-02-22 | 1 | -0/+4 |
| | | | | | | | | doc updates, more links to generated API docs, extended web site menu --HG-- branch : trunk | ||||
| * | [svn r3162] r3239@delle: sbehnel | 2008-01-11 15:17:27 +0100 | scoder | 2008-01-11 | 1 | -2/+2 |
| | | | | | | | | fix doctest for libxml2 2.6.31 --HG-- branch : trunk | ||||
| * | [svn r3101] r3107@delle: sbehnel | 2007-12-18 19:01:53 +0100 | scoder | 2007-12-18 | 1 | -1/+4 |
| | | | | | | | | always append a newline when pretty printing on serialisation (not only for ElementTrees) --HG-- branch : trunk | ||||
| * | [svn r3100] r3106@delle: sbehnel | 2007-12-18 18:52:41 +0100 | scoder | 2007-12-18 | 1 | -14/+17 |
| | | | | | | | | cleanup in API docs --HG-- branch : trunk | ||||
| * | [svn r3096] r3102@delle: sbehnel | 2007-12-18 10:09:44 +0100 | scoder | 2007-12-18 | 1 | -3/+1 |
| | | | | | | | | fixed test cases after newline-after-document serialisation change --HG-- branch : trunk | ||||
| * | [svn r3089] r3089@delle: sbehnel | 2007-12-09 18:45:51 +0100 | scoder | 2007-12-14 | 1 | -0/+5 |
| | | | | | | | | append newline at the end of serialised documents --HG-- branch : trunk | ||||
| * | [svn r2668] print column in error log | scoder | 2007-07-20 | 1 | -6/+6 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r2662] only accept well-formed tag names at the API level | scoder | 2007-07-18 | 1 | -9/+10 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r2342] better exception messages in XPath, parsers and validators; ↵ | scoder | 2007-05-27 | 1 | -1/+1 |
| | | | | | | | | major cleanup of error message extraction --HG-- branch : trunk | ||||
| * | [svn r2334] display first error in exception string instead of last one | scoder | 2007-05-26 | 1 | -5/+31 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r2327] doc cleanup | scoder | 2007-05-21 | 1 | -8/+8 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r2293] section on error logging | scoder | 2007-05-14 | 1 | -20/+41 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r2239] small cleanup in docs | scoder | 2007-04-22 | 1 | -2/+5 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r2238] note on ElementInclude support | scoder | 2007-04-22 | 1 | -5/+13 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r2236] doc link from serialisation to the unicode section | scoder | 2007-04-20 | 1 | -1/+5 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r2235] some cleanup, new API section on serialisation | scoder | 2007-04-20 | 1 | -9/+34 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r2130] ref fix | scoder | 2007-02-23 | 1 | -1/+1 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r2126] first take on a major split-up of api.txt | scoder | 2007-02-21 | 1 | -676/+28 |
| | | | | | | | | | --HG-- branch : trunk rename : doc/api.txt => doc/parsing.txt rename : doc/api.txt => doc/validation.txt rename : doc/api.txt => doc/xpathxslt.txt | ||||
| * | [svn r1964] notes on HTML parsing | scoder | 2006-10-20 | 1 | -3/+10 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r1947] doc cleanup | scoder | 2006-09-29 | 1 | -6/+6 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r1922] XSLT profiling support | scoder | 2006-09-18 | 1 | -0/+19 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r1844] merged CAPI branch: C-API, objectify, classlookup, etc. | scoder | 2006-08-08 | 1 | -12/+33 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r1748] ignore document nodes in XPath results, return namespace ↵ | scoder | 2006-08-01 | 1 | -8/+5 |
| | | | | | | | | declarations as (prefix, URI) tuple --HG-- branch : trunk | ||||
| * | [svn r1747] let xpath('/') return the root element instead of raising an ↵ | scoder | 2006-08-01 | 1 | -0/+4 |
| | | | | | | | | exception --HG-- branch : trunk | ||||
| * | [svn r1647] one more little clarification on iterparse() in api.txt | scoder | 2006-07-19 | 1 | -1/+1 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r1646] more clarifications on iterparse() in api.txt | scoder | 2006-07-19 | 1 | -5/+5 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r1645] note on different iterparse() cleanup in compatibility.txt, more ↵ | scoder | 2006-07-19 | 1 | -6/+8 |
| | | | | | | | | clarifications in api.txt --HG-- branch : trunk | ||||
| * | [svn r1644] clarification in api.txt/FAQ.txt: do not delete parents in ↵ | scoder | 2006-07-19 | 1 | -4/+21 |
| | | | | | | | | terparse()! --HG-- branch : trunk | ||||
| * | [svn r1585] clarification in api.txt | scoder | 2006-06-27 | 1 | -1/+4 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r1583] merged in extended doctest from lxml 1.0.2 | scoder | 2006-06-26 | 1 | -0/+2 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r1579] forward reference in docs | scoder | 2006-06-26 | 1 | -0/+3 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r1578] cleanup in api.txt: split section on documents and iteration | scoder | 2006-06-26 | 1 | -46/+64 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r1577] new Element.iterchildren(reversed=False), all Element.iter*() ↵ | scoder | 2006-06-25 | 1 | -19/+38 |
| | | | | | | | | methods support additional 'tag' keyword argument --HG-- branch : trunk | ||||
| * | [svn r1571] merge of iterparse branch: iterparse and iterwalk functions | scoder | 2006-06-23 | 1 | -12/+120 |
| | | | | | | --HG-- branch : trunk | ||||
