summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
...
* Fix memory leak in libxml_C14NDocSaveToDavid King2022-01-161-1/+5
* Fix memory leak in libxml_saveNodeToDavid King2022-01-161-0/+1
* python/Makefile.am: use *_LIBADD, not *_LDFLAGS for LIBSSam James2022-01-161-1/+2
* Fix handling of unexpected EOF in xmlParseContentNick Wellnhofer2021-05-081-2/+2
* Fix line numbers in error messages for mismatched tagsNick Wellnhofer2021-05-071-1/+1
* Convert python/libxml.c to PY_SSIZE_T_CLEANVictor Stinner2020-11-191-6/+7
* Build the Python extension with PY_SSIZE_T_CLEANVictor Stinner2020-11-191-1/+2
* Parenthesize Py<type>_Check() in ifsMiro Hrončok2020-03-102-8/+8
* Fix typosNick Wellnhofer2020-03-084-5/+5
* Updated Python test reader2.pyPieter van Oostrum2020-01-021-19/+107
* Updated python/tests/tstLastError.pyPieter van Oostrum2020-01-021-7/+10
* Make sure that Python tests exit with error codeNick Wellnhofer2019-10-211-9/+11
* Large batch of typo fixesJared Yanovich2019-09-302-5/+5
* Adjust expected error in Python testsNick Wellnhofer2019-09-261-2/+2
* Fix Python bindings under WindowsNick Wellnhofer2019-01-061-0/+1
* python: remove single use of _PyVerify_fdPatrick Welche2018-03-051-2/+0
* Remove generated file python/setup.py from version controlNick Wellnhofer2017-10-071-242/+0
* Release of libxml2-2.9.6v2.9.6Daniel Veillard2017-10-061-1/+1
* Release of libxml2-2.9.5v2.9.5Daniel Veillard2017-09-041-2/+2
* small changes for OS/400Patrick Monnerat2017-07-271-1/+1
* Fix expected error output in Python testsNick Wellnhofer2017-06-011-10/+0
* Fix apibuild for a recently added constructv2.9.4-rc2Daniel Veillard2016-05-091-1/+1
* Fix typos: dictio{ nn -> n }ar{y,ies}Jan Pokorný2016-04-151-1/+1
* python 3: libxml2.c wrappers create Unicode str alreadyMichael Stahl2016-03-111-8/+10
* Release of libxml2-2.9.3v2.9.3Daniel Veillard2015-11-201-1/+1
* Release of libxml2-2.9.2v2.9.2Daniel Veillard2014-10-161-1/+1
* fix some tabs mixing incompatible with python3Roumen Petrov2014-10-161-43/+43
* Python generator bug raised by the const changev2.9.2-rc2Daniel Veillard2014-10-131-1/+1
* python/tests/sync.py assumes Python dictionaries are orderedJohn Beck2014-10-061-13/+16
* Add methods for python3 iteratorRon Angeles2014-10-031-2/+4
* fix some tabs mixing incompatible with python3Daniel Veillard2013-10-021-43/+43
* Another round of fixes for older versions of PythonArfrever Frehtes Taifersar Arahesis2013-07-121-8/+6
* python: fix drv_libxml2.py for python3 compatibilityAlexandre Rostovtsev2013-07-111-4/+12
* python: Fix compiler warnings when building python3 bindingsArmin K2013-06-032-5/+5
* Fix for compilation with python 2.6.8Petr Sumbera2013-05-031-2/+2
* Fix missing break on last() function for attributesdcb2013-05-021-0/+1
* Release of libxml2-2.9.1v2.9.1Daniel Veillard2013-04-191-1/+1
* Fix a linking error for python bindingsDaniel Veillard2013-04-191-2/+2
* Fix python bindings with versions older than 2.7Daniel Veillard2013-04-028-10/+38
* Fix tree iterators broken by 2to3 scriptDaniel Veillard2013-04-011-4/+4
* update all tests for Python3 and Python2Daniel Veillard2013-03-3047-474/+535
* A few more fixes for python 3 affecting libxml2.pyDaniel Veillard2013-03-302-12/+37
* Fix compilation on Python3Daniel Veillard2013-03-304-163/+340
* First pass at starting porting to python3Daniel Veillard2013-03-304-122/+141
* Fix a uneeded and wrong extra link parameterDaniel Veillard2013-03-301-1/+1
* Add support for xpathRegisterVariable in PythonShaun McCance2013-03-273-1/+35
* Silent the new python test on inputAlexey Neyman2013-02-271-72/+87
* Fix a few problems with setEntityLoaderAlexey Neyman2013-02-251-1/+8
* Python binding for xmlRegisterInputCallbackAlexey Neyman2013-02-256-1/+248
* Python bindings: DOM casts everything to xmlNodeAlexey Neyman2013-02-211-10/+10