summaryrefslogtreecommitdiff
path: root/python/types.c
Commit message (Expand)AuthorAgeFilesLines
* python: Fix compiler warnings when building python3 bindingsArmin K2013-06-031-3/+3
* Fix python bindings with versions older than 2.7Daniel Veillard2013-04-021-4/+14
* Fix compilation on Python3Daniel Veillard2013-03-301-103/+162
* Add support for xpathRegisterVariable in PythonShaun McCance2013-03-271-1/+0
* fx compilation when configured without the reader should fix #513110Daniel Veillard2008-05-121-0/+2
* fix a memory errro when using namespace nodes returned from XPath queries,Daniel Veillard2008-03-121-2/+30
* try to allow compilation on old python version should fix #398125 DanielDaniel Veillard2007-06-121-1/+2
* applied patch from Ross Reedstrom, Brian West and Stefan Anca to addDaniel Veillard2006-10-101-0/+98
* patch from Nic Ferrier to provide a better type mapping from XPath toDaniel Veillard2006-06-181-0/+14
* Nic Ferrier found debug statement left in the XPath conversion code DanielDaniel Veillard2006-02-221-0/+8
* Applied patch from Brent Hendricks adding support for late DTD validation.Daniel Veillard2004-11-101-0/+20
* Applied patch from Torkel Lyng to add Schemas support to the PythonDaniel Veillard2004-08-181-0/+57
* applied patch from Stephane Bidoul for structured error handling fromDaniel Veillard2004-01-061-0/+18
* fixed doc comment problems adding RelaxNG wrappers added a specific testDaniel Veillard2003-02-091-0/+54
* fixing #104096 to compile without regexps DanielDaniel Veillard2003-02-041-0/+2
* patch from Stéphane Bidoul for better per context error message APIsDaniel Veillard2003-01-201-0/+19
* applied and fixed a patch from Stephane Bibould to provide per parserDaniel Veillard2003-01-141-0/+1
* added the close and getattribute methods of XmlTextReader. added theDaniel Veillard2002-12-141-0/+18
* fixed bugs when passing result value tree to Python functions. DanielDaniel Veillard2002-10-201-4/+28
* improving some documentation comments found and fixed a mem leak withDaniel Veillard2002-09-251-0/+18
* updated the python bindings, added code for easier File I/O, and theDaniel Veillard2002-09-121-0/+36
* Cleanup of the python Makefiles based on Jacob and James feedback, fixedDaniel Veillard2002-03-151-169/+214
* added the possibility of returning nodesets from XPath extension functionsDaniel Veillard2002-03-011-3/+23
* commiting some Python bindings work done while travelling DanielDaniel Veillard2002-03-011-1/+20
* Added wrapper for the xmlURIPtr type, provided accessors, fixed theDaniel Veillard2002-02-231-0/+15
* Changed to the MIT Licence updated the doc accordingly preparing 2.4.14Daniel Veillard2002-02-081-0/+32
* cleanup always use stdout if output is NULL don't close filedescriptorsDaniel Veillard2002-02-071-0/+32
* change a small bit in the way valididy error messages get initializedDaniel Veillard2002-02-031-0/+11
* cleanup added class for parser context, added first cut for push modeDaniel Veillard2002-02-031-0/+297