summaryrefslogtreecommitdiff
path: root/python/libxml.c
Commit message (Expand)AuthorAgeFilesLines
* python: Fix memory leak checksNick Wellnhofer2022-11-271-23/+2
* Migrate from PyEval_ to PyObject_Nick Wellnhofer2022-08-291-17/+17
* Deprecate old HTML SAX APINick Wellnhofer2022-08-251-1/+4
* Generate deprecation warnings for old SAX APINick Wellnhofer2022-08-251-1/+4
* Remove DOCBparserNick Wellnhofer2022-03-041-26/+0
* Warn when using deprecated functions from Python bindingsNick Wellnhofer2022-03-011-0/+17
* More fixes to --without-valid buildNick Wellnhofer2022-02-221-0/+4
* Fix memory leak in libxml_C14NDocSaveToDavid King2022-01-161-1/+5
* Fix memory leak in libxml_saveNodeToDavid King2022-01-161-0/+1
* Convert python/libxml.c to PY_SSIZE_T_CLEANVictor Stinner2020-11-191-6/+7
* Parenthesize Py<type>_Check() in ifsMiro Hrončok2020-03-101-2/+2
* Large batch of typo fixesJared Yanovich2019-09-301-4/+4
* 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 Stphane 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