summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2004-07-12fixed type for doctypeSystem and doctypePublic (problem reported on theWilliam M. Brack1-2/+2
2004-07-09fixes Python on 64bits box problem. DanielDaniel Veillard1-0/+3
2004-07-02convenience change try to avoid calling libxml2 cleanup function directlyDaniel Veillard4-6/+10
2004-05-17release of libxslt-1.1.7 DanielDaniel Veillard1-0/+1
2004-04-01Add generated files, to make cvs silent.Johan Dahlin1-1/+7
2004-02-16updated and rebuilt the documentation preparing release of 1.1.3 cleanupDaniel Veillard1-0/+2
2004-01-22applied patch from Stefan Kost to fix behaviour on unknown element fromDaniel Veillard1-2/+20
2004-01-14applied shared lib loading patch for OS X from Gianni Ceccarelli DanielDaniel Veillard1-0/+3
2003-12-21fixed #129327 make sure parser flags get transmitted to the transformationDaniel Veillard1-0/+1
2003-12-01updated the metadata informations in the headers regenerated the docs.Daniel Veillard1-0/+4
2003-11-23Changed to detect recursion in xslt:import (bug #127687). regenerated toWilliam M. Brack1-5/+1
2003-11-05Minor enhancements to eliminate compile/test warningsWilliam M. Brack1-6/+6
2003-10-28applied patch from Roumen Petrov for bug #124539 when building outside theDaniel Veillard2-5/+8
2003-10-22applied patch from Kasimier Buchcik for xsltGetDebuggerStatus andDaniel Veillard1-0/+2
2003-10-19bump the libxml2 require to 2.6.0 which should ship for good real soon...Daniel Veillard1-3/+4
2003-09-28minor cleanup for various compilation warnings (AIX as well as gcc)William M. Brack1-0/+1
2003-09-18don't output errors to stdout by default use stderr instead. DanielDaniel Veillard1-1/+1
2003-09-18small fixes w.r.t. IS_XSLT_REAL_NODE change some makefile "distclean"Daniel Veillard1-4/+3
2003-08-07removed ref to libxslt.la Minor cleanup of warning errorsWilliam M. Brack2-0/+8
2003-07-09patch from Sean Treadway, adding Python bindings for extension element andDaniel Veillard7-40/+378
2003-07-08applied patch from #116943 which should fix the xsltSaveResultToFileDaniel Veillard1-1/+1
2003-05-15fixing portability bug #113002 on HP-UX cleanup of --with-python like forDaniel Veillard1-3/+2
2003-05-04preparing release 1.0.30 backported a patch from libxml2 updated andDaniel Veillard1-0/+4
2003-04-26fixed a problem in the generator where the way functions are remapped asDaniel Veillard2-2/+1
2003-03-28fix bug #109395 as pointed out by Ben Phillips and avoid some warningsDaniel Veillard1-6/+7
2003-03-26portability fixes from Albert Chin avoid RTLD_GLOBAL detection warning tooDaniel Veillard2-0/+4
2003-01-22fixed a couple of return error #104150 reported by Peter O'Shea DanielDaniel Veillard1-2/+2
2003-01-14preparing release 2.0.24 small update updated the news, rebuilt the APIsDaniel Veillard1-0/+1
2003-01-13Fixed a debug log, switched it off now, DanielDaniel Veillard1-2/+2
2003-01-13fixing bug #101602 for extension modules init and shutdown callbacks,Daniel Veillard4-2/+233
2002-12-28add missing .cvsignore entriesJose Maria Celorio2-0/+4
2002-12-23patch from Stéphane Bidoul for Python 2.1 DanielDaniel Veillard1-0/+3
2002-12-13updated the apibuilder script, regenerated the APIs DanielDaniel Veillard1-3/+0
2002-12-11copied over the apibuild.py from libxml2, adapted a bit and regeneratedDaniel Veillard1-0/+6
2002-11-26fixed the API generation scripts. regenerated updated too updated tooDaniel Veillard1-0/+1
2002-11-24enable libxml2 memory debug before loading libxslt since libxsltDaniel Veillard4-16/+12
2002-11-24updated with new version from Stéphane Bidoul DanielDaniel Veillard1-36/+41
2002-11-23patch from Charles Bozeman fixing a memory leak inDaniel Veillard1-7/+8
2002-11-23fixes for compiling without config.h DanielDaniel Veillard2-2/+2
2002-11-16make sure to register EXSLT for the bindings add a specific test minorDaniel Veillard3-0/+62
2002-11-15trying to fix #98518 when building outside of the source tree DanielDaniel Veillard2-4/+4
2002-11-14xpathObjectRet() pertains to the libxml2 module, add the namespace. DanielDaniel Veillard1-1/+1
2002-10-20fixed bugs when passing result value tree to Python functions. DanielDaniel Veillard1-4/+82
2002-09-05applied patch from Christophe Merlet to reestablish DESTDIR DanielDaniel Veillard1-4/+4
2002-08-25applied a patch from Ralf Mattes providing style.saveResultToString()Daniel Veillard4-0/+55
2002-08-21fixed a bug w.r.t. namespace context when doing the evaluation ofDaniel Veillard1-5/+5
2002-08-21fixed the parameter order when calling Python based extensions. DanielDaniel Veillard1-1/+1
2002-08-14AMD x86-64 induced changes from Frederic Crozat DanielDaniel Veillard1-1/+1
2002-07-21fixed bug 87230, also multiple make jobs in python directoryWilliam M. Brack1-3/+6
2002-05-24tried to fix #79105 by providing a specific error registering routine.Daniel Veillard3-4/+120