summaryrefslogtreecommitdiff
path: root/python/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix expected error output in Python testsNick Wellnhofer2017-06-011-10/+0
* python/tests/sync.py assumes Python dictionaries are orderedJohn Beck2014-10-061-13/+16
* Fix python bindings with versions older than 2.7Daniel Veillard2013-04-025-5/+2
* update all tests for Python3 and Python2Daniel Veillard2013-03-3047-474/+535
* Silent the new python test on inputAlexey Neyman2013-02-271-72/+87
* Python binding for xmlRegisterInputCallbackAlexey Neyman2013-02-252-0/+129
* Remove all .cvsignore as they are not used anymoreDaniel Veillard2012-09-041-2/+0
* Various "make distcheck" and portability fixups 2nd partDaniel Richard G2012-08-071-0/+1
* Various "make distcheck" and portability fixupsDaniel Richard G2012-08-061-3/+2
* Fix html serialization error and htmlSetMetaEncoding()Daniel Veillard2012-05-111-2/+2
* Fix memory leak in xmlXPathEvalExpression()Martin2009-10-121-1/+13
* Fix python regression test after 583439 cleanupDaniel Veillard2009-08-241-1/+1
* applied a couple of patches from Martin avoiding some leaks, fixinq QNameDaniel Veillard2008-09-012-1/+55
* fix a memory errro when using namespace nodes returned from XPath queries,Daniel Veillard2008-03-122-1/+31
* applied cleanup patches for cross compilation and MinGW from Roumen PetrovDaniel Veillard2008-02-191-13/+2
* patches from John Carr to start cleaning up 'make diskcheck' problems c.f.Daniel Veillard2008-01-111-0/+4
* Added code submitted by Andreas Pakulat to provide node equality,William M. Brack2006-06-262-1/+52
* removed a potentially uninitialized variable error fixed a deprecationDaniel Veillard2005-08-241-1/+11
* applied patch from Brent Hendricks adding namespace removal at the pythonDaniel Veillard2005-04-122-0/+63
* another patch from Brent Hendricks to add new handlers with the variousDaniel Veillard2005-03-304-1/+222
* added a regression test from Rob Richards for the previous bug DanielDaniel Veillard2005-03-102-0/+82
* try to fix a problem with valgrind. applied memory leak fix from BrentDaniel Veillard2005-03-022-1/+38
* fixed xmlXIncludeParseFile to prevent overwriting XML_COMPLETE_ATTRS whenWilliam M. Brack2005-02-121-0/+2
* Applied patch from Brent Hendricks adding support for late DTD validation.Daniel Veillard2004-11-103-2/+37
* applied patch from Malcolm Tredinnick fixing bug #154294 related to savingDaniel Veillard2004-10-041-22/+94
* Applied patch from Torkel Lyng to add Schemas support to the PythonDaniel Veillard2004-08-182-0/+53
* added an encoding "special comment" to avoid warning message in python2.3William M. Brack2004-07-111-1/+1
* make the push interfaces synchronous added a specific test added the newDaniel Veillard2004-07-052-2/+143
* better portability fix for f(*args), use apply(f, args) as Stephane BidoulDaniel Veillard2004-05-111-10/+1
* applied patch from Ed Davis to allow "make tests" to work with Python 1.5Daniel Veillard2004-05-102-2/+11
* keep the ChangeLog compressed fix a segfault when using Close() test forDaniel Veillard2004-04-182-0/+38
* applied patch from Malcolm Tredinnick to avoid tabs in python sources,Daniel Veillard2004-02-239-54/+54
* indicated encoding of the test file, needed for python 2.3 DanielDaniel Veillard2004-02-172-0/+2
* added xmlByteConsumed() interface updated the benchmark rebuilt the docsDaniel Veillard2004-02-112-1/+114
* applied patch from Stephane Bidoul to add enums to the Python bindings.Daniel Veillard2004-01-141-6/+6
* applied patch from Stephane Bidoul for structured error handling fromDaniel Veillard2004-01-062-1/+74
* applied fixes to allow build from 'outside' directory (Bug 129172)William M. Brack2003-12-211-1/+1
* cleanup the output buffer support to at least get the basic to work fixesDaniel Veillard2003-12-042-7/+7
* added the xmlWriter module contributed by Alfred Mickautsch added room forDaniel Veillard2003-10-201-4/+9
* removing xmldwalk module since it got merged with the xmlreader. cleanupDaniel Veillard2003-10-203-0/+249
* fixed to not send NULL to %s printing cleaning up some of the regressionDaniel Veillard2003-10-191-1/+1
* switched Relax-NG module to teh new error reporting. Better defaultDaniel Veillard2003-10-071-2/+2
* more cleanup in make tests more work in the transition to the new errorDaniel Veillard2003-10-031-3/+3
* cleanup, creating a new legacy.c module, made sure make tests ran inDaniel Veillard2003-09-281-1/+1
* added a new API to split a QName without generating any memory allocationDaniel Veillard2003-08-041-11/+11
* patch from Stéphane Bidoul for setting up threads global defaults. thisDaniel Veillard2003-05-153-3/+100
* a lot of performance work especially the speed of streaming through theDaniel Veillard2003-04-211-1/+1
* some cleanups extended the document to cover RelaxNG and tree operationsDaniel Veillard2003-04-173-0/+166
* Added the Expand() and Next() operation to work on subtrees within theDaniel Veillard2003-04-111-0/+48
* fixing #109227 providing more context in case of start/end tag mismatchDaniel Veillard2003-03-272-2/+2