2cb6bf8eb019cc88578093abee3e37a78e7b3020 |
|
30-Mar-2013 |
Daniel Veillard <veillard@redhat.com> |
update all tests for Python3 and Python2
/external/libxml2/python/tests/reader.py
|
09b792ba3056eddb7ed5cc9c759b6510b3ef7743 |
|
23-Feb-2004 |
Daniel Veillard <veillard@src.gnome.org> |
applied patch from Malcolm Tredinnick to avoid tabs in python sources, * python/tests/*.py: applied patch from Malcolm Tredinnick to avoid tabs in python sources, should fix #135095 Daniel
/external/libxml2/python/tests/reader.py
|
a9a1b10514d13d34c81a1e3be5b0a1323cf8645f |
|
17-Feb-2004 |
Daniel Veillard <veillard@src.gnome.org> |
indicated encoding of the test file, needed for python 2.3 Daniel * python/tests/indexes.py python/tests/reader.py: indicated encoding of the test file, needed for python 2.3 Daniel
/external/libxml2/python/tests/reader.py
|
48ef4c98d226ef792da8aae26d3c73f090a7e49e |
|
22-Mar-2003 |
Daniel Veillard <veillard@src.gnome.org> |
fixed bug #108801 reported by Malcolm Tredinnick about the DocType node * xmlreader.c: fixed bug #108801 reported by Malcolm Tredinnick about the DocType node not being reported sometimes. * python/tests/reader.py: added to test to the regression checks Daniel
/external/libxml2/python/tests/reader.py
|
067bae5ff8f715ce895e0cecf8c5b4b6b2f5e218 |
|
05-Jan-2003 |
Daniel Veillard <veillard@src.gnome.org> |
seriously changed the way data are pushed to the underlying parser, go by * xmlreader.c: seriously changed the way data are pushed to the underlying parser, go by block of 512 bytes instead of tryng to detect tag boundaries at that level. Changed the way empty element are detected and tagged. * python/tests/reader.py python/tests/reader2.py python/tests/reader3.py: small changes mostly due to context reporting being different and DTD node being reported. Some errors previously undetected are now caught and fixed. * doc/xmlreader.html: flagged last section as TODO Daniel
/external/libxml2/python/tests/reader.py
|
dab8ea9b83b22ecd48d97dd13fe5035cf392d3fd |
|
02-Jan-2003 |
Daniel Veillard <veillard@src.gnome.org> |
another couple of problem related to IsEmptyElement reported by St�phane * xmlreader.c python/tests/reader.py: another couple of problem related to IsEmptyElement reported by St�phane Bidoul needed some fixes. Daniel
/external/libxml2/python/tests/reader.py
|
e3c036eedde59df360f54732fc0948ffde9f3139 |
|
01-Jan-2003 |
Daniel Veillard <veillard@src.gnome.org> |
fixed another couple of xmlreader bugs reported by St�phane Bidoul and * xmlreader.c python/tests/reader.py: fixed another couple of xmlreader bugs reported by St�phane Bidoul and added tests. Daniel
/external/libxml2/python/tests/reader.py
|
4d8db8a22c2285a9bf3b7b793b261b7b45861204 |
|
30-Dec-2002 |
Daniel Veillard <veillard@src.gnome.org> |
fixed another pair of problem pointed by St�phane Bidoul: depth start at 0 * xmlreader.c python/tests/reader.py: fixed another pair of problem pointed by St�phane Bidoul: depth start at 0 and a parse problem. Daniel
/external/libxml2/python/tests/reader.py
|
571b889b6b4a694e0b9ac52402675fe83195b42f |
|
30-Dec-2002 |
Daniel Veillard <veillard@src.gnome.org> |
fixed another problem pointed by St�phane Bidoul Daniel * xmlreader.c python/tests/reader.py: fixed another problem pointed by St�phane Bidoul Daniel
/external/libxml2/python/tests/reader.py
|
aaa105b5909c27c0610794e3c70acb6051bd5117 |
|
30-Dec-2002 |
Daniel Veillard <veillard@src.gnome.org> |
fixed a limit case problem with "<a/>" Daniel * xmlreader.c python/tests/reader.py: fixed a limit case problem with "<a/>" Daniel
/external/libxml2/python/tests/reader.py
|
ecaba49a7287212fb288403c123f8dbaf7ca6cfd |
|
30-Dec-2002 |
Daniel Veillard <veillard@src.gnome.org> |
warn on xmlns:prefix="foo" fixed a couple of problem for namespace * SAX.c: warn on xmlns:prefix="foo" * xmlreader.c python/tests/reader.py: fixed a couple of problem for namespace attributes handling. Daniel
/external/libxml2/python/tests/reader.py
|
29b3e285a70b9117619fef7ebfad94c2e44e2a1c |
|
29-Dec-2002 |
Daniel Veillard <veillard@src.gnome.org> |
fixed a bug pointed out by St�phane Bidoul and integrated it into the * xmlreader.c python/tests/reader.py: fixed a bug pointed out by St�phane Bidoul and integrated it into the tests Daniel
/external/libxml2/python/tests/reader.py
|
e18fc185fa2604ba73f2b259e34796c106ad5545 |
|
28-Dec-2002 |
Daniel Veillard <veillard@src.gnome.org> |
extended the XmlTextReader API a bit, addding accessors for the current * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: extended the XmlTextReader API a bit, addding accessors for the current doc and node, and an entity substitution mode for the parser. * python/libxml.py python/libxml2class.txt: related updates * python/tests/Makefile.am python/tests/reader.py python/tests/reader2.py python/tests/reader3.py: updated a bit the old tests and added a new one to test the entities handling Daniel
/external/libxml2/python/tests/reader.py
|
aba976d8254720a28e06f351bdb913ced88a8f95 |
|
28-Dec-2002 |
Daniel Veillard <veillard@src.gnome.org> |
changed the generator to provide casing for the XmlTextReader similar to * python/generator.py python/libxml2class.txt python/tests/reader.py python/tests/reader2.py: changed the generator to provide casing for the XmlTextReader similar to C# so that examples and documentation are more directly transposable. Fixed the couple of tests in the suite. Daniel
/external/libxml2/python/tests/reader.py
|
4258b9c8aa649f8bb344ff46b7886687f9659578 |
|
20-Dec-2002 |
Daniel Veillard <veillard@src.gnome.org> |
one really need to provide the base URI information when creating a reader * doc/libxml2-api.xml python/tests/reader.py: one really need to provide the base URI information when creating a reader parser from an input stream. Updated the API and the example using it. Daniel
/external/libxml2/python/tests/reader.py
|
da46d2d31e49503b087874cc987045dd09169d26 |
|
16-Dec-2002 |
Daniel Veillard <veillard@src.gnome.org> |
added more methods of XmlTextReader. this increased the methods in the * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added more methods of XmlTextReader. * python/libxml2class.txt python/tests/reader.py: this increased the methods in the bndings, augmented the test to check those new functions. Daniel
/external/libxml2/python/tests/reader.py
|
0eb38c7259b04de809f7bc880688f468ac7a15bf |
|
15-Dec-2002 |
Daniel Veillard <veillard@src.gnome.org> |
added the close and getattribute methods of XmlTextReader. added the * xmlreader.c doc/libxml2-api.xml: added the close and getattribute methods of XmlTextReader. * python/generator.py python/libxml_wrap.h python/types.c python/libxml2class.txt: added the reader to the Python bindings * python/tests/Makefile.am python/tests/reader.py: added a specific test for the Python bindings of the Reader APIs * parser.c: small cleanup. Daniel
/external/libxml2/python/tests/reader.py
|