summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* python: Remove temp file when running tests/basic.pyNick Wellnhofer2023-04-261-0/+1
* xsltlocale: Make API platform-independentNick Wellnhofer2023-01-091-0/+1
* build: Add a distutils-based build system for the Python bitsChun-wei Fan2022-11-212-1/+205
* python/types.c: Fix building against older libxml2Chun-wei Fan2022-11-211-0/+7
* python/libxslt.c: Replace ssize_t with Py_ssize_tChun-wei Fan2022-11-211-2/+2
* tests: Port most of the test suite to CNick Wellnhofer2022-09-071-3/+1
* tests: Fix out-of-tree Python testsNick Wellnhofer2022-09-071-3/+4
* autotools: Fix Python tests in VPATH buildsNick Wellnhofer2022-09-061-1/+1
* autotools: Disable parallel Python buildNick Wellnhofer2022-09-061-1/+5
* autotools: Use AM_CFLAGS consistentlyNick Wellnhofer2022-09-061-2/+2
* python: Don't output missing generators during buildNick Wellnhofer2022-09-061-5/+5
* python: Fix build on WindowsNick Wellnhofer2022-09-061-1/+1
* python: Support Python 3 on WindowsNick Wellnhofer2022-09-061-25/+165
* Fix various compiler warningsNick Wellnhofer2022-09-012-4/+9
* Disable Python bindings for debuggerNick Wellnhofer2022-08-311-12/+10
* Set library path when running Python testsNick Wellnhofer2022-08-291-3/+8
* Migrate from PyEval_ to PyObject_Nick Wellnhofer2022-08-291-4/+4
* Also clean up __pycache__Nick Wellnhofer2022-08-291-1/+4
* Remove generated files from distributionNick Wellnhofer2022-08-291-1/+1
* Don't mess with xmlDefaultSAXHandlerNick Wellnhofer2022-08-261-1/+0
* Add missing compile definition for static builds to AutotoolsMike Dalessio2022-08-201-1/+1
* Remove case labels with XPointer location typesNick Wellnhofer2022-04-211-3/+0
* Use portable python shebangsDavid Seifert2022-04-056-6/+6
* python/Makefile.am: nest python docs in $(docdir)David Seifert2022-04-021-19/+5
* python/Makefile.am: rely on global AM_INIT_AUTOMAKEDavid Seifert2022-04-021-1/+0
* Use AM_PATH_PYTHON/PKG_CHECK_MODULES for python bindingsDavid Seifert2022-04-021-33/+17
* Stop calling deprecated libxml2 init functionsNick Wellnhofer2022-03-181-1/+0
* Update linksNick Wellnhofer2022-02-141-2/+1
* Finish and clean up Python 3 supportNick Wellnhofer2020-11-199-278/+224
* Initial support for Python 3Suleyman Poyraz2020-11-199-222/+450
* Candidate release 1 of libxslt 1.1.34Daniel Veillard2019-10-231-1/+1
* Remove empty TODO fileNick Wellnhofer2019-10-211-0/+0
* Remove generated file libxsltclass.txt from version controlNick Wellnhofer2019-10-211-238/+0
* Make sure that Python tests exit with error codeNick Wellnhofer2019-10-215-3/+12
* Remove WIN32_EXTRA_* variablesNick Wellnhofer2019-02-121-1/+1
* Fix vsnprintf in Python bindings on WindowsNick Wellnhofer2019-02-121-2/+23
* Fix callback signatures in Python bindingsv1.1.33-rc1Nick Wellnhofer2018-01-161-2/+2
* Fix extension callback signaturesNick Wellnhofer2017-11-291-4/+4
* Fix typosNick Wellnhofer2017-11-041-2/+2
* Fix Windows compiler warningsNick Wellnhofer2017-10-251-2/+3
* Fix compiler warnings in Python bindingsNick Wellnhofer2017-10-081-3/+2
* Fix a couple of places where (f)printf parameters were brokenDaniel Veillard2013-01-301-5/+5
* Fix python build by using libxsltmod_la_CPPFLAGS instead of AM_CPPFLAGSAlexandre Rostovtsev2012-11-211-6/+5
* Release of libxslt-1.1.27v1.1.27Daniel Veillard2012-09-121-0/+3
* Big space and tabs cleanupDaniel Veillard2012-09-122-37/+37
* Remove .cvsignore files which are not needed anymoreDaniel Veillard2012-09-042-10/+0
* Various "make distcheck" and other fixesDaniel Richard G2012-08-093-26/+31
* Fix python generator to not use deprecated xmllibDaniel Veillard2010-01-131-63/+13
* link python module with python libraryFrederic Crozat2009-09-241-1/+1
* Add API versioning and various cleanupsDaniel Veillard2009-09-161-0/+1