summaryrefslogtreecommitdiff
path: root/src/lxml
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Change version in master branch to 4.7.0a0.lxml-4.7.0-preStefan Behnel2021-11-051-1/+1
* | Prepare release of 4.6.4.Stefan Behnel2021-10-151-1/+1
* | Implement a dedicated int/float parser for XML (schema) values in lxml.object...Stefan Behnel2021-08-142-9/+179
* | Use Cython's autowrapping feature for cdef functions to keep internal utility...Stefan Behnel2021-08-121-12/+12
* | _tofilelikeC14N: Always close output buffer (GH-322)Petr Viktorin2021-07-291-8/+10
* | Rewrite Unicode chunk parsing by directly encoding to UTF-8.Stefan Behnel2021-07-182-49/+114
|/
* Implement "__rXXX__" special methods in objectify elements to support proper ...Stefan Behnel2021-07-161-12/+87
* Avoid direct C-API call.Stefan Behnel2021-05-191-2/+1
* Adapt a test to a behavioural change in libxml2 2.9.11+.Stefan Behnel2021-05-191-1/+4
* Clean up fuzzer test.Stefan Behnel2021-05-081-1/+3
* Add initial Atheris fuzzer. (GH-313)DavidKorczynski2021-05-081-0/+23
* Enable access to the system_url of DTD entity declarations (GH-317)Joel2021-05-082-0/+13
* Prepare release of lxml 4.6.3.lxml-4.6.3Stefan Behnel2021-03-211-1/+1
* Add HTML-5 "formaction" attribute to "defs.link_attrs" (GH-316)Kevin Chung2021-03-212-0/+17
* Work around Py2's lack of "re.ASCII".lxml-4.6.2Stefan Behnel2020-11-261-2/+4
* Prepare release of 4.6.2.Stefan Behnel2020-11-261-1/+1
* Prevent combinations of <math/svg> and <style> to sneak JavaScript through th...Stefan Behnel2020-11-263-11/+39
* Prepare release of lxml 4.6.1.lxml-4.6.1Stefan Behnel2020-10-181-1/+1
* Prevent combinations of <noscript> and <style> to sneak JavaScript through th...Stefan Behnel2020-10-182-0/+13
* Prepare release of lxml 4.6.0.Stefan Behnel2020-10-171-1/+1
* Exclude a test in Py 3.9.0 due to ET bug https://bugs.python.org/issue41900Stefan Behnel2020-10-151-0/+12