summaryrefslogtreecommitdiff
path: root/python/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Fix a linking error for python bindingsDaniel Veillard2013-04-191-2/+2
* Fix a uneeded and wrong extra link parameterDaniel Veillard2013-03-301-1/+1
* Bundles all generated files for python into the distributionDaniel Richard G2012-08-141-37/+24
* Various "make distcheck" and portability fixupsDaniel Richard G2012-08-061-4/+4
* Fix undefined reference in python modulePacho Ramos2012-05-151-1/+1
* 607273 Fix python detection on MSys/WindowsLRN2010-11-041-1/+1
* fix build error in libxml2/pythonPaul Smith2010-03-151-2/+2
* link python module with python libraryFrederic Crozat2009-09-121-1/+1
* applied cleanup patches for cross compilation and MinGW from Roumen PetrovDaniel Veillard2008-02-191-30/+16
* patches from John Carr to start cleaning up 'make diskcheck' problems c.f.Daniel Veillard2008-01-111-0/+6
* remove the build path recorded in the python shared module as PeterDaniel Veillard2006-10-111-1/+1
* enhanced for enabling build in a different directory. Added (optional)William M. Brack2004-12-231-9/+10
* applied patch from Thomas Fitzsimmons fixing #155240 building outside theDaniel Veillard2004-10-121-1/+2
* applied a patch from Gerrit P. Haase to get python bindings on CygwinDaniel Veillard2004-08-041-2/+2
* added an encoding "special comment" to avoid warning message in python2.3William M. Brack2004-07-111-1/+1
* move the TODO as comments as the function while not finished are usableDaniel Veillard2004-04-161-3/+3
* applied fixes to allow build from 'outside' directory (Bug 129172)William M. Brack2003-12-211-2/+2
* trying to conciliate --with-python= requirements and RPM builds, a PITADaniel Veillard2003-05-141-4/+3
* preparing 2.5.0 release only warn in pedantic mode about namespace nameLIBXML2_2_5_0Daniel Veillard2003-01-061-1/+1
* integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul basedDaniel Veillard2003-01-021-0/+2
* trying to fix bug #98517 about building outside the source tree fixed theDaniel Veillard2002-11-151-2/+2
* applied patch from Christophe Merlet to reestablish DESTDIR DanielDaniel Veillard2002-09-051-4/+4
* 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 python/Makefile.am for bug 72012William M. Brack2002-07-211-3/+6
* 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-271-1/+1
* 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-151-14/+8
* 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
* python script to run regression tests against the XML Test suite ofDaniel Veillard2002-02-171-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-091-19/+28
* cleanup always use stdout if output is NULL don't close filedescriptorsDaniel Veillard2002-02-071-3/+3
* do not install outside of prefix DanielDaniel Veillard2002-02-051-8/+8
* cleanup added class for parser context, added first cut for push modeDaniel Veillard2002-02-031-5/+7
* fixed a small bug a bit of cleanup. DanielDaniel Veillard2002-02-021-0/+5
* adding error redirections and preformat to a python handler cleanup madeDaniel Veillard2002-02-021-1/+1
* Oops, missing an EXTRA_DIST, DanielDaniel Veillard2002-02-021-5/+6
* Progressing through the TODOs, class description output, extra XML API,Daniel Veillard2002-02-021-1/+1
* added more informations in the libxml2-python package including docs.Daniel Veillard2002-02-021-4/+19
* more work, now able to extend the XPath interpreter with functions writtenDaniel Veillard2002-02-011-1/+1
* Jacob sent a patch to allow building from tarfile. DanielDaniel Veillard2002-02-011-0/+7
* Fixed a couple more of python building problems, DanielDaniel Veillard2002-02-011-5/+8
* inserted the python wrappers build, I hope this won't be too unportableDaniel Veillard2002-01-311-0/+31