summaryrefslogtreecommitdiff
path: root/python/libxml.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos: dictio{ nn -> n }ar{y,ies}Jan Pokorný2016-04-151-1/+1
* python: Fix compiler warnings when building python3 bindingsArmin K2013-06-031-2/+2
* Fix missing break on last() function for attributesdcb2013-05-021-0/+1
* Fix compilation on Python3Daniel Veillard2013-03-301-53/+140
* Add support for xpathRegisterVariable in PythonShaun McCance2013-03-271-0/+26
* Fix a few problems with setEntityLoaderAlexey Neyman2013-02-251-1/+8
* Python binding for xmlRegisterInputCallbackAlexey Neyman2013-02-251-0/+90
* Bug 676544 - fails to build with --without-sax1Akira TAGOH2012-08-281-0/+2
* clean redefinition of {v}snprintf in C-sourceRoumen Petrov2012-08-131-3/+1
* Restore code for Windows compilationDaniel Veillard2012-05-231-1/+3
* use mingw C99 compatible functions {v}snprintf instead those from MSVC runtimeRoumen Petrov2012-05-211-3/+1
* python: remove unused variableStefan Kost2011-05-251-1/+0
* python: flag two unused argsStefan Kost2011-05-251-2/+2
* Fix compilation with ClangKoop Mast2010-11-031-1/+1
* Chasing dead assignments reported by clang-scanDaniel Veillard2009-09-071-0/+1
* 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