aboutsummaryrefslogtreecommitdiffstats
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* some warning removal on Igor's patch seems I messed up with #106788 fixDaniel Veillard2003-02-241-0/+3
* more bug-hunting added --tree to dump the intermediate rng tree patch fromDaniel Veillard2003-02-161-1/+1
* fixed doc comment problems adding RelaxNG wrappers added a specific testDaniel Veillard2003-02-096-1/+165
* comments cleanups use xmllint for doing the RelaxNG tests preparing 2.5.2Daniel Veillard2003-02-053-0/+15
* fixing #104096 to compile without regexps DanielDaniel Veillard2003-02-042-0/+6
* removed an unprotedted debug message Aleksi Suhonen put a guard againstDaniel Veillard2003-02-031-0/+2
* seems there is no good reasons to not generate bindings for XPointerDaniel Veillard2003-01-232-1/+15
* applied a new patch from Stéphane Bidoul for cleanups rebuilt the APIDaniel Veillard2003-01-211-0/+5
* patch from Stéphane Bidoul for better per context error message APIsDaniel Veillard2003-01-208-205/+266
* 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-165-3/+205
* cleanup patch from Stéphane Bidoul DanielDaniel Veillard2003-01-141-6/+26
* applied and fixed a patch from Stephane Bibould to provide per parserDaniel Veillard2003-01-148-29/+303
* fixed a bug raised by Raymond Wiker, docSetRootElement() should not raiseDaniel Veillard2003-01-101-0/+1
* fixed bug #102181 by applying the suggested change and fixing theDaniel Veillard2003-01-104-8/+22
* one more IsEmptyElement crazyness, that time in external parsed entitiesDaniel Veillard2003-01-091-0/+35
* update from Stéphane Bidoul: python 2.1 support and improved error handlerDaniel Veillard2003-01-091-15/+16
* preparing 2.5.0 release only warn in pedantic mode about namespace nameDaniel Veillard2003-01-061-1/+1
* seriously changed the way data are pushed to the underlying parser, go byDaniel Veillard2003-01-053-25/+39
* integrated the Python 2.2 optimizations from Hannu Krosing, whileDaniel Veillard2003-01-041-63/+149
* fixed a small problem related to order of files in dir, DanielDaniel Veillard2003-01-041-5/+6
* a bit of cleanup small fix more work on the XmlTextReader tutorial a fewDaniel Veillard2003-01-041-6/+1
* patch from Stéphane Bidoul to include drv_libxml2.py in setup.py DanielDaniel Veillard2003-01-041-1/+1
* 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
* integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul basedDaniel Veillard2003-01-022-0/+351
* 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
* modified the generator to allow keeping class references when creating newDaniel Veillard2002-12-311-1/+34
* 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-286-2/+117
* changed the generator to provide casing for the XmlTextReader similar toDaniel Veillard2002-12-284-106/+105
* quiet down cvs somewhatJose Maria Celorio2002-12-282-0/+4
* final touch running DTD validation on the XmlTextReader added a specificDaniel Veillard2002-12-272-1/+56
* added a few predefined xmlTextReader parser configuration values. DanielDaniel Veillard2002-12-271-0/+7
* trying to fix #102037 DanielDaniel Veillard2002-12-271-3/+2
* patch from Stéphane Bidoul for Python 2.1 DanielDaniel Veillard2002-12-232-1/+9
* one really need to provide the base URI information when creating a readerDaniel Veillard2002-12-201-4/+4
* more work on the xml reader interfaces. updated Igor's mail and the WebDaniel Veillard2002-12-181-0/+3
* Vyacheslav Pindyura managed to trigger a bug in parseStartTag, fixing it.Daniel Veillard2002-12-161-0/+5
* added more methods of XmlTextReader. this increased the methods in theDaniel Veillard2002-12-152-0/+159
* added the close and getattribute methods of XmlTextReader. added theDaniel Veillard2002-12-146-1/+179
* preparing release of 2.4.30 fixups to the api builder, gives enum values,Daniel Veillard2002-12-121-0/+1
* patch from Mark Vadok about htmlNodeDumpOutput location. removed anDaniel Veillard2002-12-121-38/+0