| Commit message (Expand) | Author | Age | Files | Lines |
* | small changes to syntax to get rid of compiler warnings. No changes to | William M. Brack | 2003-08-05 | 1 | -3/+3 |
* | patch from Joachim Bauch + cleanup for Relax NG error callbacks in python | Daniel Veillard | 2003-07-29 | 1 | -12/+194 |
* | patch from Stéphane Bidoul for setting up threads global defaults. this | Daniel Veillard | 2003-05-15 | 1 | -1/+4 |
* | applied patch from Brent M Hendricks adding binding for xmlCatalogAddLocal | Daniel Veillard | 2003-04-23 | 1 | -0/+31 |
* | first part of the fix to performance bug #108905, adds | Daniel Veillard | 2003-03-26 | 1 | -0/+3 |
* | some warning removal on Igor's patch seems I messed up with #106788 fix | Daniel Veillard | 2003-02-24 | 1 | -0/+3 |
* | removed an unprotedted debug message Aleksi Suhonen put a guard against | Daniel Veillard | 2003-02-03 | 1 | -0/+2 |
* | patch from Stéphane Bidoul for better per context error message APIs | Daniel Veillard | 2003-01-20 | 1 | -129/+131 |
* | applied a patch from Stéphane Bidoul to allow per XMLtextReader error and | Daniel Veillard | 2003-01-16 | 1 | -0/+167 |
* | cleanup patch from Stéphane Bidoul Daniel | Daniel Veillard | 2003-01-14 | 1 | -6/+26 |
* | applied and fixed a patch from Stephane Bibould to provide per parser | Daniel Veillard | 2003-01-14 | 1 | -25/+206 |
* | fixed bug #102181 by applying the suggested change and fixing the | Daniel Veillard | 2003-01-10 | 1 | -0/+1 |
* | patch from Stéphane Bidoul for Python 2.1 Daniel | Daniel Veillard | 2002-12-23 | 1 | -0/+4 |
* | Return the previous as opposed to the next node (I guess this is the | Daniel Veillard | 2002-11-24 | 1 | -2/+2 |
* | trying to fix the Python bindings build on Windows (Stéphane Bidoul) | Daniel Veillard | 2002-11-23 | 1 | -1/+1 |
* | fixing bug #98792 , node may have no doc and dereferencing without | Daniel Veillard | 2002-11-17 | 1 | -1/+1 |
* | fixed the data callback on transition functionality which was broken when | Daniel Veillard | 2002-09-24 | 1 | -11/+11 |
* | updated the python bindings, added code for easier File I/O, and the | Daniel Veillard | 2002-09-12 | 1 | -4/+376 |
* | Cleanup of the python Makefiles based on Jacob and James feedback, fixed | Daniel Veillard | 2002-03-15 | 1 | -707/+807 |
* | preparing 2.4.17 release updated and rebuilt the docs fixed a commentLIBXML_2_4_13 | Daniel Veillard | 2002-03-08 | 1 | -0/+5 |
* | fixed some htmlSetMetaEncoding() problems fixup and integrated tests for | Daniel Veillard | 2002-03-06 | 1 | -2/+6 |
* | fix bug #72490 added methods serialize() and saveTo() to all node | Daniel Veillard | 2002-03-06 | 1 | -0/+221 |
* | make sure SAX endDocument is always called as this could result in a | Daniel Veillard | 2002-03-05 | 1 | -3/+57 |
* | commiting some Python bindings work done while travelling Daniel | Daniel Veillard | 2002-03-01 | 1 | -0/+25 |
* | Added wrapper for the xmlURIPtr type, provided accessors, fixed the | Daniel Veillard | 2002-02-23 | 1 | -1/+2 |
* | added the 'usual' setup.py to allow building a libxml2-python module based | Daniel Veillard | 2002-02-22 | 1 | -0/+10 |
* | couple of bug fixes Daniel | Daniel Veillard | 2002-02-12 | 1 | -0/+55 |
* | Tentatively fixed #69655 , make compiling with -Wredundant-decls clean. | Daniel Veillard | 2002-02-10 | 1 | -1/+1 |
* | Justin Fletcher found some parts of the code needing cleanup Fixed the | Daniel Veillard | 2002-02-09 | 1 | -11/+12 |
* | Changed to the MIT Licence updated the doc accordingly preparing 2.4.14 | Daniel Veillard | 2002-02-08 | 1 | -2/+3 |
* | cleanup the extension function lookup always compile the list Daniel | Daniel Veillard | 2002-02-06 | 1 | -7/+34 |
* | started adding SAX interfaces added a basic SAX test Daniel | Daniel Veillard | 2002-02-04 | 1 | -16/+479 |
* | hardened the addChild function added accessors needed for xmlNode, a bit | Daniel Veillard | 2002-02-04 | 1 | -0/+45 |
* | change a small bit in the way valididy error messages get initialized | Daniel Veillard | 2002-02-03 | 1 | -0/+117 |
* | cleanup added class for parser context, added first cut for push mode | Daniel Veillard | 2002-02-03 | 1 | -390/+42 |
* | adding error redirections and preformat to a python handler cleanup made | Daniel Veillard | 2002-02-02 | 1 | -0/+107 |
* | fixed a stupid bug when renaming a function Daniel | Daniel Veillard | 2002-02-02 | 1 | -2/+1 |
* | Progressing through the TODOs, class description output, extra XML API, | Daniel Veillard | 2002-02-02 | 1 | -0/+1 |
* | more work, now able to extend the XPath interpreter with functions written | Daniel Veillard | 2002-02-01 | 1 | -1/+169 |
* | Fixed a couple more of python building problems, Daniel | Daniel Veillard | 2002-02-01 | 1 | -1/+0 |
* | inserted the python wrappers build, I hope this won't be too unportable | Daniel Veillard | 2002-01-31 | 1 | -0/+2 |
* | minor optimization more work on the python bindings, they now support | Daniel Veillard | 2002-01-31 | 1 | -54/+217 |
* | more work on the python bindings generator. Daniel | Daniel Veillard | 2002-01-30 | 1 | -0/+1 |
* | more work on the python bindings. Daniel | Daniel Veillard | 2002-01-30 | 1 | -7/+13 |
* | commited early version of a python binding for private use only ATM Daniel | Daniel Veillard | 2002-01-30 | 1 | -0/+619 |