summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
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
2002-05-16Applied Mark Vakoc patch to show registered extensions in xsltproc rebuiltDaniel Veillard1-0/+1
2002-04-15fixing the equivalent of #75779 DanielDaniel Veillard2-2/+4
2002-03-27Added Igor Zlatkovic as official maintainer Albert Chin pointed thatDaniel Veillard2-2/+2
2002-03-20Art Haas pointed a stupid error DanielDaniel Veillard1-1/+1
2002-03-18fixed a stupid bug DanielDaniel Veillard1-1/+1
2002-03-18applied the same kind of fixes to the Python Makefiels than to libxml2Daniel Veillard5-241/+332
2002-03-08remove $(srcdir) as make will automatically look there for these filesjacob berkman1-1/+1
2002-03-08preparing release 1.0.13 updated and rebuilt the docs fixed a possibleDaniel Veillard1-1/+4
2002-03-08Fixes the problems exposed by #73880 those ought to be computed atDaniel Veillard1-11/+11
2002-02-22changes for the 'usual' setup.py to allow building a libxml2-python moduleDaniel Veillard3-313/+406
2002-02-12trying to fix #71270 DanielDaniel Veillard1-3/+3
2002-02-11removed tab used spaces preparing 1.0.12 rebuild/updated DanielDaniel Veillard3-538/+538
2002-02-10fixed a bug reported by Norm DanielDaniel Veillard2-3/+2
2002-02-10fixed a small warning. rebuilt the APIs DanielDaniel Veillard2-1/+5
2002-02-09seems some version of automake didn't generate the dependancies right asDaniel Veillard1-0/+2
2002-02-09Fixed the python Makefiles, corrected a bug showing up on ia64, changedDaniel Veillard5-37/+47
2002-02-08change the Licence to MIT Licence and release of 1.0.11 updates of theDaniel Veillard5-55/+10
2002-02-07fixup the script and rebuid the API cleanup provided accessors for a lotDaniel Veillard8-13/+240
2002-02-07small fix cleanup avoid a problem with $(TESTS) augmented the wrappersDaniel Veillard7-23/+387
2002-02-06added libxslt_xsltCleanup() added parameters toDaniel Veillard6-10/+87
2002-02-06plugged the extension of the engine with python defined functions added aDaniel Veillard5-2/+155
2002-02-06the spec file will now build libxslt-python, fought with shared and otherDaniel Veillard2-3/+3
2002-02-06refactored make tests, make all now don't run the test suite added testsDaniel Veillard4-11/+54