1. c6d4a93 updated the python bindings, added code for easier File I/O, and the by Daniel Veillard · 22 years ago
  2. 2206dbf applied patch from Christophe Merlet to reestablish DESTDIR Daniel by Daniel Veillard · 22 years ago
  3. 42766c0 possible mem leak patch from Jason Adams integrated xf:escape-uri() from by Daniel Veillard · 22 years ago
  4. 08cccaa typo in target name resulted in libxml2.py to not be rebuilt. fixed by Daniel Veillard · 22 years ago
  5. b6984ef more AMD 64 induced changes from Frederic Crozat Daniel by Daniel Veillard · 22 years ago
  6. 5f91b37 fixed the test results, indenting behaviour changed slightly Daniel by Daniel Veillard · 22 years ago
  7. 6f46f6c Opening the interface xmlNewCharEncodingHandler as requested in #89415 by Daniel Veillard · 22 years ago
  8. 61eaba5 fixed python/Makefile.am for bug 72012 by William M. Brack · 22 years ago
  9. 539638b preparing 2.4.23 rebuilt the docs Daniel by Daniel Veillard · 22 years ago
  10. 12171c4 Fixed serialize and saveTo comment, Daniel by Daniel Veillard · 22 years ago
  11. d5e22ef preparing 2.4.22 Daniel by Daniel Veillard · 22 years ago
  12. 3cd7240 fixed a problem with the HTML parser pointed by Gary Benson sdding the by Daniel Veillard · 22 years ago
  13. a7084cd release of 2.4.20 updated and rebuilt the docs Daniel by Daniel Veillard · 22 years ago
  14. f544f19 patch from Cristian Gafton to build on Red Hat 6.2, should also fix #75779 by Daniel Veillard · 22 years ago
  15. 5fc1f08 Added Igor Zlatkovic as official maintainer Albert Chin pointed that by Daniel Veillard · 22 years ago
  16. 5997aca humm, changed the way the SAX parser work when by Daniel Veillard · 22 years ago
  17. 38bf6f0 small fix to avoid potential problem due to ordering of freeing data by Daniel Veillard · 22 years ago
  18. d237901 Cleanup of the python Makefiles based on Jacob and James feedback, fixed by Daniel Veillard · 22 years ago
  19. 9be6586 remove LDADD and CFLAGS as this is broken usage, redundant, and gcc by jacob berkman · 22 years ago
  20. a6d2e9e config.py* was missing, Daniel by Daniel Veillard · 22 years ago
  21. fa49d87 fix to adapt varaiations in the bindings fixed to have the version of the by Daniel Veillard · 22 years ago
  22. af43f63 preparing 2.4.17 release updated and rebuilt the docs fixed a comment by Daniel Veillard · 22 years ago
  23. ef6c46f fixed xmlHasNsProp() bugs for defaulted from DTD attribs, added a specific by Daniel Veillard · 22 years ago
  24. f742d34 fixed xmlReconciliateNs(), added a Python test/example for inter-document by Daniel Veillard · 22 years ago
  25. 4e0e297 fixed some htmlSetMetaEncoding() problems fixup and integrated tests for by Daniel Veillard · 22 years ago
  26. 1e77438 fix bug #72490 added methods serialize() and saveTo() to all node by Daniel Veillard · 22 years ago
  27. 8d24cc1 make sure SAX endDocument is always called as this could result in a by Daniel Veillard · 22 years ago
  28. ba5e18a applied patch fixing #73450 Daniel by Daniel Veillard · 22 years ago
  29. 79426f2 added the possibility of returning nodesets from XPath extension functions by Daniel Veillard · 22 years ago
  30. a94ec6f commiting some Python bindings work done while travelling Daniel by Daniel Veillard · 22 years ago
  31. 6361da0 Added wrapper for the xmlURIPtr type, provided accessors, fixed the by Daniel Veillard · 22 years ago
  32. 0fea6f4 added the 'usual' setup.py to allow building a libxml2-python module based by Daniel Veillard · 22 years ago
  33. 5f4b599 preparing 2.4.16 updated and rebuilt the docs, rebuilt the API and web by Daniel Veillard · 22 years ago
  34. bb7ddb3 python script to run regression tests against the XML Test suite of by Daniel Veillard · 22 years ago
  35. 797a565 couple of bug fixes Daniel by Daniel Veillard · 22 years ago
  36. 01a6d41 removed tabs and used spaces. Daniel by Daniel Veillard · 22 years ago
  37. 0ba5923 Tentatively fixed #69655 , make compiling with -Wredundant-decls clean. by Daniel Veillard · 22 years ago
  38. 1c18e30 seems some version of automake didn't generate the dependancies right as by Daniel Veillard · 22 years ago
  39. 5e5c2d0 Justin Fletcher found some parts of the code needing cleanup Fixed the by Daniel Veillard · 22 years ago
  40. c575b99 Changed to the MIT Licence updated the doc accordingly preparing 2.4.14 by Daniel Veillard · 22 years ago
  41. 2a0cf74 oops, Daniel by Daniel Veillard · 22 years ago
  42. 7db3871 cleanup always use stdout if output is NULL don't close filedescriptors by Daniel Veillard · 22 years ago
  43. 70cab35 cleanup the extension function lookup always compile the list Daniel by Daniel Veillard · 22 years ago
  44. 7a96efc do not install outside of prefix Daniel by Daniel Veillard · 22 years ago
  45. 33caa0b started adding SAX interfaces added a basic SAX test Daniel by Daniel Veillard · 22 years ago
  46. 36eea2d hardened the addChild function added accessors needed for xmlNode, a bit by Daniel Veillard · 22 years ago
  47. 4e1b26c change a small bit in the way valididy error messages get initialized by Daniel Veillard · 22 years ago
  48. 26f1dcc more accessor classes for the parser context, allow to switch on and check by Daniel Veillard · 22 years ago
  49. 3ce5257 cleanup added class for parser context, added first cut for push mode by Daniel Veillard · 22 years ago
  50. cfb0546 fixed a small bug a bit of cleanup. Daniel by Daniel Veillard · 22 years ago
  51. 5d81903 adding error redirections and preformat to a python handler cleanup made by Daniel Veillard · 22 years ago
  52. 7fd7a94 fixed a stupid bug when renaming a function Daniel by Daniel Veillard · 22 years ago
  53. 4cf998a Oops, missing an EXTRA_DIST, Daniel by Daniel Veillard · 22 years ago
  54. 9589d45 Progressing through the TODOs, class description output, extra XML API, by Daniel Veillard · 22 years ago
  55. 253aa2c added more informations in the libxml2-python package including docs. by Daniel Veillard · 22 years ago
  56. a7340c8 more work, now able to extend the XPath interpreter with functions written by Daniel Veillard · 22 years ago
  57. c3e3944 Jacob sent a patch to allow building from tarfile. Daniel by Daniel Veillard · 22 years ago
  58. 96c9af7 Fixed a couple more of python building problems, Daniel by Daniel Veillard · 22 years ago
  59. 6327697 Force the generato to use the API description in ../doc, Daniel by Daniel Veillard · 22 years ago
  60. f1d0e6b inserted the python wrappers build, I hope this won't be too unportable by Daniel Veillard · 22 years ago
  61. 1971ee2 minor optimization more work on the python bindings, they now support by Daniel Veillard · 22 years ago
  62. 36ed529 more work on the python bindings generator. Daniel by Daniel Veillard · 22 years ago
  63. 96fe095 more work on the python bindings. Daniel by Daniel Veillard · 22 years ago
  64. d2897fd commited early version of a python binding for private use only ATM Daniel by Daniel Veillard · 22 years ago