summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid using the deprecated "imp" module.HEADmasterStefan Behnel2023-05-111-1/+2
* Avoid using the deprecated "imp" module.Stefan Behnel2023-05-111-2/+4
* Set master version to 5.0.0a0 to diverge from 4.9.x.Stefan Behnel2023-03-261-1/+1
* Prevent lxml.objectify from accepting non-decimal digit characters as integer...Stefan Behnel2023-03-032-1/+2
* Use "noexcept" modifiers for callback functions and fix some exception value ...Stefan Behnel2022-12-239-50/+50
* Replace outdated URL in error message.Stefan Behnel2022-12-221-1/+1
* Simplify code.Stefan Behnel2022-12-221-2/+2
* Call super() from CSSSelector constructor to help with used side inheritance.Stefan Behnel2022-12-221-1/+1
* Use generic 'nogil' block markers in pxd declarations where possible, except ...Stefan Behnel2022-12-1512-297/+297
* Prepare release of 4.9.2.Stefan Behnel2022-12-061-1/+1
* Improve the docstring about the "profile_run" XSLT() argument.Stefan Behnel2022-08-131-1/+2
* Work around libxml2 bug in affected versions that failed to reset the namespa...Stefan Behnel2022-07-193-2/+5
* LP#1981760: Register "Element.attrib" as collections.abc.MutableMapping.Stefan Behnel2022-07-152-1/+16
* Prevent parse failure in new test from leaking into later test runs.lxml-4.9.1Stefan Behnel2022-07-011-2/+4
* Prepare release of lxml 4.9.1.Stefan Behnel2022-07-011-1/+1
* Fix a crash when incorrect parser input occurs together with usages of iterwa...Stefan Behnel2022-07-013-8/+30
* Remove debug print from test.Stefan Behnel2022-05-311-2/+0
* Prepare release of 4.9.0.Stefan Behnel2022-05-301-1/+1
* Add a test for https://bugs.launchpad.net/lxml/+bug/1965070 leaving out the a...Stefan Behnel2022-05-301-0/+25
* #undefine "PyUnicode_IS_READY" and friends in Py3.12 since CPython still defi...Stefan Behnel2022-05-172-8/+6
* Adapt to PyUnicode wstr removal in Py3.12.Stefan Behnel2022-05-171-0/+17
* Add new error constant from libxml2 2.9.14.Stefan Behnel2022-05-172-0/+2
* Fix inheritance order of mixin classes in lxml.html (GH-340)xmo-odoo2022-05-172-10/+48
* docs: explain the global "set_element_class_lookup()" function better (GH-341)xmo-odoo2022-03-131-1/+18
* Extend docstring to mention Element.set(name, None) for HTML documents.Stefan Behnel2022-03-081-0/+2
* Update outdated comment.Stefan Behnel2022-02-221-1/+1
* Clean up some docstrings.Stefan Behnel2022-02-221-4/+5
* Prepare release of 4.8.0.lxml-4.8.0Stefan Behnel2022-02-171-1/+1
* 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
* Fix typos (GH-334)Kian Meng, Ang2022-01-021-1/+1
* Add a test to get at least minimal coverage for the lxml.html.builder module.Stefan Behnel2021-12-131-0/+8
* Prepare release of lxml 4.7.1.Stefan Behnel2021-12-131-1/+1
* Prepare release of lxml 4.7.0.lxml-4.7.0Stefan Behnel2021-12-121-1/+1
* 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-122-12/+147
|\ \ | |/
| * Prepare release of 4.6.5.Stefan Behnel2021-12-121-1/+1
| * 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
| * Exclude a test when using the macOS system libraries because it fails with li...Stefan Behnel2021-12-103-3/+12
| * 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
| * Prepare release of 4.6.4.Stefan Behnel2021-10-151-1/+1
* | 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
* | 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