History log of /external/libxml2/python/tests/tst.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2cb6bf8eb019cc88578093abee3e37a78e7b3020 30-Mar-2013 Daniel Veillard <veillard@redhat.com> update all tests for Python3 and Python2
/external/libxml2/python/tests/tst.py
4e1b26cfeba7f5fad4f8bd12fb5ce7029f930b79 03-Feb-2002 Daniel Veillard <veillard@src.gnome.org> change a small bit in the way valididy error messages get initialized

* parserInternals.c: change a small bit in the way valididy
error messages get initialized
* python/TODO python/libxml.c python/libxml2-python-api.xml
python/libxml2class.txt python/libxml_wrap.h python/types.c:
added some memory debugging to track leaks at the libxml2 level
* python/tests/*.py: changed all tests to check for leaks,
there is just one left in XPath extension registrations.
daniel
/external/libxml2/python/tests/tst.py
5d81903b06418c7d8cc72cf9add81c4026a2f3bc 02-Feb-2002 Daniel Veillard <veillard@src.gnome.org> adding error redirections and preformat to a python handler cleanup made

* python/Makefile.am python/libxml.c python/libxml2-python-api.xml
python/libxml2class.txt: adding error redirections and preformat
to a python handler
* python/tests/Makefile.am python/tests/*.py: cleanup made all
tests self checking
Daniel
/external/libxml2/python/tests/tst.py
253aa2c33bb4d781b5120dd82b404e0416abd79f 02-Feb-2002 Daniel Veillard <veillard@src.gnome.org> added more informations in the libxml2-python package including docs.

* configure.in libxml.spec.in python/Makefile.am python/TODO
python/generator.py python/libxml2class.txt: added more informations
in the libxml2-python package including docs. Slightly changed
the class hierarchy
* python/tests/*: added basic regression tests infrastructure too
Daniel
/external/libxml2/python/tests/tst.py