aboutsummaryrefslogtreecommitdiffstats
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* 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
* applied patch from Malcolm Tredinnick fixing bug #154294 related to savingDaniel Veillard2004-10-043-22/+158
* releasing 2.6.14, rebuilding the docs DanielDaniel Veillard2004-09-291-0/+6
* another patch from Malcolm Tredinnick adding option not to load dtd fromDaniel Veillard2004-09-291-10/+10
* applied patch from Malcolm Tredinnick fixing python exception hierarchyDaniel Veillard2004-09-281-4/+7
* couple of memory fixes from Mark Vakoc reported by Purify on Windows.Daniel Veillard2004-09-221-247/+247
* added the routine xmlNanoHTTPContentLength to the external APIWilliam M. Brack2004-09-181-247/+247
* some cleanup checking for xmllint and xsltproc in configure.in, fixed makeDaniel Veillard2004-09-071-247/+247
* fixed error reported on the list caused by my last changeWilliam M. Brack2004-08-311-247/+247
* also produce a tar ball with just the sources added --path option andDaniel Veillard2004-08-311-247/+247
* fixed bug introduced during OOM fixup causing problems with defaultWilliam M. Brack2004-08-311-247/+247
* fix a problem on last commit DanielDaniel Veillard2004-08-222-247/+249
* trying to remove some warning when compiling on Fedora Core 3 and 64bitsDaniel Veillard2004-08-222-2/+3
* modified parsing of <list>, <union>, <restriction>, <sequence>, <choice>,William M. Brack2004-08-201-247/+247
* Applied patch from Torkel Lyng to add Schemas support to the PythonDaniel Veillard2004-08-187-0/+336
* Dodji pointed out a bug in xmlGetNodePath() applied patch from Albert ChinDaniel Veillard2004-08-142-237/+237
* applied Schemas patches from Kasimier Buchcik lot of new tests for thingsDaniel Veillard2004-08-101-234/+234
* applied a patch from Gerrit P. Haase to get python bindings on CygwinDaniel Veillard2004-08-042-236/+236
* elaborated on description of xmlValidityWarningFunc andWilliam M. Brack2004-08-031-234/+234
* 1 line patch, apparently htmlNewDoc() was not setting doc->charset. DanielDaniel Veillard2004-07-291-234/+234
* added a check on the argument for some classes (e.g. xmlDoc and xmlNode)William M. Brack2004-07-163-236/+255
* ran 'expand' on the file to get rid of mixture of tabs and spaces (bugWilliam M. Brack2004-07-121-13/+13
* added an encoding "special comment" to avoid warning message in python2.3William M. Brack2004-07-113-2/+3
* make the push interfaces synchronous added a specific test added the newDaniel Veillard2004-07-052-2/+143