summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* .gitignore: Split up and rearrange .gitignore filesNick Wellnhofer2023-04-301-0/+9
* Stop calling xmlMemoryDumpNick Wellnhofer2023-04-3046-47/+0
* parser: Deprecate more internal functionsNick Wellnhofer2023-04-261-0/+8
* xmlValidatePopElement() can return invalid value (-1)David Kilzer2023-04-101-1/+1
* parser: Halt parser on DTD errorsNick Wellnhofer2023-01-241-28/+0
* Remove ancient TODOsNick Wellnhofer2022-12-212-58/+0
* parser: Deprecate xmlString*DecodeEntitiesNick Wellnhofer2022-12-211-0/+2
* Use python3 not pythonRoss Burton2022-12-0749-49/+49
* python/tests/reader2: use absolute paths everywhereRoss Burton2022-12-061-25/+26
* python/tests/reader2: always exit(1) if a test failsRoss Burton2022-12-061-1/+9
* python: Fix memory leak checksNick Wellnhofer2022-11-271-23/+2
* Visual Studio builds: Allow silencing deprecation warningsChun-wei Fan2022-11-231-0/+4
* tests: Fix use-after-free in Python testsNick Wellnhofer2022-11-221-1/+1
* python/setup.py.in: Improve Windows import patchingChun-wei Fan2022-11-211-5/+5
* autotools: Disable parallel Python buildNick Wellnhofer2022-09-061-0/+4
* python: Don't output missing generators during buildNick Wellnhofer2022-09-061-5/+5
* Fix Python build on WindowsNick Wellnhofer2022-09-041-2/+2
* Fix Windows compiler warnings in python/types.cNick Wellnhofer2022-09-042-19/+19
* Fix libxml_PyFileGetNick Wellnhofer2022-09-041-5/+1
* Use AM_CFLAGS and AM_LDFLAGS consistentlyNick Wellnhofer2022-09-021-2/+2
* Fix unused variable warning in python/types.cNick Wellnhofer2022-09-021-1/+4
* Fix libxml_PyFileGet with stdout on macOSNick Wellnhofer2022-08-301-23/+37
* Migrate from PyEval_ to PyObject_Nick Wellnhofer2022-08-291-17/+17
* Also clean *.pyc files for Python 2Nick Wellnhofer2022-08-261-1/+1
* Deprecate internal parser functionsNick Wellnhofer2022-08-251-0/+33
* Deprecate old HTML SAX APINick Wellnhofer2022-08-251-1/+4
* Generate deprecation warnings for old SAX APINick Wellnhofer2022-08-252-1/+10
* Remove generated files from distributionNick Wellnhofer2022-08-251-21/+17
* Deprecate some global variablesNick Wellnhofer2022-08-241-0/+3
* Fix Python tests on macOSNick Wellnhofer2022-06-201-0/+1
* Add configuration flag for XPointer locations supportNick Wellnhofer2022-04-212-0/+8
* Fix compiler warnings in Python codeNick Wellnhofer2022-04-131-0/+15
* Use portable python shebangsDavid Seifert2022-04-0649-49/+49
* Simplify 'make check' targetsNick Wellnhofer2022-04-042-6/+1
* python/tests: open() relative to test scriptsDavid Seifert2022-03-302-2/+7
* python/Makefile.am: nest python docs in $(docdir)David Seifert2022-03-302-2/+2
* python/Makefile.am: rely on global AM_INIT_AUTOMAKEDavid Seifert2022-03-301-1/+0
* Use AM_PATH_PYTHON/PKG_CHECK_MODULES for python bindingsDavid Seifert2022-03-291-7/+9
* Deprecate module init and cleanup functionsNick Wellnhofer2022-03-061-0/+14
* Remove DOCBparserNick Wellnhofer2022-03-042-27/+0
* Warn when using deprecated functions from Python bindingsNick Wellnhofer2022-03-013-3/+47
* Fix build with older Python versionsNick Wellnhofer2022-02-241-1/+1
* More fixes to --without-valid buildNick Wellnhofer2022-02-221-0/+4
* Deprecate IDREF-related functions in valid.hNick Wellnhofer2022-02-201-0/+7
* Remove SVN keyword anchorsNick Wellnhofer2022-02-171-2/+0
* Redirect links to xmlsoft.orgNick Wellnhofer2022-02-132-5/+5
* setup.py.in: Try to import setuptoolsChun-wei Fan2022-01-161-0/+6
* Python distutils: Make DLL packaging more flexibleChun-wei Fan2022-01-161-28/+50
* tstmem.py: Try importing from libxmlmods.libxml2mod if neededChun-wei Fan2022-01-161-1/+6
* python: Port python 3.x module to WindowsChun-wei Fan2022-01-161-2/+126