summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare release of 4.8.0.lxml-4.8.0Stefan Behnel2022-02-173-19/+17
* Update changelog.Stefan Behnel2022-02-151-0/+20
* Add an AArch64 wheel build for Py3.6.Stefan Behnel2022-02-141-0/+2
* Modernise some code in the ElementMaker implementation.Stefan Behnel2022-02-141-21/+11
* Allow QName as tag value in ElementMaker, not just strings.Stefan Behnel2022-02-143-2/+24
* Use expected XSD spellings for xsi:double infinity and NaN (GH-338)Tobias Deiminger2022-02-132-4/+25
* Allow Path-like objects for file arguments (GH-337)Henning Janssen2022-02-1213-4/+119
* Make it clear that the HTML Cleaner is not meant for security sensitive envir...Stefan Behnel2022-01-211-3/+8
* setupinfo.py: check the return value of subprocesses (GH-336)Mingli-Yu2022-01-201-1/+1
* Update the build and dependency docs a little.Stefan Behnel2022-01-132-12/+9
* Add a visible warning to the build output when detecting libxml2 2.9.11 or 2....Stefan Behnel2022-01-131-0/+8
* Added note to documentation about XSLT bug (GH-335)trevor872022-01-131-0/+7
* Fix typos (GH-334)Kian Meng, Ang2022-01-022-2/+2
* Make regex more efficient.Stefan Behnel2022-01-021-1/+1
* Remove link to PDF documentation as it's currently unavailable.Stefan Behnel2021-12-251-4/+6
* Update several links in the docs.Stefan Behnel2021-12-136-41/+36
* Merge branch 'lxml-4.6'Stefan Behnel2021-12-131-2/+2
|\
| * Update changelog to add the (single) CVE ID for the two HTML Cleaner security...Stefan Behnel2021-12-131-2/+2
* | Move zlib.h and friends into a subdirectory "extlibs" in lxml/includes/ to se...lxml-4.7.1Stefan Behnel2021-12-132-2/+11
* | Add a test to get at least minimal coverage for the lxml.html.builder module.Stefan Behnel2021-12-131-0/+8
* | Remove useless macOS-M1 build target since there are currently no GHA build s...Stefan Behnel2021-12-131-1/+2
* | Prepare release of lxml 4.7.1.Stefan Behnel2021-12-133-5/+15
* | Do not overwrite the wildcard includes for the "lxml.includes" package when a...Stefan Behnel2021-12-131-5/+7
* | Make sure the apidocs are generated from the freshly built modules.Stefan Behnel2021-12-131-1/+1
* | Fix some doc links.Stefan Behnel2021-12-121-1/+2
* | 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