aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests
Commit message (Expand)AuthorAgeFilesLines
* added the xmlWriter module contributed by Alfred Mickautsch added room forDaniel Veillard2003-10-201-4/+9
* removing xmldwalk module since it got merged with the xmlreader. cleanupDaniel Veillard2003-10-203-0/+249
* fixed to not send NULL to %s printing cleaning up some of the regressionDaniel Veillard2003-10-191-1/+1
* 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-153-3/+100
* a lot of performance work especially the speed of streaming through theDaniel Veillard2003-04-211-1/+1
* some cleanups extended the document to cover RelaxNG and tree operationsDaniel Veillard2003-04-173-0/+166
* Added the Expand() and Next() operation to work on subtrees within theDaniel Veillard2003-04-111-0/+48
* fixing #109227 providing more context in case of start/end tag mismatchDaniel Veillard2003-03-272-2/+2
* fixed bug #108801 reported by Malcolm Tredinnick about the DocType nodeDaniel Veillard2003-03-221-0/+25
* fixed doc comment problems adding RelaxNG wrappers added a specific testDaniel Veillard2003-02-092-1/+50
* patch from Stéphane Bidoul for better per context error message APIsDaniel Veillard2003-01-202-16/+17
* Forgot to add readererr.py, oops, DanielDaniel Veillard2003-01-171-0/+51
* applied a patch from Stéphane Bidoul to allow per XMLtextReader error andDaniel Veillard2003-01-161-1/+2
* applied and fixed a patch from Stephane Bibould to provide per parserDaniel Veillard2003-01-142-2/+57
* one more IsEmptyElement crazyness, that time in external parsed entitiesDaniel Veillard2003-01-091-0/+35
* seriously changed the way data are pushed to the underlying parser, go byDaniel Veillard2003-01-053-25/+39
* 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
* 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 validity checking in external parsed entities raised byDaniel Veillard2003-01-012-0/+55
* fixed a problem with validation within entities pointed by StéphaneDaniel Veillard2002-12-311-0/+53
* 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-284-2/+114
* changed the generator to provide casing for the XmlTextReader similar toDaniel Veillard2002-12-282-69/+69
* quiet down cvs somewhatJose Maria Celorio2002-12-281-0/+2
* final touch running DTD validation on the XmlTextReader added a specificDaniel Veillard2002-12-272-1/+56
* 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-142-1/+96
* trying to fix bug #98517 about building outside the source tree fixed theDaniel Veillard2002-11-151-2/+2
* improving some documentation comments found and fixed a mem leak withDaniel Veillard2002-09-252-1/+34
* updated the python bindings, added code for easier File I/O, and theDaniel Veillard2002-09-126-8/+109
* fixed the test results, indenting behaviour changed slightly DanielDaniel Veillard2002-08-121-4/+4
* fixed a problem with the HTML parser pointed by Gary Benson sdding theDaniel Veillard2002-05-132-0/+65
* Added Igor Zlatkovic as official maintainer Albert Chin pointed thatDaniel Veillard2002-03-271-1/+1
* Cleanup of the python Makefiles based on Jacob and James feedback, fixedDaniel Veillard2002-03-151-1/+1
* fixed xmlHasNsProp() bugs for defaulted from DTD attribs, added a specificDaniel Veillard2002-03-072-0/+35
* fixed xmlReconciliateNs(), added a Python test/example for inter-documentDaniel Veillard2002-03-072-0/+49
* fixed some htmlSetMetaEncoding() problems fixup and integrated tests forDaniel Veillard2002-03-062-0/+151
* make sure SAX endDocument is always called as this could result in aDaniel Veillard2002-03-052-2/+22