summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* more work on the xml reader interfaces. updated Igor's mail and the WebDaniel Veillard2002-12-181-0/+3
* Vyacheslav Pindyura managed to trigger a bug in parseStartTag, fixing it.Daniel Veillard2002-12-161-0/+5
* added more methods of XmlTextReader. this increased the methods in theDaniel Veillard2002-12-152-0/+159
* added the close and getattribute methods of XmlTextReader. added theDaniel Veillard2002-12-146-1/+179
* preparing release of 2.4.30 fixups to the api builder, gives enum values,Daniel Veillard2002-12-121-0/+1
* patch from Mark Vadok about htmlNodeDumpOutput location. removed anDaniel Veillard2002-12-121-38/+0
* new API building Python script, does the C parsing directly, generates aDaniel Veillard2002-12-111-7/+40
* another patch from Stéphane Bidoul for Python bindings on Windows smallDaniel Veillard2002-11-271-14/+22
* Return the previous as opposed to the next node (I guess this is theDaniel Veillard2002-11-241-2/+2
* trying to fix the Python bindings build on Windows (Stéphane Bidoul)Daniel Veillard2002-11-233-12/+84
* final touch at closing #87235 </p> end tags need to be generated. thisDaniel Veillard2002-11-221-1/+2
* fixed #99082 for xi:include encoding="..." support on text includes. addedDaniel Veillard2002-11-202-2/+9
* fixing bug #98792 , node may have no doc and dereferencing withoutDaniel Veillard2002-11-171-1/+1
* trying to fix bug #98517 about building outside the source tree fixed theDaniel Veillard2002-11-152-4/+4
* Applied the VMS update patch from Craig A. Berry update DanielDaniel Veillard2002-10-221-88/+89
* fixed bugs when passing result value tree to Python functions. DanielDaniel Veillard2002-10-201-4/+28
* fixed a stupid error breaking the python API DanielDaniel Veillard2002-09-262-7/+7
* improving some documentation comments found and fixed a mem leak withDaniel Veillard2002-09-256-87/+314
* fixed the data callback on transition functionality which was broken whenDaniel Veillard2002-09-242-93/+93
* stupid bug found by mattam@netcourrier.com DanielDaniel Veillard2002-09-171-1/+1
* updated the python bindings, added code for easier File I/O, and theDaniel Veillard2002-09-1213-12/+665
* applied patch from Christophe Merlet to reestablish DESTDIR DanielDaniel Veillard2002-09-051-4/+4
* possible mem leak patch from Jason Adams integrated xf:escape-uri() fromLIBXML_2_4_24Daniel Veillard2002-08-221-0/+49
* typo in target name resulted in libxml2.py to not be rebuilt. fixedDaniel Veillard2002-08-221-6/+6
* more AMD 64 induced changes from Frederic Crozat DanielDaniel Veillard2002-08-141-1/+1
* fixed the test results, indenting behaviour changed slightly DanielDaniel Veillard2002-08-121-4/+4
* Opening the interface xmlNewCharEncodingHandler as requested in #89415Daniel Veillard2002-08-012-21/+20
* fixed python/Makefile.am for bug 72012William M. Brack2002-07-211-3/+6
* preparing 2.4.23 rebuilt the docs DanielLIBXML_2_4_23Daniel Veillard2002-07-061-0/+7
* Fixed serialize and saveTo comment, DanielDaniel Veillard2002-05-291-1/+1
* preparing 2.4.22 DanielLIBXML_2_4_22Daniel Veillard2002-05-271-0/+4
* fixed a problem with the HTML parser pointed by Gary Benson sdding theDaniel Veillard2002-05-134-4/+73
* release of 2.4.20 updated and rebuilt the docs DanielLIBXML_2_4_20Daniel Veillard2002-04-152-2/+42
* patch from Cristian Gafton to build on Red Hat 6.2, should also fix #75779Daniel Veillard2002-04-151-2/+2
* Added Igor Zlatkovic as official maintainer Albert Chin pointed thatDaniel Veillard2002-03-272-2/+2
* humm, changed the way the SAX parser work whenDaniel Veillard2002-03-181-2/+2
* small fix to avoid potential problem due to ordering of freeing dataDaniel Veillard2002-03-161-1/+1
* Cleanup of the python Makefiles based on Jacob and James feedback, fixedDaniel Veillard2002-03-155-896/+1040
* remove LDADD and CFLAGS as this is broken usage, redundant, and gccjacob berkman2002-03-141-3/+0
* config.py* was missing, DanielDaniel Veillard2002-03-091-0/+2
* fix to adapt varaiations in the bindings fixed to have the version of theDaniel Veillard2002-03-091-1/+1
* preparing 2.4.17 release updated and rebuilt the docs fixed a commentLIBXML_2_4_13Daniel Veillard2002-03-081-0/+5
* fixed xmlHasNsProp() bugs for defaulted from DTD attribs, added a specificDaniel Veillard2002-03-073-3/+52
* fixed xmlReconciliateNs(), added a Python test/example for inter-documentDaniel Veillard2002-03-073-3/+69
* fixed some htmlSetMetaEncoding() problems fixup and integrated tests forDaniel Veillard2002-03-063-2/+157
* fix bug #72490 added methods serialize() and saveTo() to all nodeDaniel Veillard2002-03-062-1/+233
* make sure SAX endDocument is always called as this could result in aDaniel Veillard2002-03-057-11/+304
* applied patch fixing #73450 DanielDaniel Veillard2002-03-051-2/+2
* added the possibility of returning nodesets from XPath extension functionsDaniel Veillard2002-03-013-3/+81
* commiting some Python bindings work done while travelling DanielDaniel Veillard2002-03-014-7/+51