History log of /external/libxml2/python/tests/push.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/push.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/push.py
3ce5257b293ed75d8feb18ed7ab18ea2b52510bd 03-Feb-2002 Daniel Veillard <veillard@src.gnome.org> cleanup added class for parser context, added first cut for push mode

* python/Makefile.am python/types.c: cleanup
* python/libxml.c python/libxml.py python/libxml_wrap.h
python/generator.py python/libxml2-python-api.xml
python/libxml2class.txt: added class for parser context, added
first cut for push mode support. Added a framework to generate
accessors functions.
* python/tests/Makefile.am python/tests/push.py: added a push
test
Daniel
/external/libxml2/python/tests/push.py