1. 3650556 fix a problem on last commit Daniel by Daniel Veillard · 20 years ago
  2. 6ebf3c4 trying to remove some warning when compiling on Fedora Core 3 and 64bits by Daniel Veillard · 20 years ago
  3. 259f0df Applied patch from Torkel Lyng to add Schemas support to the Python by Daniel Veillard · 20 years ago
  4. c68d78d added a check on the argument for some classes (e.g. xmlDoc and xmlNode) by William M. Brack · 20 years ago
  5. 8e2cc6f Changed the number of XPath extension functions allowed to be by William M. Brack · 20 years ago
  6. 529233c some updates with memory debugging facilities while messing with libxslt by Daniel Veillard · 20 years ago
  7. f93a866 applied patch from Stéphane Bidoul to fix some Python bindings by Daniel Veillard · 20 years ago
  8. 656ce94 Fixed bug #141529 i.e. various problems when building with --without-html by Daniel Veillard · 20 years ago
  9. d5e198a applied patch from Anthony Carrico providing Python bindings for the by Daniel Veillard · 20 years ago
  10. 95af594 added a small hack to fix interference between my fixes for bugs 132585 by William M. Brack · 20 years ago
  11. 05349ab applied patch from Frederic Peters fixing the wrong arg order in xpath by Daniel Veillard · 21 years ago
  12. 6cbd6c0 cleanup the output buffer support to at least get the basic to work fixes by Daniel Veillard · 21 years ago
  13. 157fee0 previous fix for #124044 was broken, correct fix provided. fix by Daniel Veillard · 21 years ago
  14. bb3ba32 be more defensive in the xmlReader python bindings fixing bug #124044 by Daniel Veillard · 21 years ago
  15. 871611b enhanced macros to avoid breaking ABI from previous versions. modified to by William M. Brack · 21 years ago
  16. a9cce9c Okay this is scary but it is just adding a configure option to disable by Daniel Veillard · 21 years ago
  17. e96a2a4 adding repeated parsing and validating tests make the new DOM tree by Daniel Veillard · 21 years ago
  18. 007d51e use stderr and not stdout for default errors in python environment bug by Daniel Veillard · 21 years ago
  19. c193956 small changes to syntax to get rid of compiler warnings. No changes to by William M. Brack · 21 years ago
  20. c266464 patch from Joachim Bauch + cleanup for Relax NG error callbacks in python by Daniel Veillard · 21 years ago
  21. 781ac8b patch from Stéphane Bidoul for setting up threads global defaults. this by Daniel Veillard · 21 years ago
  22. 5439624 applied patch from Brent M Hendricks adding binding for xmlCatalogAddLocal by Daniel Veillard · 21 years ago
  23. e4fa293 first part of the fix to performance bug #108905, adds by Daniel Veillard · 21 years ago
  24. c64b8e9 some warning removal on Igor's patch seems I messed up with #106788 fix by Daniel Veillard · 21 years ago
  25. 3b2e4e1 removed an unprotedted debug message Aleksi Suhonen put a guard against by Daniel Veillard · 21 years ago
  26. 417be3a patch from Stéphane Bidoul for better per context error message APIs by Daniel Veillard · 22 years ago
  27. 26f7026 applied a patch from Stéphane Bidoul to allow per XMLtextReader error and by Daniel Veillard · 22 years ago
  28. e4a07e7 cleanup patch from Stéphane Bidoul Daniel by Daniel Veillard · 22 years ago
  29. e6227e0 applied and fixed a patch from Stephane Bibould to provide per parser by Daniel Veillard · 22 years ago
  30. 3e20a29 fixed bug #102181 by applying the suggested change and fixing the by Daniel Veillard · 22 years ago
  31. 0d132cf patch from Stéphane Bidoul for Python 2.1 Daniel by Daniel Veillard · 22 years ago
  32. faa35ff Return the previous as opposed to the next node (I guess this is the by Daniel Veillard · 22 years ago
  33. a1196ed trying to fix the Python bindings build on Windows (Stéphane Bidoul) by Daniel Veillard · 22 years ago
  34. a8c0adb fixing bug #98792 , node may have no doc and dereferencing without by Daniel Veillard · 22 years ago
  35. 118aed7 fixed the data callback on transition functionality which was broken when by Daniel Veillard · 22 years ago
  36. c6d4a93 updated the python bindings, added code for easier File I/O, and the by Daniel Veillard · 22 years ago
  37. d237901 Cleanup of the python Makefiles based on Jacob and James feedback, fixed by Daniel Veillard · 22 years ago
  38. af43f63 preparing 2.4.17 release updated and rebuilt the docs fixed a comment by Daniel Veillard · 22 years ago
  39. 4e0e297 fixed some htmlSetMetaEncoding() problems fixup and integrated tests for by Daniel Veillard · 22 years ago
  40. 1e77438 fix bug #72490 added methods serialize() and saveTo() to all node by Daniel Veillard · 22 years ago
  41. 8d24cc1 make sure SAX endDocument is always called as this could result in a by Daniel Veillard · 22 years ago
  42. a94ec6f commiting some Python bindings work done while travelling Daniel by Daniel Veillard · 22 years ago
  43. 6361da0 Added wrapper for the xmlURIPtr type, provided accessors, fixed the by Daniel Veillard · 22 years ago
  44. 0fea6f4 added the 'usual' setup.py to allow building a libxml2-python module based by Daniel Veillard · 22 years ago
  45. 797a565 couple of bug fixes Daniel by Daniel Veillard · 22 years ago
  46. 0ba5923 Tentatively fixed #69655 , make compiling with -Wredundant-decls clean. by Daniel Veillard · 22 years ago
  47. 5e5c2d0 Justin Fletcher found some parts of the code needing cleanup Fixed the by Daniel Veillard · 22 years ago
  48. c575b99 Changed to the MIT Licence updated the doc accordingly preparing 2.4.14 by Daniel Veillard · 22 years ago
  49. 70cab35 cleanup the extension function lookup always compile the list Daniel by Daniel Veillard · 22 years ago
  50. 33caa0b started adding SAX interfaces added a basic SAX test Daniel by Daniel Veillard · 22 years ago
  51. 36eea2d hardened the addChild function added accessors needed for xmlNode, a bit by Daniel Veillard · 22 years ago
  52. 4e1b26c change a small bit in the way valididy error messages get initialized by Daniel Veillard · 22 years ago
  53. 3ce5257 cleanup added class for parser context, added first cut for push mode by Daniel Veillard · 22 years ago
  54. 5d81903 adding error redirections and preformat to a python handler cleanup made by Daniel Veillard · 22 years ago
  55. 7fd7a94 fixed a stupid bug when renaming a function Daniel by Daniel Veillard · 22 years ago
  56. 9589d45 Progressing through the TODOs, class description output, extra XML API, by Daniel Veillard · 22 years ago
  57. a7340c8 more work, now able to extend the XPath interpreter with functions written by Daniel Veillard · 22 years ago
  58. 96c9af7 Fixed a couple more of python building problems, Daniel by Daniel Veillard · 22 years ago
  59. f1d0e6b inserted the python wrappers build, I hope this won't be too unportable by Daniel Veillard · 22 years ago
  60. 1971ee2 minor optimization more work on the python bindings, they now support by Daniel Veillard · 22 years ago
  61. 36ed529 more work on the python bindings generator. Daniel by Daniel Veillard · 22 years ago
  62. 96fe095 more work on the python bindings. Daniel by Daniel Veillard · 22 years ago
  63. d2897fd commited early version of a python binding for private use only ATM Daniel by Daniel Veillard · 22 years ago