aboutsummaryrefslogtreecommitdiffstats
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* try to allow compilation on old python version should fix #398125 DanielDaniel Veillard2007-06-121-1/+2
* patch from Richard Jones to save the query part in raw form. also addedDaniel Veillard2007-04-262-0/+13
* fixed tab problem with patch from Andreas Hanke (bug #408626)William M. Brack2007-02-161-8/+8
* small cleanup to avoid packaging .svn applied patch to avoid a problem inDaniel Veillard2007-02-121-0/+2
* fix a memory leak in the python string handling when SAX event are passedDaniel Veillard2007-01-091-0/+3
* apparently id() sometimes generate negative values and %X outputs -XXXXDaniel Veillard2006-12-142-1/+11
* fixed a weird error where validity context whould not show up if warningsDaniel Veillard2006-10-111-0/+2
* remove the build path recorded in the python shared module as PeterDaniel Veillard2006-10-111-1/+1
* applied patch from Ross Reedstrom, Brian West and Stefan Anca to addDaniel Veillard2006-10-102-3/+108
* fixed the conversion of long parameters DanielDaniel Veillard2006-08-041-1/+1
* Added code submitted by Andreas Pakulat to provide node equality,William M. Brack2006-06-264-1/+105
* patch from Nic Ferrier to provide a better type mapping from XPath toDaniel Veillard2006-06-181-0/+14
* preparing release of 2.6.25 DanielDaniel Veillard2006-06-061-0/+1
* more cleanups based on coverity reports. DanielDaniel Veillard2006-03-091-2/+2
* remove a tab, as pointed out on IRC DanielDaniel Veillard2006-02-271-1/+1
* Nic Ferrier found debug statement left in the XPath conversion code DanielDaniel Veillard2006-02-221-0/+8
* upated the news regenerated the docs, preparing for release of 2.6.23Daniel Veillard2006-01-051-0/+4
* remove warnings to stdout patch from Nic Ferrier DanielDaniel Veillard2005-10-271-1/+2
* removed a potentially uninitialized variable error fixed a deprecationDaniel Veillard2005-08-242-2/+12
* rescanned code and rebuilt small cleanup cleanup problems from codeDaniel Veillard2005-08-221-0/+1
* applied fix from Jakub Piotr Clapa for xmlAttr.parent(), closing #312181Daniel Veillard2005-08-011-0/+1
* don't output any message on failed resolver lookups, better done by theDaniel Veillard2005-07-291-1/+5
* preparing to make testsuite releases along with code source releases fixedDaniel Veillard2005-07-101-0/+6
* fixing #307823 and a couple of assorted bugs fixed conditionals inDaniel Veillard2005-07-032-79/+42
* if sax1 is used and input is a file use the old API xmlParseFile()Daniel Veillard2005-06-151-0/+1
* applied patch from Brent Hendricks adding namespace removal at the pythonDaniel Veillard2005-04-124-0/+134
* fixed bug #168504 DanielDaniel Veillard2005-03-311-1/+1
* another patch from Brent Hendricks to add new handlers with the variousDaniel Veillard2005-03-307-4/+273
* applied patch from Brent Hendricks to avoid leak in python bindings whenDaniel Veillard2005-03-302-4/+6
* added a regression test from Rob Richards for the previous bug DanielDaniel Veillard2005-03-102-0/+82
* try to fix a problem with valgrind. applied memory leak fix from BrentDaniel Veillard2005-03-024-1/+66
* a bit of cleanup rebuilt the API the tests and the documentation as aDaniel Veillard2005-02-191-0/+1
* fixed xmlXIncludeParseFile to prevent overwriting XML_COMPLETE_ATTRS whenWilliam M. Brack2005-02-121-0/+2
* added a streaming pattern detector for a subset of XPath, should helpDaniel Veillard2005-01-301-6/+9
* fixing the way testapi.c is generated, fixes bug #161386 fix a commentDaniel Veillard2005-01-251-0/+3
* make __str__ call serialize() on nodes, c.f. bug #157872 DanielDaniel Veillard2005-01-151-0/+2
* making DSO support an option code and documentation cleanups regeneratedDaniel Veillard2005-01-041-0/+2
* added most required entires to foreign encoding table, plus someWilliam M. Brack2004-12-241-4/+11
* enhanced for enabling build in a different directory. Added (optional)William M. Brack2004-12-232-12/+32
* modified to allow the ns and nsDefs accessors to return None instead ofWilliam M. Brack2004-12-171-0/+2
* fixed ID deallocation problem based on patch from Steve Shepard fixes bugDaniel Veillard2004-12-101-0/+1
* fixed up some gcc warnings, no change to logic. New macro XML_CAST_FPTR toWilliam M. Brack2004-12-011-271/+271
* Applied patch from Brent Hendricks adding support for late DTD validation.Daniel Veillard2004-11-108-14/+256
* changing the way the .c is generated, extending the tests coverage fixingDaniel Veillard2004-11-041-0/+1
* register xmlSchemaSetValidErrors, patch from Brent Hendricks in theDaniel Veillard2004-10-291-0/+1
* preparing release 2.6.15 cleanups DanielDaniel Veillard2004-10-271-0/+8
* added checking for names values and dictionnaries generates a tons ofDaniel Veillard2004-10-261-250/+250
* fixed a problem occuring only in x86_64 when very large error messages areDaniel Veillard2004-10-222-272/+263
* applied patch from Thomas Fitzsimmons fixing #155240 building outside theDaniel Veillard2004-10-122-251/+252
* some framework preparation to add namespace checkings danielDaniel Veillard2004-10-091-250/+250