aboutsummaryrefslogtreecommitdiffstats
path: root/python/libxml.c
Commit message (Expand)AuthorAgeFilesLines
* Borland C fix from Moritz Both regenerate, workaround a problem for bufferDaniel Veillard2008-09-011-114/+33
* fx compilation when configured without the reader should fix #513110Daniel Veillard2008-05-121-0/+5
* fix a memory leak in the python string handling when SAX event are passedDaniel Veillard2007-01-091-0/+3
* Added code submitted by Andreas Pakulat to provide node equality,William M. Brack2006-06-261-0/+36
* more cleanups based on coverity reports. DanielDaniel Veillard2006-03-091-2/+2
* applied fix from Jakub Piotr Clapa for xmlAttr.parent(), closing #312181Daniel Veillard2005-08-011-0/+1
* don't output any message on failed resolver lookups, better done by theDaniel Veillard2005-07-291-1/+5
* applied patch from Brent Hendricks adding namespace removal at the pythonDaniel Veillard2005-04-121-0/+50
* fixed bug #168504 DanielDaniel Veillard2005-03-311-1/+1
* applied patch from Brent Hendricks to avoid leak in python bindings whenDaniel Veillard2005-03-301-4/+3
* try to fix a problem with valgrind. applied memory leak fix from BrentDaniel Veillard2005-03-021-0/+26
* Applied patch from Brent Hendricks adding support for late DTD validation.Daniel Veillard2004-11-101-1/+137
* register xmlSchemaSetValidErrors, patch from Brent Hendricks in theDaniel Veillard2004-10-291-0/+1
* fixed a problem occuring only in x86_64 when very large error messages areDaniel Veillard2004-10-221-22/+13
* applied patch from Malcolm Tredinnick fixing bug #154294 related to savingDaniel Veillard2004-10-041-0/+54
* fix a problem on last commit DanielDaniel Veillard2004-08-221-0/+2
* trying to remove some warning when compiling on Fedora Core 3 and 64bitsDaniel Veillard2004-08-221-2/+2
* Applied patch from Torkel Lyng to add Schemas support to the PythonDaniel Veillard2004-08-181-0/+165
* added a check on the argument for some classes (e.g. xmlDoc and xmlNode)William M. Brack2004-07-161-2/+14
* Changed the number of XPath extension functions allowed to beWilliam M. Brack2004-07-031-41/+67
* some updates with memory debugging facilities while messing with libxsltDaniel Veillard2004-07-021-0/+12
* applied patch from Stéphane Bidoul to fix some Python bindingsDaniel Veillard2004-07-011-10/+43
* Fixed bug #141529 i.e. various problems when building with --without-htmlDaniel Veillard2004-04-301-0/+18
* applied patch from Anthony Carrico providing Python bindings for theDaniel Veillard2004-03-091-2/+304
* added a small hack to fix interference between my fixes for bugs 132585William M. Brack2004-02-081-1/+4
* applied patch from Frederic Peters fixing the wrong arg order in xpathDaniel Veillard2004-01-251-1/+1
* cleanup the output buffer support to at least get the basic to work fixesDaniel Veillard2003-12-041-4/+90
* previous fix for #124044 was broken, correct fix provided. fixDaniel Veillard2003-10-311-3/+3
* be more defensive in the xmlReader python bindings fixing bug #124044Daniel Veillard2003-10-301-0/+8
* enhanced macros to avoid breaking ABI from previous versions. modified toWilliam M. Brack2003-10-181-0/+1
* Okay this is scary but it is just adding a configure option to disableDaniel Veillard2003-09-291-1/+12
* adding repeated parsing and validating tests make the new DOM treeDaniel Veillard2003-09-241-1/+3
* use stderr and not stdout for default errors in python environment bugDaniel Veillard2003-09-171-2/+2
* small changes to syntax to get rid of compiler warnings. No changes toWilliam M. Brack2003-08-051-3/+3
* patch from Joachim Bauch + cleanup for Relax NG error callbacks in pythonDaniel Veillard2003-07-291-12/+194
* patch from Stéphane Bidoul for setting up threads global defaults. thisDaniel Veillard2003-05-151-1/+4
* applied patch from Brent M Hendricks adding binding for xmlCatalogAddLocalDaniel Veillard2003-04-231-0/+31
* first part of the fix to performance bug #108905, addsDaniel Veillard2003-03-261-0/+3
* some warning removal on Igor's patch seems I messed up with #106788 fixDaniel Veillard2003-02-241-0/+3
* removed an unprotedted debug message Aleksi Suhonen put a guard againstDaniel Veillard2003-02-031-0/+2
* patch from Stéphane Bidoul for better per context error message APIsDaniel Veillard2003-01-201-129/+131
* applied a patch from Stéphane Bidoul to allow per XMLtextReader error andDaniel Veillard2003-01-161-0/+167
* 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-141-25/+206
* fixed bug #102181 by applying the suggested change and fixing theDaniel Veillard2003-01-101-0/+1
* patch from Stéphane Bidoul for Python 2.1 DanielDaniel Veillard2002-12-231-0/+4
* Return the previous as opposed to the next node (I guess this is theDaniel Veillard2002-11-241-2/+2
* trying to fix the Python bindings build on Windows (Stéphane Bidoul)Daniel Veillard2002-11-231-1/+1
* fixing bug #98792 , node may have no doc and dereferencing withoutDaniel Veillard2002-11-171-1/+1
* fixed the data callback on transition functionality which was broken whenDaniel Veillard2002-09-241-11/+11