summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare release of lxml 4.7.0.lxml-4.7.0Stefan Behnel2021-12-123-22/+10
* Merge branch 'lxml-4.6'Stefan Behnel2021-12-121-1/+6
|\
| * Fix a test in Py2.lxml-4.6.5lxml-4.6Stefan Behnel2021-12-121-1/+6
* | Merge branch 'lxml-4.6'Stefan Behnel2021-12-124-15/+167
|\ \ | |/
| * Prepare release of 4.6.5.Stefan Behnel2021-12-123-5/+9
| * Update changelog.Stefan Behnel2021-12-111-0/+13
| * Cleaner: cover some more cases where scripts could sneak through in specially...Stefan Behnel2021-12-112-12/+73
| * Fix condition in test decorator.Stefan Behnel2021-12-101-1/+1
| * Use the non-depcrecated TextTestResult instead of _TextTestResult (GH-333)Miro Hrončok2021-12-101-7/+3
| * Exclude a test when using the macOS system libraries because it fails with li...Stefan Behnel2021-12-103-3/+12
| * Add macOS-M1 as wheel build platform.Stefan Behnel2021-12-101-1/+1
| * Install automake and libtool in macOS build to be able to install the latest ...Stefan Behnel2021-12-101-0/+6
| * Cleaner: Remove SVG image data URLs since they can embed script content.Stefan Behnel2021-11-112-8/+60
| * Cleaner: Prevent "@import" from re-occurring in the CSS after replacements, e...Stefan Behnel2021-11-112-0/+22
* | Fix condition in test decorator.Stefan Behnel2021-12-101-1/+1
* | Exclude a test when using the macOS system libraries because it fails with li...Stefan Behnel2021-12-103-3/+12
* | Install automake and libtool in macOS build to be able to install the latest ...Stefan Behnel2021-12-101-0/+6
* | Add macOS-M1 as wheel build platform.Stefan Behnel2021-12-101-1/+1
* | Use the non-depcrecated TextTestResult instead of _TextTestResult (GH-333)Miro Hrončok2021-11-291-7/+3
* | Use newer VS image in appveyor to enable Py3.9/10 support.Stefan Behnel2021-11-211-0/+3
* | Update changelog.Stefan Behnel2021-11-211-1/+4
* | Include header files of zlib+libiconv in static wheel builds.Stefan Behnel2021-11-212-1/+12
* | Download Windows libraries from new "lxml/libxml2-win-binaries" repo.Stefan Behnel2021-11-211-1/+1
* | Add test for Python3 regression in C14N2 serialization (GH-332)khillman2021-11-211-0/+39
* | Make sure the namespace mapping stack in C14NWriterTarget contains only Unico...Stefan Behnel2021-11-192-1/+16
* | Define LIBXML_STATIC and LIBXSLT_STATIC when linking statically against libxm...Stefan Behnel2021-11-191-0/+3
* | Change version in master branch to 4.7.0a0.lxml-4.7.0-preStefan Behnel2021-11-051-1/+1
* | Explicitly set ACLOCAL_PATH in wheel build script now that we use a non-relea...Stefan Behnel2021-11-051-0/+1
* | Switch to latest libxml2 2.9.12+ (unreleased) that has fixes for traversing l...Stefan Behnel2021-11-034-4/+21
* | Merge branch 'lxml-4.6'Stefan Behnel2021-11-021-5/+5
|\ \ | |/
| * Fix PyPy3 as wheel matrix targets.lxml-4.6.4-5Stefan Behnel2021-11-021-3/+3
| * Add PyPy3 7.3.3. as wheel matrix targets.lxml-4.6.4-4Stefan Behnel2021-11-021-1/+1
| * Switch bach to macOS 10.14 as wheel deployment target, since 10.9 fails to bu...lxml-4.6.4-3Stefan Behnel2021-11-021-1/+1
| * Skip manylinux2010 builds since they serve no purpose. manylinux1 and manylin...lxml-4.6.4-2Stefan Behnel2021-11-021-2/+2
| * Use older macOS 10.9 as wheel deployment target, instead of the more recent 1...Stefan Behnel2021-11-021-1/+1
* | Merge branch 'lxml-4.6'Stefan Behnel2021-11-021-2/+2
|\ \ | |/
| * Do not upload plain Linux wheels, only many/musllinux.Stefan Behnel2021-11-021-1/+1
| * Correct the wheel destination path from which they are uploaded.lxml-4.6.4-1Stefan Behnel2021-11-021-2/+2
* | Merge branch 'lxml-4.6'Stefan Behnel2021-11-022-3/+3
|\ \ | |/
| * Fix download URLs for wheels build on Github Actions.lxml-4.6.4Stefan Behnel2021-11-021-2/+4
| * Add wheel building workflow for Github Actions.Stefan Behnel2021-11-024-9/+160
| * Fix arch variable referencing error for Py<3.5 (GH-331)Niyas Sait2021-11-021-3/+4
| * Add package metadata marker for Python 3.10 support (GH-330)Hugo van Kemenade2021-11-012-1/+2
| * Add win-arm64 build support (GH-326)Niyas Sait2021-11-011-2/+7
| * GitHub Actions: "3.10" instead of 3.10-dev, pin rnc2rng to keep py2.7 compat ...Michael R. Crusoe2021-11-012-6/+2
| * Updates FAQ.txt with a detail regarding XPath (GH-329)Frank Sachsenheim2021-11-011-2/+2
| * Update some dead links to their archive.org mirror (GH-327)Stephan Klinger2021-11-011-4/+4
| * Add a manylinux 'musllinux' variant for building wheels (GH-325)Noah Pendleton2021-11-011-1/+2
| * Update release date for 4.6.4.Stefan Behnel2021-11-012-3/+3
* | Fix download URLs for wheels build on Github Actions.Stefan Behnel2021-11-021-2/+4