aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2023-11-04python: Make sure to distribute new filesNick Wellnhofer
2023-10-23python: Make it compatible with python3.12Daniel Garcia Moreno
2023-09-22error: Make xmlGetLastError return a const errorNick Wellnhofer
2023-09-21memory: Fix memory debugging with Windows threadsNick Wellnhofer
2023-09-21python: Fix testsNick Wellnhofer
2023-09-21python: Fix potential crash in tests/thread2.pyNick Wellnhofer
2023-09-20globals: Move remaining declarations to correct placesNick Wellnhofer
2023-09-20globals: Move remaining globals back to correct header filesNick Wellnhofer
2023-09-20parser: Deprecate global parser optionsNick Wellnhofer
2023-09-19debug: Remove debugging codeNick Wellnhofer
2023-08-29parser: Fix detection of null bytesNick Wellnhofer
2023-08-15python: Fix tests on MinGWNick Wellnhofer
2023-04-30.gitignore: Split up and rearrange .gitignore filesNick Wellnhofer
2023-04-30Stop calling xmlMemoryDumpNick Wellnhofer
2023-04-26parser: Deprecate more internal functionsNick Wellnhofer
2023-04-10xmlValidatePopElement() can return invalid value (-1)David Kilzer
2023-01-24parser: Halt parser on DTD errorsNick Wellnhofer
2022-12-21Remove ancient TODOsNick Wellnhofer
2022-12-21parser: Deprecate xmlString*DecodeEntitiesNick Wellnhofer
2022-12-07Use python3 not pythonRoss Burton
2022-12-06python/tests/reader2: use absolute paths everywhereRoss Burton
2022-12-06python/tests/reader2: always exit(1) if a test failsRoss Burton
2022-11-27python: Fix memory leak checksNick Wellnhofer
2022-11-23Visual Studio builds: Allow silencing deprecation warningsChun-wei Fan
2022-11-22tests: Fix use-after-free in Python testsNick Wellnhofer
2022-11-21python/setup.py.in: Improve Windows import patchingChun-wei Fan
2022-09-06autotools: Disable parallel Python buildNick Wellnhofer
2022-09-06python: Don't output missing generators during buildNick Wellnhofer
2022-09-04Fix Python build on WindowsNick Wellnhofer
2022-09-04Fix Windows compiler warnings in python/types.cNick Wellnhofer
2022-09-04Fix libxml_PyFileGetNick Wellnhofer
2022-09-02Use AM_CFLAGS and AM_LDFLAGS consistentlyNick Wellnhofer
2022-09-02Fix unused variable warning in python/types.cNick Wellnhofer
2022-08-30Fix libxml_PyFileGet with stdout on macOSNick Wellnhofer
2022-08-29Migrate from PyEval_ to PyObject_Nick Wellnhofer
2022-08-26Also clean *.pyc files for Python 2Nick Wellnhofer
2022-08-25Deprecate internal parser functionsNick Wellnhofer
2022-08-25Deprecate old HTML SAX APINick Wellnhofer
2022-08-25Generate deprecation warnings for old SAX APINick Wellnhofer
2022-08-25Remove generated files from distributionNick Wellnhofer
2022-08-24Deprecate some global variablesNick Wellnhofer
2022-06-20Fix Python tests on macOSNick Wellnhofer
2022-04-21Add configuration flag for XPointer locations supportNick Wellnhofer
2022-04-13Fix compiler warnings in Python codeNick Wellnhofer
2022-04-06Use portable python shebangsDavid Seifert
2022-04-04Simplify 'make check' targetsNick Wellnhofer
2022-03-30python/tests: open() relative to test scriptsDavid Seifert
2022-03-30python/Makefile.am: nest python docs in $(docdir)David Seifert
2022-03-30python/Makefile.am: rely on global AM_INIT_AUTOMAKEDavid Seifert
2022-03-29Use AM_PATH_PYTHON/PKG_CHECK_MODULES for python bindingsDavid Seifert