summaryrefslogtreecommitdiff
path: root/python/tests/reader2.py
Commit message (Expand)AuthorAgeFilesLines
* Stop calling xmlMemoryDumpNick Wellnhofer2023-04-301-1/+0
* xmlValidatePopElement() can return invalid value (-1)David Kilzer2023-04-101-1/+1
* parser: Halt parser on DTD errorsNick Wellnhofer2023-01-241-28/+0
* Use python3 not pythonRoss Burton2022-12-071-1/+1
* python/tests/reader2: use absolute paths everywhereRoss Burton2022-12-061-25/+26
* python/tests/reader2: always exit(1) if a test failsRoss Burton2022-12-061-1/+9
* Use portable python shebangsDavid Seifert2022-04-061-1/+1
* python/tests: open() relative to test scriptsDavid Seifert2022-03-301-1/+4
* Updated Python test reader2.pyPieter van Oostrum2020-01-021-19/+107
* update all tests for Python3 and Python2Daniel Veillard2013-03-301-27/+36
* switched Relax-NG module to teh new error reporting. Better defaultDaniel Veillard2003-10-071-2/+2
* more cleanup in make tests more work in the transition to the new errorDaniel Veillard2003-10-031-3/+3
* cleanup, creating a new legacy.c module, made sure make tests ran inDaniel Veillard2003-09-281-1/+1
* added a new API to split a QName without generating any memory allocationDaniel Veillard2003-08-041-11/+11
* patch from Stéphane Bidoul for setting up threads global defaults. thisDaniel Veillard2003-05-151-2/+2
* a lot of performance work especially the speed of streaming through theDaniel Veillard2003-04-211-1/+1
* seriously changed the way data are pushed to the underlying parser, go byDaniel Veillard2003-01-051-9/+13
* fixed a small problem related to order of files in dir, DanielDaniel Veillard2003-01-041-5/+6
* okay the DTD validation code on top of the XMLTextParser API should beDaniel Veillard2003-01-031-0/+39
* Fixing some more mess with validation and recursive entities while usingDaniel Veillard2003-01-031-0/+53
* fixed another validity checking in external parsed entities raised byDaniel Veillard2003-01-011-0/+52
* fixed a problem with validation within entities pointed by StéphaneDaniel Veillard2002-12-311-0/+53
* extended the XmlTextReader API a bit, addding accessors for the currentDaniel Veillard2002-12-281-1/+1
* changed the generator to provide casing for the XmlTextReader similar toDaniel Veillard2002-12-281-3/+3
* final touch running DTD validation on the XmlTextReader added a specificDaniel Veillard2002-12-271-0/+54