1. 1d211e2 added the xmlWriter module contributed by Alfred Mickautsch added room for by Daniel Veillard · 21 years ago
  2. 198c1bf removing xmldwalk module since it got merged with the xmlreader. cleanup by Daniel Veillard · 21 years ago
  3. 7869729 adding xmlNodeBufGetContent() allowing to grab the content without forcing by Daniel Veillard · 21 years ago
  4. 05bcb7e fixed to not send NULL to %s printing cleaning up some of the regression by Daniel Veillard · 21 years ago
  5. fc8dc35 added new APIs for creating reader from sources or reusing a reader with a by Daniel Veillard · 21 years ago
  6. 871611b enhanced macros to avoid breaking ABI from previous versions. modified to by William M. Brack · 21 years ago
  7. cd6ff28 final error handling cleanup converted XInclude to the new error handling by Daniel Veillard · 21 years ago
  8. 4c00414 switched Relax-NG module to teh new error reporting. Better default by Daniel Veillard · 21 years ago
  9. bb5abab more cleanup in make tests more work in the transition to the new error by Daniel Veillard · 21 years ago
  10. 2b8c4a1 changed 'make tests' to use a concise output, scrolling to see where thing by Daniel Veillard · 21 years ago
  11. a9cce9c Okay this is scary but it is just adding a configure option to disable by Daniel Veillard · 21 years ago
  12. 4432df2 cleanup, creating a new legacy.c module, made sure make tests ran in by Daniel Veillard · 21 years ago
  13. dca8cc7 rebuilt the API added the new options --nocdata and --nsclean to remove by Daniel Veillard · 21 years ago
  14. e96a2a4 adding repeated parsing and validating tests make the new DOM tree by Daniel Veillard · 21 years ago
  15. 16fa96c adding a new set of API for parsing xmlReadDoc() xmlReadFile() ... by Daniel Veillard · 21 years ago
  16. e72c508 preparing a 2.6.0-beta2 release avoid a warning avoid duplicate code in by Daniel Veillard · 21 years ago
  17. 007d51e use stderr and not stdout for default errors in python environment bug by Daniel Veillard · 21 years ago
  18. bdbe0d4 factoring of more error handling code, serious size reduction and more by Daniel Veillard · 21 years ago
  19. 5f1e1f8 backport of a thread bugfix from 2_5_X branch Daniel by Daniel Veillard · 21 years ago
  20. f2a941f 2.6.0beta1 changes Fixing attribute normalization, might not be totally by Daniel Veillard · 21 years ago
  21. bbeb9f9 try to cope with the fact that apps may still have allocated smaller SAX by Daniel Veillard · 21 years ago
  22. e855373 Applied a patch from Kevin P. Fleming to add --libtool-libs option to by Daniel Veillard · 21 years ago
  23. a71a8ef further small changes to elminate most of the remaining warnings. by William M. Brack · 21 years ago
  24. c193956 small changes to syntax to get rid of compiler warnings. No changes to by William M. Brack · 21 years ago
  25. c758c22 rebuilt the API and docs. Daniel by Daniel Veillard · 21 years ago
  26. 8d73bcb added a new API to split a QName without generating any memory allocation by Daniel Veillard · 21 years ago
  27. c266464 patch from Joachim Bauch + cleanup for Relax NG error callbacks in python by Daniel Veillard · 21 years ago
  28. 781ac8b patch from Stéphane Bidoul for setting up threads global defaults. this by Daniel Veillard · 21 years ago
  29. 38b80a8 trying to conciliate --with-python= requirements and RPM builds, a PITA by Daniel Veillard · 21 years ago
  30. 61c5220 try to fix Red hat bug #89957, do not output -L/usr/lib64 fixed a typo in by Daniel Veillard · 21 years ago
  31. 94bb2f1 applied patch from Stéphane Bidoul for the Python bindings on the new by Daniel Veillard · 21 years ago
  32. 2b32e6f fixed a problem in the generator where the way functions are remapped as by Daniel Veillard · 21 years ago
  33. 92fc02c preparing release 2.5.7 updated and rebuilt the docs fixed the script by Daniel Veillard · 21 years ago
  34. de0a0a5 make sure the OOM code don't get in the way of the builds automatic update by Daniel Veillard · 21 years ago
  35. 5439624 applied patch from Brent M Hendricks adding binding for xmlCatalogAddLocal by Daniel Veillard · 21 years ago
  36. a880b12 a lot of performance work especially the speed of streaming through the by Daniel Veillard · 21 years ago
  37. ac29793 some cleanups extended the document to cover RelaxNG and tree operations by Daniel Veillard · 21 years ago
  38. 33300b4 augnemting the APIs, cleanups. cleanup bug #111005 added some missing by Daniel Veillard · 21 years ago
  39. c6cae7b Added the Expand() and Next() operation to work on subtrees within the by Daniel Veillard · 21 years ago
  40. c2d4a93 preparing release 2.5.6 updated and rebuilt the docs Daniel by Daniel Veillard · 21 years ago
  41. 6c5b2d3 fixing #109227 providing more context in case of start/end tag mismatch by Daniel Veillard · 21 years ago
  42. e4fa293 first part of the fix to performance bug #108905, adds by Daniel Veillard · 21 years ago
  43. 2032d29 was missing "drv_libxml2.py" Daniel by Daniel Veillard · 21 years ago
  44. 48ef4c9 fixed bug #108801 reported by Malcolm Tredinnick about the DocType node by Daniel Veillard · 21 years ago
  45. 17bed98 preparing release 2.5.4 updated and rebuilt the docs removed warnings by Daniel Veillard · 21 years ago
  46. c64b8e9 some warning removal on Igor's patch seems I messed up with #106788 fix by Daniel Veillard · 21 years ago
  47. febcca4 more bug-hunting added --tree to dump the intermediate rng tree patch from by Daniel Veillard · 21 years ago
  48. 591b4be fixed doc comment problems adding RelaxNG wrappers added a specific test by Daniel Veillard · 21 years ago
  49. 71531f3 comments cleanups use xmllint for doing the RelaxNG tests preparing 2.5.2 by Daniel Veillard · 21 years ago
  50. 0e298ad fixing #104096 to compile without regexps Daniel by Daniel Veillard · 21 years ago
  51. 3b2e4e1 removed an unprotedted debug message Aleksi Suhonen put a guard against by Daniel Veillard · 21 years ago
  52. ff12c49 seems there is no good reasons to not generate bindings for XPointer by Daniel Veillard · 21 years ago
  53. 540a31a applied a new patch from Stéphane Bidoul for cleanups rebuilt the API by Daniel Veillard · 21 years ago
  54. 417be3a patch from Stéphane Bidoul for better per context error message APIs by Daniel Veillard · 21 years ago
  55. 1aaae65 Forgot to add readererr.py, oops, Daniel by Daniel Veillard · 21 years ago
  56. 26f7026 applied a patch from Stéphane Bidoul to allow per XMLtextReader error and by Daniel Veillard · 21 years ago
  57. e4a07e7 cleanup patch from Stéphane Bidoul Daniel by Daniel Veillard · 21 years ago
  58. e6227e0 applied and fixed a patch from Stephane Bibould to provide per parser by Daniel Veillard · 21 years ago
  59. 3b87b6b fixed a bug raised by Raymond Wiker, docSetRootElement() should not raise by Daniel Veillard · 22 years ago
  60. 3e20a29 fixed bug #102181 by applying the suggested change and fixing the by Daniel Veillard · 22 years ago
  61. 8f87244 one more IsEmptyElement crazyness, that time in external parsed entities by Daniel Veillard · 22 years ago
  62. e329fc2 update from Stéphane Bidoul: python 2.1 support and improved error handler by Daniel Veillard · 22 years ago
  63. 7b4b2f9 preparing 2.5.0 release only warn in pedantic mode about namespace name by Daniel Veillard · 22 years ago
  64. 067bae5 seriously changed the way data are pushed to the underlying parser, go by by Daniel Veillard · 22 years ago
  65. 51a447a integrated the Python 2.2 optimizations from Hannu Krosing, while by Daniel Veillard · 22 years ago
  66. 2bc13ca fixed a small problem related to order of files in dir, Daniel by Daniel Veillard · 22 years ago
  67. e59494f a bit of cleanup small fix more work on the XmlTextReader tutorial a few by Daniel Veillard · 22 years ago
  68. 623a9eb patch from Stéphane Bidoul to include drv_libxml2.py in setup.py Daniel by Daniel Veillard · 22 years ago
  69. a80ff6e okay the DTD validation code on top of the XMLTextParser API should be by Daniel Veillard · 22 years ago
  70. 1fdfd11 Fixing some more mess with validation and recursive entities while using by Daniel Veillard · 22 years ago
  71. dab8ea9 another couple of problem related to IsEmptyElement reported by Stéphane by Daniel Veillard · 22 years ago
  72. 4f86020 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul based by Daniel Veillard · 22 years ago
  73. e3c036e fixed another couple of xmlreader bugs reported by Stéphane Bidoul and by Daniel Veillard · 22 years ago
  74. 9e395c2 fixed another validity checking in external parsed entities raised by by Daniel Veillard · 22 years ago
  75. d589614 fixed a problem with validation within entities pointed by Stéphane by Daniel Veillard · 22 years ago
  76. dc85f28 modified the generator to allow keeping class references when creating new by Daniel Veillard · 22 years ago
  77. 4d8db8a fixed another pair of problem pointed by Stéphane Bidoul: depth start at 0 by Daniel Veillard · 22 years ago
  78. 571b889 fixed another problem pointed by Stéphane Bidoul Daniel by Daniel Veillard · 22 years ago
  79. aaa105b fixed a limit case problem with "<a/>" Daniel by Daniel Veillard · 22 years ago
  80. ecaba49 warn on xmlns:prefix="foo" fixed a couple of problem for namespace by Daniel Veillard · 22 years ago
  81. 29b3e28 fixed a bug pointed out by Stéphane Bidoul and integrated it into the by Daniel Veillard · 22 years ago
  82. e18fc18 extended the XmlTextReader API a bit, addding accessors for the current by Daniel Veillard · 22 years ago
  83. aba976d changed the generator to provide casing for the XmlTextReader similar to by Daniel Veillard · 22 years ago
  84. d7046d1 quiet down cvs somewhat by Jose Maria Celorio · 22 years ago
  85. 336fc7d final touch running DTD validation on the XmlTextReader added a specific by Daniel Veillard · 22 years ago
  86. f25b4ca added a few predefined xmlTextReader parser configuration values. Daniel by Daniel Veillard · 22 years ago
  87. 0e9dafa trying to fix #102037 Daniel by Daniel Veillard · 22 years ago
  88. 0d132cf patch from Stéphane Bidoul for Python 2.1 Daniel by Daniel Veillard · 22 years ago
  89. 4258b9c one really need to provide the base URI information when creating a reader by Daniel Veillard · 22 years ago
  90. beb70bd more work on the xml reader interfaces. updated Igor's mail and the Web by Daniel Veillard · 22 years ago
  91. 67df809 Vyacheslav Pindyura managed to trigger a bug in parseStartTag, fixing it. by Daniel Veillard · 22 years ago
  92. da46d2d added more methods of XmlTextReader. this increased the methods in the by Daniel Veillard · 22 years ago
  93. 0eb38c7 added the close and getattribute methods of XmlTextReader. added the by Daniel Veillard · 22 years ago
  94. c1eed32 preparing release of 2.4.30 fixups to the api builder, gives enum values, by Daniel Veillard · 22 years ago
  95. 024b570 patch from Mark Vadok about htmlNodeDumpOutput location. removed an by Daniel Veillard · 22 years ago
  96. a9b66d0 new API building Python script, does the C parsing directly, generates a by Daniel Veillard · 22 years ago
  97. 9d5ea17 another patch from Stéphane Bidoul for Python bindings on Windows small by Daniel Veillard · 22 years ago
  98. faa35ff Return the previous as opposed to the next node (I guess this is the by Daniel Veillard · 22 years ago
  99. a1196ed trying to fix the Python bindings build on Windows (Stéphane Bidoul) by Daniel Veillard · 22 years ago
  100. fee408f final touch at closing #87235 </p> end tags need to be generated. this by Daniel Veillard · 22 years ago