summaryrefslogtreecommitdiff
path: root/python/tests/reader.py
Commit message (Expand)AuthorAgeFilesLines
* Stop calling xmlMemoryDumpNick Wellnhofer2023-04-301-1/+0
* Use python3 not pythonRoss Burton2022-12-071-1/+1
* Use portable python shebangsDavid Seifert2022-04-061-1/+1
* update all tests for Python3 and Python2Daniel Veillard2013-03-301-90/+95
* applied patch from Malcolm Tredinnick to avoid tabs in python sources,Daniel Veillard2004-02-231-11/+11
* indicated encoding of the test file, needed for python 2.3 DanielDaniel Veillard2004-02-171-0/+1
* fixed bug #108801 reported by Malcolm Tredinnick about the DocType nodeDaniel Veillard2003-03-221-0/+25
* seriously changed the way data are pushed to the underlying parser, go byDaniel Veillard2003-01-051-15/+15
* another couple of problem related to IsEmptyElement reported by StéphaneDaniel Veillard2003-01-021-0/+22
* fixed another couple of xmlreader bugs reported by Stéphane Bidoul andDaniel Veillard2003-01-011-4/+28
* fixed another pair of problem pointed by Stéphane Bidoul: depth start at 0Daniel Veillard2002-12-301-16/+34
* fixed another problem pointed by Stéphane Bidoul DanielDaniel Veillard2002-12-301-28/+43
* fixed a limit case problem with "<a/>" DanielDaniel Veillard2002-12-301-0/+22
* warn on xmlns:prefix="foo" fixed a couple of problem for namespaceDaniel Veillard2002-12-301-0/+36
* fixed a bug pointed out by Stéphane Bidoul and integrated it into theDaniel Veillard2002-12-291-0/+30
* extended the XmlTextReader API a bit, addding accessors for the currentDaniel Veillard2002-12-281-0/+3
* changed the generator to provide casing for the XmlTextReader similar toDaniel Veillard2002-12-281-66/+66
* one really need to provide the base URI information when creating a readerDaniel Veillard2002-12-201-4/+4
* added more methods of XmlTextReader. this increased the methods in theDaniel Veillard2002-12-151-0/+151
* added the close and getattribute methods of XmlTextReader. added theDaniel Veillard2002-12-141-0/+94