summaryrefslogtreecommitdiff
path: root/python/libxml.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typosNick Wellnhofer2020-03-081-1/+1
* Add methods for python3 iteratorRon Angeles2014-10-031-2/+4
* Fix python bindings with versions older than 2.7Daniel Veillard2013-04-021-1/+3
* Fix tree iterators broken by 2to3 scriptDaniel Veillard2013-04-011-4/+4
* A few more fixes for python 3 affecting libxml2.pyDaniel Veillard2013-03-301-7/+33
* First pass at starting porting to python3Daniel Veillard2013-03-301-15/+16
* Python binding for xmlRegisterInputCallbackAlexey Neyman2013-02-251-1/+25
* Python bindings: DOM casts everything to xmlNodeAlexey Neyman2013-02-211-10/+10
* 544910 typo: "renciliateNs"Leonid Evdokimov2009-08-241-1/+1
* fixed tab problem with patch from Andreas Hanke (bug #408626)William M. Brack2007-02-161-8/+8
* apparently id() sometimes generate negative values and %X outputs -XXXXDaniel Veillard2006-12-141-0/+10
* applied patch from Ross Reedstrom, Brian West and Stefan Anca to addDaniel Veillard2006-10-101-3/+10
* Added code submitted by Andreas Pakulat to provide node equality,William M. Brack2006-06-261-0/+17
* remove a tab, as pointed out on IRC DanielDaniel Veillard2006-02-271-1/+1
* remove warnings to stdout patch from Nic Ferrier DanielDaniel Veillard2005-10-271-1/+2
* applied patch from Brent Hendricks adding namespace removal at the pythonDaniel Veillard2005-04-121-0/+21
* another patch from Brent Hendricks to add new handlers with the variousDaniel Veillard2005-03-301-0/+39
* make __str__ call serialize() on nodes, c.f. bug #157872 DanielDaniel Veillard2005-01-151-0/+2
* applied patch from Malcolm Tredinnick fixing python exception hierarchyDaniel Veillard2004-09-281-4/+7
* Dodji pointed out a bug in xmlGetNodePath() applied patch from Albert ChinDaniel Veillard2004-08-141-3/+3
* ran 'expand' on the file to get rid of mixture of tabs and spaces (bugWilliam M. Brack2004-07-121-13/+13
* applied patch from Stéphane Bidoul to fix some Python bindingsDaniel Veillard2004-07-011-0/+5
* applied patch from Anthony Carrico providing Python bindings for theDaniel Veillard2004-03-091-0/+42
* fixed bug #129489, propagation of parsing flags in entities. improved theDaniel Veillard2003-12-211-0/+1
* tried to fix the problems reported in bug #126735 fixed again some problemDaniel Veillard2003-12-081-15/+19
* oops forgot to modify/commit the new code. DanielDaniel Veillard2003-12-041-4/+24
* fixed warning message from IRIX (bug 125182) removed tabs, replaced withWilliam M. Brack2003-10-271-104/+104
* applied patch from Brent M Hendricks adding binding for xmlCatalogAddLocalDaniel Veillard2003-04-231-0/+5
* patch from Stéphane Bidoul for better per context error message APIsDaniel Veillard2003-01-201-15/+35
* applied a patch from Stéphane Bidoul to allow per XMLtextReader error andDaniel Veillard2003-01-161-0/+30
* applied and fixed a patch from Stephane Bibould to provide per parserDaniel Veillard2003-01-141-0/+19
* fixed bug #102181 by applying the suggested change and fixing theDaniel Veillard2003-01-101-1/+21
* integrated the Python 2.2 optimizations from Hannu Krosing, whileDaniel Veillard2003-01-041-63/+149
* a bit of cleanup small fix more work on the XmlTextReader tutorial a fewDaniel Veillard2003-01-041-6/+1
* extended the XmlTextReader API a bit, addding accessors for the currentDaniel Veillard2002-12-281-0/+1
* added a few predefined xmlTextReader parser configuration values. DanielDaniel Veillard2002-12-271-0/+7
* updated the python bindings, added code for easier File I/O, and theDaniel Veillard2002-09-121-0/+68
* Fixed serialize and saveTo comment, DanielDaniel Veillard2002-05-291-1/+1
* fixed xmlReconciliateNs(), added a Python test/example for inter-documentDaniel Veillard2002-03-071-3/+20
* fix bug #72490 added methods serialize() and saveTo() to all nodeDaniel Veillard2002-03-061-1/+12
* make sure SAX endDocument is always called as this could result in aDaniel Veillard2002-03-051-0/+128
* couple of bug fixes DanielDaniel Veillard2002-02-121-0/+1
* removed tabs and used spaces. DanielDaniel Veillard2002-02-111-84/+84
* Justin Fletcher found some parts of the code needing cleanup Fixed theDaniel Veillard2002-02-091-26/+26
* cleanup added class for parser context, added first cut for push modeDaniel Veillard2002-02-031-8/+0
* fixed a small bug a bit of cleanup. DanielDaniel Veillard2002-02-021-1/+9
* fixed a stupid bug when renaming a function DanielDaniel Veillard2002-02-021-1/+1
* more work, now able to extend the XPath interpreter with functions writtenDaniel Veillard2002-02-011-0/+6
* minor optimization more work on the python bindings, they now supportDaniel Veillard2002-01-311-2/+51
* more work on the python bindings generator. DanielDaniel Veillard2002-01-301-21/+4