1. 8bda20f removed a potentially uninitialized variable error fixed a deprecation by Daniel Veillard · 19 years ago
  2. f9cf6f5 applied patch from Brent Hendricks adding namespace removal at the python by Daniel Veillard · 19 years ago
  3. 0e460da another patch from Brent Hendricks to add new handlers with the various by Daniel Veillard · 19 years ago
  4. 7697a19 added a regression test from Rob Richards for the previous bug Daniel by Daniel Veillard · 19 years ago
  5. 25c90c5 try to fix a problem with valgrind. applied memory leak fix from Brent by Daniel Veillard · 19 years ago
  6. a22da29 fixed xmlXIncludeParseFile to prevent overwriting XML_COMPLETE_ATTRS when by William M. Brack · 19 years ago
  7. 850ce9b Applied patch from Brent Hendricks adding support for late DTD validation. by Daniel Veillard · 20 years ago
  8. 263ec86 applied patch from Malcolm Tredinnick fixing bug #154294 related to saving by Daniel Veillard · 20 years ago
  9. 259f0df Applied patch from Torkel Lyng to add Schemas support to the Python by Daniel Veillard · 20 years ago
  10. e9449c5 added an encoding "special comment" to avoid warning message in python2.3 by William M. Brack · 20 years ago
  11. eb70f93 make the push interfaces synchronous added a specific test added the new by Daniel Veillard · 20 years ago
  12. b3ac18d better portability fix for f(*args), use apply(f, args) as Stephane Bidoul by Daniel Veillard · 20 years ago
  13. 6d38c75 applied patch from Ed Davis to allow "make tests" to work with Python 1.5 by Daniel Veillard · 20 years ago
  14. ee1d692 keep the ChangeLog compressed fix a segfault when using Close() test for by Daniel Veillard · 20 years ago
  15. 09b792b applied patch from Malcolm Tredinnick to avoid tabs in python sources, by Daniel Veillard · 20 years ago
  16. a9a1b10 indicated encoding of the test file, needed for python 2.3 Daniel by Daniel Veillard · 20 years ago
  17. 3671190 added xmlByteConsumed() interface updated the benchmark rebuilt the docs by Daniel Veillard · 20 years ago
  18. 4f4a27f applied patch from Stephane Bidoul to add enums to the Python bindings. by Daniel Veillard · 20 years ago
  19. 46da464 applied patch from Stephane Bidoul for structured error handling from by Daniel Veillard · 21 years ago
  20. cafe885 applied fixes to allow build from 'outside' directory (Bug 129172) by William M. Brack · 21 years ago
  21. 6cbd6c0 cleanup the output buffer support to at least get the basic to work fixes by Daniel Veillard · 21 years ago
  22. 1d211e2 added the xmlWriter module contributed by Alfred Mickautsch added room for by Daniel Veillard · 21 years ago
  23. 198c1bf removing xmldwalk module since it got merged with the xmlreader. cleanup by Daniel Veillard · 21 years ago
  24. 05bcb7e fixed to not send NULL to %s printing cleaning up some of the regression by Daniel Veillard · 21 years ago
  25. 4c00414 switched Relax-NG module to teh new error reporting. Better default by Daniel Veillard · 21 years ago
  26. bb5abab more cleanup in make tests more work in the transition to the new error by Daniel Veillard · 21 years ago
  27. 4432df2 cleanup, creating a new legacy.c module, made sure make tests ran in by Daniel Veillard · 21 years ago
  28. 8d73bcb added a new API to split a QName without generating any memory allocation by Daniel Veillard · 21 years ago
  29. 781ac8b patch from Stéphane Bidoul for setting up threads global defaults. this by Daniel Veillard · 21 years ago
  30. a880b12 a lot of performance work especially the speed of streaming through the by Daniel Veillard · 21 years ago
  31. ac29793 some cleanups extended the document to cover RelaxNG and tree operations by Daniel Veillard · 21 years ago
  32. c6cae7b Added the Expand() and Next() operation to work on subtrees within the by Daniel Veillard · 21 years ago
  33. 6c5b2d3 fixing #109227 providing more context in case of start/end tag mismatch by Daniel Veillard · 21 years ago
  34. 48ef4c9 fixed bug #108801 reported by Malcolm Tredinnick about the DocType node by Daniel Veillard · 21 years ago
  35. 591b4be fixed doc comment problems adding RelaxNG wrappers added a specific test by Daniel Veillard · 21 years ago
  36. 417be3a patch from Stéphane Bidoul for better per context error message APIs by Daniel Veillard · 21 years ago
  37. 1aaae65 Forgot to add readererr.py, oops, Daniel by Daniel Veillard · 21 years ago
  38. 26f7026 applied a patch from Stéphane Bidoul to allow per XMLtextReader error and by Daniel Veillard · 21 years ago
  39. e6227e0 applied and fixed a patch from Stephane Bibould to provide per parser by Daniel Veillard · 21 years ago
  40. 8f87244 one more IsEmptyElement crazyness, that time in external parsed entities by Daniel Veillard · 22 years ago
  41. 067bae5 seriously changed the way data are pushed to the underlying parser, go by by Daniel Veillard · 22 years ago
  42. 2bc13ca fixed a small problem related to order of files in dir, Daniel by Daniel Veillard · 22 years ago
  43. a80ff6e okay the DTD validation code on top of the XMLTextParser API should be by Daniel Veillard · 22 years ago
  44. 1fdfd11 Fixing some more mess with validation and recursive entities while using by Daniel Veillard · 22 years ago
  45. dab8ea9 another couple of problem related to IsEmptyElement reported by Stéphane by Daniel Veillard · 22 years ago
  46. e3c036e fixed another couple of xmlreader bugs reported by Stéphane Bidoul and by Daniel Veillard · 22 years ago
  47. 9e395c2 fixed another validity checking in external parsed entities raised by by Daniel Veillard · 22 years ago
  48. d589614 fixed a problem with validation within entities pointed by Stéphane by Daniel Veillard · 22 years ago
  49. 4d8db8a fixed another pair of problem pointed by Stéphane Bidoul: depth start at 0 by Daniel Veillard · 22 years ago
  50. 571b889 fixed another problem pointed by Stéphane Bidoul Daniel by Daniel Veillard · 22 years ago
  51. aaa105b fixed a limit case problem with "<a/>" Daniel by Daniel Veillard · 22 years ago
  52. ecaba49 warn on xmlns:prefix="foo" fixed a couple of problem for namespace by Daniel Veillard · 22 years ago
  53. 29b3e28 fixed a bug pointed out by Stéphane Bidoul and integrated it into the by Daniel Veillard · 22 years ago
  54. e18fc18 extended the XmlTextReader API a bit, addding accessors for the current by Daniel Veillard · 22 years ago
  55. aba976d changed the generator to provide casing for the XmlTextReader similar to by Daniel Veillard · 22 years ago
  56. d7046d1 quiet down cvs somewhat by Jose Maria Celorio · 22 years ago
  57. 336fc7d final touch running DTD validation on the XmlTextReader added a specific by Daniel Veillard · 22 years ago
  58. 4258b9c one really need to provide the base URI information when creating a reader by Daniel Veillard · 22 years ago
  59. da46d2d added more methods of XmlTextReader. this increased the methods in the by Daniel Veillard · 22 years ago
  60. 0eb38c7 added the close and getattribute methods of XmlTextReader. added the by Daniel Veillard · 22 years ago
  61. 66651aa trying to fix bug #98517 about building outside the source tree fixed the by Daniel Veillard · 22 years ago
  62. bd9afb5 improving some documentation comments found and fixed a mem leak with by Daniel Veillard · 22 years ago
  63. c6d4a93 updated the python bindings, added code for easier File I/O, and the by Daniel Veillard · 22 years ago
  64. 5f91b37 fixed the test results, indenting behaviour changed slightly Daniel by Daniel Veillard · 22 years ago
  65. 3cd7240 fixed a problem with the HTML parser pointed by Gary Benson sdding the by Daniel Veillard · 22 years ago
  66. 5fc1f08 Added Igor Zlatkovic as official maintainer Albert Chin pointed that by Daniel Veillard · 22 years ago
  67. d237901 Cleanup of the python Makefiles based on Jacob and James feedback, fixed by Daniel Veillard · 22 years ago
  68. ef6c46f fixed xmlHasNsProp() bugs for defaulted from DTD attribs, added a specific by Daniel Veillard · 22 years ago
  69. f742d34 fixed xmlReconciliateNs(), added a Python test/example for inter-document by Daniel Veillard · 22 years ago
  70. 4e0e297 fixed some htmlSetMetaEncoding() problems fixup and integrated tests for by Daniel Veillard · 22 years ago
  71. 8d24cc1 make sure SAX endDocument is always called as this could result in a by Daniel Veillard · 22 years ago
  72. 79426f2 added the possibility of returning nodesets from XPath extension functions by Daniel Veillard · 22 years ago
  73. 6361da0 Added wrapper for the xmlURIPtr type, provided accessors, fixed the by Daniel Veillard · 22 years ago
  74. c575b99 Changed to the MIT Licence updated the doc accordingly preparing 2.4.14 by Daniel Veillard · 22 years ago
  75. 2a0cf74 oops, Daniel by Daniel Veillard · 22 years ago
  76. 7db3871 cleanup always use stdout if output is NULL don't close filedescriptors by Daniel Veillard · 22 years ago
  77. 33caa0b started adding SAX interfaces added a basic SAX test Daniel by Daniel Veillard · 22 years ago
  78. 36eea2d hardened the addChild function added accessors needed for xmlNode, a bit by Daniel Veillard · 22 years ago
  79. 4e1b26c change a small bit in the way valididy error messages get initialized by Daniel Veillard · 22 years ago
  80. 26f1dcc more accessor classes for the parser context, allow to switch on and check by Daniel Veillard · 22 years ago
  81. 3ce5257 cleanup added class for parser context, added first cut for push mode by Daniel Veillard · 22 years ago
  82. 5d81903 adding error redirections and preformat to a python handler cleanup made by Daniel Veillard · 22 years ago
  83. 253aa2c added more informations in the libxml2-python package including docs. by Daniel Veillard · 22 years ago