summaryrefslogtreecommitdiff
path: root/python/generator.py
Commit message (Expand)AuthorAgeFilesLines
* parser: Deprecate more internal functionsNick Wellnhofer2023-04-261-0/+8
* parser: Deprecate xmlString*DecodeEntitiesNick Wellnhofer2022-12-211-0/+2
* Use python3 not pythonRoss Burton2022-12-071-1/+1
* python: Don't output missing generators during buildNick Wellnhofer2022-09-061-5/+5
* Deprecate internal parser functionsNick Wellnhofer2022-08-251-0/+33
* Generate deprecation warnings for old SAX APINick Wellnhofer2022-08-251-0/+6
* Deprecate some global variablesNick Wellnhofer2022-08-241-0/+3
* Add configuration flag for XPointer locations supportNick Wellnhofer2022-04-211-0/+6
* Fix compiler warnings in Python codeNick Wellnhofer2022-04-131-0/+15
* Use portable python shebangsDavid Seifert2022-04-061-1/+1
* Deprecate module init and cleanup functionsNick Wellnhofer2022-03-061-0/+14
* Remove DOCBparserNick Wellnhofer2022-03-041-1/+0
* Warn when using deprecated functions from Python bindingsNick Wellnhofer2022-03-011-3/+13
* Deprecate IDREF-related functions in valid.hNick Wellnhofer2022-02-201-0/+7
* Build the Python extension with PY_SSIZE_T_CLEANVictor Stinner2020-11-191-1/+2
* Python generator bug raised by the const changev2.9.2-rc2Daniel Veillard2014-10-131-1/+1
* A few more fixes for python 3 affecting libxml2.pyDaniel Veillard2013-03-301-5/+4
* Fix compilation on Python3Daniel Veillard2013-03-301-7/+29
* First pass at starting porting to python3Daniel Veillard2013-03-301-89/+107
* Python binding for xmlRegisterInputCallbackAlexey Neyman2013-02-251-0/+2
* Sort python generated stubsMike Hommey2010-10-151-2/+2
* Fix python generator to not use deprecated xmllibDaniel Veillard2010-01-131-62/+12
* adds element traversal support avoid a warning regenerated danielDaniel Veillard2008-11-271-0/+4
* apply patch from Martin fixing python whitespaces following previousDaniel Veillard2008-06-031-380/+380
* fix a bug introduced when fixing #438208 and reported by Ashwin fix anDaniel Veillard2008-04-081-0/+3
* apparently id() sometimes generate negative values and %X outputs -XXXXDaniel Veillard2006-12-141-1/+1
* fixed the conversion of long parameters DanielDaniel Veillard2006-08-041-1/+1
* removed a potentially uninitialized variable error fixed a deprecationDaniel Veillard2005-08-241-1/+1
* fixing #307823 and a couple of assorted bugs fixed conditionals inDaniel Veillard2005-07-031-79/+30
* another patch from Brent Hendricks to add new handlers with the variousDaniel Veillard2005-03-301-0/+3
* applied patch from Brent Hendricks to avoid leak in python bindings whenDaniel Veillard2005-03-301-0/+3
* try to fix a problem with valgrind. applied memory leak fix from BrentDaniel Veillard2005-03-021-0/+2
* added a streaming pattern detector for a subset of XPath, should helpDaniel Veillard2005-01-301-6/+9
* added most required entires to foreign encoding table, plus someWilliam M. Brack2004-12-241-4/+11
* enhanced for enabling build in a different directory. Added (optional)William M. Brack2004-12-231-3/+22
* modified to allow the ns and nsDefs accessors to return None instead ofWilliam M. Brack2004-12-171-0/+2
* Applied patch from Brent Hendricks adding support for late DTD validation.Daniel Veillard2004-11-101-0/+11
* applied patch from Malcolm Tredinnick fixing bug #154294 related to savingDaniel Veillard2004-10-041-0/+10
* Applied patch from Torkel Lyng to add Schemas support to the PythonDaniel Veillard2004-08-181-0/+10
* added a check on the argument for some classes (e.g. xmlDoc and xmlNode)William M. Brack2004-07-161-0/+7
* applied patch from Stéphane Bidoul to fix some Python bindingsDaniel Veillard2004-07-011-0/+2
* do not provide functions used as destructor of classes as public methodsDaniel Veillard2004-07-011-0/+8
* Fixed bug #141529 i.e. various problems when building with --without-htmlDaniel Veillard2004-04-301-2/+10
* applied patch from Stephane Bidoul to add enums to the Python bindings.Daniel Veillard2004-01-141-4/+19
* applied patch from Stephane Bidoul for structured error handling fromDaniel Veillard2004-01-061-0/+5
* fixed problem pointed out by Stéphane Bidoul on the list. completedWilliam M. Brack2003-12-311-2/+2
* cleanup the output buffer support to at least get the basic to work fixesDaniel Veillard2003-12-041-1/+5
* enhanced for range checking, updated to Unicode version 4.0.1 (API docsWilliam M. Brack2003-11-091-0/+1
* small enhancement to assure ATTRIBUTE_UNUSED appears after the variableWilliam M. Brack2003-11-041-3/+4
* removing xmldwalk module since it got merged with the xmlreader. cleanupDaniel Veillard2003-10-201-0/+22