1. 6c5b2d3 fixing #109227 providing more context in case of start/end tag mismatch by Daniel Veillard · 21 years ago
  2. e4fa293 first part of the fix to performance bug #108905, adds by Daniel Veillard · 21 years ago
  3. 2032d29 was missing "drv_libxml2.py" Daniel by Daniel Veillard · 21 years ago
  4. 48ef4c9 fixed bug #108801 reported by Malcolm Tredinnick about the DocType node by Daniel Veillard · 21 years ago
  5. 17bed98 preparing release 2.5.4 updated and rebuilt the docs removed warnings by Daniel Veillard · 21 years ago
  6. c64b8e9 some warning removal on Igor's patch seems I messed up with #106788 fix by Daniel Veillard · 21 years ago
  7. febcca4 more bug-hunting added --tree to dump the intermediate rng tree patch from by Daniel Veillard · 21 years ago
  8. 591b4be fixed doc comment problems adding RelaxNG wrappers added a specific test by Daniel Veillard · 21 years ago
  9. 71531f3 comments cleanups use xmllint for doing the RelaxNG tests preparing 2.5.2 by Daniel Veillard · 21 years ago
  10. 0e298ad fixing #104096 to compile without regexps Daniel by Daniel Veillard · 21 years ago
  11. 3b2e4e1 removed an unprotedted debug message Aleksi Suhonen put a guard against by Daniel Veillard · 21 years ago
  12. ff12c49 seems there is no good reasons to not generate bindings for XPointer by Daniel Veillard · 22 years ago
  13. 540a31a applied a new patch from Stéphane Bidoul for cleanups rebuilt the API by Daniel Veillard · 22 years ago
  14. 417be3a patch from Stéphane Bidoul for better per context error message APIs by Daniel Veillard · 22 years ago
  15. 1aaae65 Forgot to add readererr.py, oops, Daniel by Daniel Veillard · 22 years ago
  16. 26f7026 applied a patch from Stéphane Bidoul to allow per XMLtextReader error and by Daniel Veillard · 22 years ago
  17. e4a07e7 cleanup patch from Stéphane Bidoul Daniel by Daniel Veillard · 22 years ago
  18. e6227e0 applied and fixed a patch from Stephane Bibould to provide per parser by Daniel Veillard · 22 years ago
  19. 3b87b6b fixed a bug raised by Raymond Wiker, docSetRootElement() should not raise by Daniel Veillard · 22 years ago
  20. 3e20a29 fixed bug #102181 by applying the suggested change and fixing the by Daniel Veillard · 22 years ago
  21. 8f87244 one more IsEmptyElement crazyness, that time in external parsed entities by Daniel Veillard · 22 years ago
  22. e329fc2 update from Stéphane Bidoul: python 2.1 support and improved error handler by Daniel Veillard · 22 years ago
  23. 7b4b2f9 preparing 2.5.0 release only warn in pedantic mode about namespace name by Daniel Veillard · 22 years ago
  24. 067bae5 seriously changed the way data are pushed to the underlying parser, go by by Daniel Veillard · 22 years ago
  25. 51a447a integrated the Python 2.2 optimizations from Hannu Krosing, while by Daniel Veillard · 22 years ago
  26. 2bc13ca fixed a small problem related to order of files in dir, Daniel by Daniel Veillard · 22 years ago
  27. e59494f a bit of cleanup small fix more work on the XmlTextReader tutorial a few by Daniel Veillard · 22 years ago
  28. 623a9eb patch from Stéphane Bidoul to include drv_libxml2.py in setup.py Daniel by Daniel Veillard · 22 years ago
  29. a80ff6e okay the DTD validation code on top of the XMLTextParser API should be by Daniel Veillard · 22 years ago
  30. 1fdfd11 Fixing some more mess with validation and recursive entities while using by Daniel Veillard · 22 years ago
  31. dab8ea9 another couple of problem related to IsEmptyElement reported by Stéphane by Daniel Veillard · 22 years ago
  32. 4f86020 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul based by Daniel Veillard · 22 years ago
  33. e3c036e fixed another couple of xmlreader bugs reported by Stéphane Bidoul and by Daniel Veillard · 22 years ago
  34. 9e395c2 fixed another validity checking in external parsed entities raised by by Daniel Veillard · 22 years ago
  35. d589614 fixed a problem with validation within entities pointed by Stéphane by Daniel Veillard · 22 years ago
  36. dc85f28 modified the generator to allow keeping class references when creating new by Daniel Veillard · 22 years ago
  37. 4d8db8a fixed another pair of problem pointed by Stéphane Bidoul: depth start at 0 by Daniel Veillard · 22 years ago
  38. 571b889 fixed another problem pointed by Stéphane Bidoul Daniel by Daniel Veillard · 22 years ago
  39. aaa105b fixed a limit case problem with "<a/>" Daniel by Daniel Veillard · 22 years ago
  40. ecaba49 warn on xmlns:prefix="foo" fixed a couple of problem for namespace by Daniel Veillard · 22 years ago
  41. 29b3e28 fixed a bug pointed out by Stéphane Bidoul and integrated it into the by Daniel Veillard · 22 years ago
  42. e18fc18 extended the XmlTextReader API a bit, addding accessors for the current by Daniel Veillard · 22 years ago
  43. aba976d changed the generator to provide casing for the XmlTextReader similar to by Daniel Veillard · 22 years ago
  44. d7046d1 quiet down cvs somewhat by Jose Maria Celorio · 22 years ago
  45. 336fc7d final touch running DTD validation on the XmlTextReader added a specific by Daniel Veillard · 22 years ago
  46. f25b4ca added a few predefined xmlTextReader parser configuration values. Daniel by Daniel Veillard · 22 years ago
  47. 0e9dafa trying to fix #102037 Daniel by Daniel Veillard · 22 years ago
  48. 0d132cf patch from Stéphane Bidoul for Python 2.1 Daniel by Daniel Veillard · 22 years ago
  49. 4258b9c one really need to provide the base URI information when creating a reader by Daniel Veillard · 22 years ago
  50. beb70bd more work on the xml reader interfaces. updated Igor's mail and the Web by Daniel Veillard · 22 years ago
  51. 67df809 Vyacheslav Pindyura managed to trigger a bug in parseStartTag, fixing it. by Daniel Veillard · 22 years ago
  52. da46d2d added more methods of XmlTextReader. this increased the methods in the by Daniel Veillard · 22 years ago
  53. 0eb38c7 added the close and getattribute methods of XmlTextReader. added the by Daniel Veillard · 22 years ago
  54. c1eed32 preparing release of 2.4.30 fixups to the api builder, gives enum values, by Daniel Veillard · 22 years ago
  55. 024b570 patch from Mark Vadok about htmlNodeDumpOutput location. removed an by Daniel Veillard · 22 years ago
  56. a9b66d0 new API building Python script, does the C parsing directly, generates a by Daniel Veillard · 22 years ago
  57. 9d5ea17 another patch from Stéphane Bidoul for Python bindings on Windows small by Daniel Veillard · 22 years ago
  58. faa35ff Return the previous as opposed to the next node (I guess this is the by Daniel Veillard · 22 years ago
  59. a1196ed trying to fix the Python bindings build on Windows (Stéphane Bidoul) by Daniel Veillard · 22 years ago
  60. fee408f final touch at closing #87235 </p> end tags need to be generated. this by Daniel Veillard · 22 years ago
  61. d076a20 fixed #99082 for xi:include encoding="..." support on text includes. added by Daniel Veillard · 22 years ago
  62. a8c0adb fixing bug #98792 , node may have no doc and dereferencing without by Daniel Veillard · 22 years ago
  63. 66651aa trying to fix bug #98517 about building outside the source tree fixed the by Daniel Veillard · 22 years ago
  64. e645e8c Applied the VMS update patch from Craig A. Berry update Daniel by Daniel Veillard · 22 years ago
  65. c0ac069 fixed bugs when passing result value tree to Python functions. Daniel by Daniel Veillard · 22 years ago
  66. d4cb1e8 fixed a stupid error breaking the python API Daniel by Daniel Veillard · 22 years ago
  67. bd9afb5 improving some documentation comments found and fixed a mem leak with by Daniel Veillard · 22 years ago
  68. 118aed7 fixed the data callback on transition functionality which was broken when by Daniel Veillard · 22 years ago
  69. 63b01c2 stupid bug found by mattam@netcourrier.com Daniel by Daniel Veillard · 22 years ago
  70. c6d4a93 updated the python bindings, added code for easier File I/O, and the by Daniel Veillard · 22 years ago
  71. 2206dbf applied patch from Christophe Merlet to reestablish DESTDIR Daniel by Daniel Veillard · 22 years ago
  72. 42766c0 possible mem leak patch from Jason Adams integrated xf:escape-uri() from by Daniel Veillard · 22 years ago
  73. 08cccaa typo in target name resulted in libxml2.py to not be rebuilt. fixed by Daniel Veillard · 22 years ago
  74. b6984ef more AMD 64 induced changes from Frederic Crozat Daniel by Daniel Veillard · 22 years ago
  75. 5f91b37 fixed the test results, indenting behaviour changed slightly Daniel by Daniel Veillard · 22 years ago
  76. 6f46f6c Opening the interface xmlNewCharEncodingHandler as requested in #89415 by Daniel Veillard · 22 years ago
  77. 61eaba5 fixed python/Makefile.am for bug 72012 by William M. Brack · 22 years ago
  78. 539638b preparing 2.4.23 rebuilt the docs Daniel by Daniel Veillard · 22 years ago
  79. 12171c4 Fixed serialize and saveTo comment, Daniel by Daniel Veillard · 22 years ago
  80. d5e22ef preparing 2.4.22 Daniel by Daniel Veillard · 22 years ago
  81. 3cd7240 fixed a problem with the HTML parser pointed by Gary Benson sdding the by Daniel Veillard · 22 years ago
  82. a7084cd release of 2.4.20 updated and rebuilt the docs Daniel by Daniel Veillard · 22 years ago
  83. f544f19 patch from Cristian Gafton to build on Red Hat 6.2, should also fix #75779 by Daniel Veillard · 22 years ago
  84. 5fc1f08 Added Igor Zlatkovic as official maintainer Albert Chin pointed that by Daniel Veillard · 22 years ago
  85. 5997aca humm, changed the way the SAX parser work when by Daniel Veillard · 22 years ago
  86. 38bf6f0 small fix to avoid potential problem due to ordering of freeing data by Daniel Veillard · 22 years ago
  87. d237901 Cleanup of the python Makefiles based on Jacob and James feedback, fixed by Daniel Veillard · 22 years ago
  88. 9be6586 remove LDADD and CFLAGS as this is broken usage, redundant, and gcc by jacob berkman · 22 years ago
  89. a6d2e9e config.py* was missing, Daniel by Daniel Veillard · 22 years ago
  90. fa49d87 fix to adapt varaiations in the bindings fixed to have the version of the by Daniel Veillard · 22 years ago
  91. af43f63 preparing 2.4.17 release updated and rebuilt the docs fixed a comment by Daniel Veillard · 22 years ago
  92. ef6c46f fixed xmlHasNsProp() bugs for defaulted from DTD attribs, added a specific by Daniel Veillard · 22 years ago
  93. f742d34 fixed xmlReconciliateNs(), added a Python test/example for inter-document by Daniel Veillard · 22 years ago
  94. 4e0e297 fixed some htmlSetMetaEncoding() problems fixup and integrated tests for by Daniel Veillard · 22 years ago
  95. 1e77438 fix bug #72490 added methods serialize() and saveTo() to all node by Daniel Veillard · 22 years ago
  96. 8d24cc1 make sure SAX endDocument is always called as this could result in a by Daniel Veillard · 22 years ago
  97. ba5e18a applied patch fixing #73450 Daniel by Daniel Veillard · 22 years ago
  98. 79426f2 added the possibility of returning nodesets from XPath extension functions by Daniel Veillard · 22 years ago
  99. a94ec6f commiting some Python bindings work done while travelling Daniel by Daniel Veillard · 22 years ago
  100. 6361da0 Added wrapper for the xmlURIPtr type, provided accessors, fixed the by Daniel Veillard · 22 years ago