summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disable test in unfixed ET versions <= 3.8.6.Stefan Behnel2020-10-011-0/+4
* LP#1869455: C14N 2.0 serialisation failed for unprefixed attributes when a de...Stefan Behnel2020-10-012-1/+14
* Remove dead imports.Stefan Behnel2020-08-132-2/+2
* Remove dead code.Stefan Behnel2020-08-131-9/+0
* Disable gc.collect() calls after each test run since there haven't been proxy...Stefan Behnel2020-08-131-1/+10
* Remove dead code.Stefan Behnel2020-08-131-1/+1
* html: Add InputGetter.items() method and make .keys() return the field names ...Stefan Behnel2020-08-122-8/+47
* html: Avoid XPath in InputGetter where fast and simple iteration is enough.Stefan Behnel2020-08-121-20/+19
* html: Simplify and speed up InputGetter.__iter__() and __len__().Stefan Behnel2020-08-121-6/+3
* Implement __len__() on InputGetter which is expected by FormElement/FieldsDic...AidanWoolley2020-08-121-0/+3
* Use sphinx-apidoc to create API reference (GH-309)Chris Mayo2020-08-046-98/+102
* Fix an import in Py3.Stefan Behnel2020-08-041-1/+1
* Remove dead code.Stefan Behnel2020-08-031-1/+0
* Raise XMLSyntaxError instead of plain AssertionError when calling TreeBuilder...Stefan Behnel2020-07-281-3/+15