aboutsummaryrefslogtreecommitdiffstats
path: root/python
Commit message (Expand)AuthorAgeFilesLines
...
* Changed the number of XPath extension functions allowed to beWilliam M. Brack2004-07-031-41/+67
* some updates with memory debugging facilities while messing with libxsltDaniel Veillard2004-07-023-0/+17
* applied patch from Stéphane Bidoul to fix some Python bindingsDaniel Veillard2004-07-015-11/+55
* do not provide functions used as destructor of classes as public methodsDaniel Veillard2004-07-012-240/+242
* warning message cleanup. Now compiles warning-free, all tests passed.William M. Brack2004-06-301-238/+238
* applied Schemas patches from Kasimier Buchcik, there is still one openDaniel Veillard2004-06-291-0/+1
* hack based on Arjan van de Ven suggestion to reduce ELF footprint andDaniel Veillard2004-06-271-0/+1
* a couple of large static variable which should really not be declared asDaniel Veillard2004-05-161-0/+1
* better portability fix for f(*args), use apply(f, args) as Stephane BidoulDaniel Veillard2004-05-111-10/+1
* applied patch from Ed Davis to allow "make tests" to work with Python 1.5Daniel Veillard2004-05-102-2/+11
* Fixed bug #141529 i.e. various problems when building with --without-htmlDaniel Veillard2004-04-302-2/+28
* keep the ChangeLog compressed fix a segfault when using Close() test forDaniel Veillard2004-04-182-0/+38
* move the TODO as comments as the function while not finished are usableDaniel Veillard2004-04-161-3/+3
* Add generated files, to make cvs silent.Johan Dahlin2004-04-011-1/+6
* applied patch from Alfred Mickautsch for better DTD support. fixed bugDaniel Veillard2004-03-221-238/+238
* Minor change for later verson of php requiring $HTTP_GET_VARS.William M. Brack2004-03-101-238/+238
* applied patch from Anthony Carrico providing Python bindings for theDaniel Veillard2004-03-092-2/+346
* .cvsignore and python/.cvsignore patchedWilliam M. Brack2004-03-091-1/+3
* fixing compilation and link option when configuring with --without-validDaniel Veillard2004-02-251-238/+238
* fixed a memory leak (xmlXPathLangFunction) reported on the list by MikeWilliam M. Brack2004-02-251-238/+238
* applied patch from Malcolm Tredinnick to avoid tabs in python sources,Daniel Veillard2004-02-239-54/+54
* indicated encoding of the test file, needed for python 2.3 DanielDaniel Veillard2004-02-172-0/+2
* added xmlByteConsumed() interface updated the benchmark rebuilt the docsDaniel Veillard2004-02-113-1/+115
* added a small hack to fix interference between my fixes for bugs 132585William M. Brack2004-02-081-1/+4
* preparing release 2.6.5, rebuilt the docs, checked rngparser stuff doesDaniel Veillard2004-01-251-0/+1
* applied patch from Frederic Peters fixing the wrong arg order in xpathDaniel Veillard2004-01-251-1/+1
* applied patch from Stephane Bidoul to add enums to the Python bindings.Daniel Veillard2004-01-142-10/+25
* applied patch from Stephane Bidoul for structured error handling fromDaniel Veillard2004-01-067-1/+150
* moved string and UTF8 routines out of parser.c and encoding.c into a newWilliam M. Brack2004-01-061-9/+11
* fixed problem pointed out by Stéphane Bidoul on the list. completedWilliam M. Brack2003-12-312-3/+2
* fixed bug #129489, propagation of parsing flags in entities. improved theDaniel Veillard2003-12-211-0/+1
* applied fixes to allow build from 'outside' directory (Bug 129172)William M. Brack2003-12-212-3/+3
* augmented the XInclude API to be able to pass XML parser flags down to theDaniel Veillard2003-12-091-0/+2
* tried to fix the problems reported in bug #126735 fixed again some problemDaniel Veillard2003-12-081-15/+19
* fixed the pattern interfaces but not yet the parser to handle theDaniel Veillard2003-12-051-1/+0
* cleanup the make rebuild in doc, this include new directive to stopDaniel Veillard2003-12-051-0/+1
* oops forgot to modify/commit the new code. DanielDaniel Veillard2003-12-041-4/+24
* cleanup the output buffer support to at least get the basic to work fixesDaniel Veillard2003-12-046-16/+104
* enhanced for range checking, updated to Unicode version 4.0.1 (API docsWilliam M. Brack2003-11-092-0/+33
* small enhancement to assure ATTRIBUTE_UNUSED appears after the variableWilliam M. Brack2003-11-041-3/+4
* preparing release 2.6.2, updated and rebuilt the docs DanielDaniel Veillard2003-11-041-0/+1
* previous fix for #124044 was broken, correct fix provided. fixDaniel Veillard2003-10-311-3/+3
* be more defensive in the xmlReader python bindings fixing bug #124044Daniel Veillard2003-10-301-0/+8
* preparing release 2.6.1, updated and regenerated docs and APIs cleanup andDaniel Veillard2003-10-281-0/+1
* fixed warning message from IRIX (bug 125182) removed tabs, replaced withWilliam M. Brack2003-10-271-104/+104
* added the xmlWriter module contributed by Alfred Mickautsch added room forDaniel Veillard2003-10-201-4/+9
* removing xmldwalk module since it got merged with the xmlreader. cleanupDaniel Veillard2003-10-205-11/+282
* adding xmlNodeBufGetContent() allowing to grab the content without forcingDaniel Veillard2003-10-191-0/+10
* fixed to not send NULL to %s printing cleaning up some of the regressionDaniel Veillard2003-10-191-1/+1
* added new APIs for creating reader from sources or reusing a reader with aDaniel Veillard2003-10-181-8/+8