aboutsummaryrefslogtreecommitdiffstats
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* 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() fromDaniel 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 DanielDaniel Veillard2002-07-061-0/+7
* Fixed serialize and saveTo comment, DanielDaniel Veillard2002-05-291-1/+1
* preparing 2.4.22 DanielDaniel 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 DanielDaniel 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 commentDaniel 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
* Added wrapper for the xmlURIPtr type, provided accessors, fixed theDaniel Veillard2002-02-238-3/+215
* added the 'usual' setup.py to allow building a libxml2-python module basedDaniel Veillard2002-02-224-285/+488
* preparing 2.4.16 updated and rebuilt the docs, rebuilt the API and webDaniel Veillard2002-02-201-5/+3
* python script to run regression tests against the XML Test suite ofDaniel Veillard2002-02-171-1/+1
* couple of bug fixes DanielDaniel Veillard2002-02-122-0/+56
* removed tabs and used spaces. DanielDaniel Veillard2002-02-112-439/+439
* Tentatively fixed #69655 , make compiling with -Wredundant-decls clean.Daniel Veillard2002-02-101-1/+1
* seems some version of automake didn't generate the dependancies right asDaniel Veillard2002-02-091-0/+3
* Justin Fletcher found some parts of the code needing cleanup Fixed theDaniel Veillard2002-02-094-60/+71
* Changed to the MIT Licence updated the doc accordingly preparing 2.4.14Daniel Veillard2002-02-089-12/+114
* oops, DanielDaniel Veillard2002-02-071-4/+4
* cleanup always use stdout if output is NULL don't close filedescriptorsDaniel Veillard2002-02-076-24/+195
* cleanup the extension function lookup always compile the list DanielDaniel Veillard2002-02-062-7/+36
* do not install outside of prefix DanielDaniel Veillard2002-02-051-8/+8
* started adding SAX interfaces added a basic SAX test DanielDaniel Veillard2002-02-044-18/+555
* hardened the addChild function added accessors needed for xmlNode, a bitDaniel Veillard2002-02-047-7/+154
* change a small bit in the way valididy error messages get initializedDaniel Veillard2002-02-0313-14/+235