index
:
delta/python-lxml.git
LP1595781_adopt_external_doc
baserock/morph
lxml-2.3
lxml-2.3.2
lxml-3.0
lxml-3.1
lxml-3.2
lxml-3.3
lxml-3.4
lxml-3.6
lxml-3.7
lxml-4.2
lxml-4.3
lxml-4.4
lxml-4.6
macos_unicode_tests
master
patch-1
pypy
pypy4
walter
xml_int_float_parsing
github.com: lxml/lxml.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lxml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add new error constant from libxml2 2.9.14.
Stefan Behnel
2022-05-17
2
-0
/
+2
*
Fix inheritance order of mixin classes in lxml.html (GH-340)
xmo-odoo
2022-05-17
2
-10
/
+48
*
docs: explain the global "set_element_class_lookup()" function better (GH-341)
xmo-odoo
2022-03-13
1
-1
/
+18
*
Extend docstring to mention Element.set(name, None) for HTML documents.
Stefan Behnel
2022-03-08
1
-0
/
+2
*
Update outdated comment.
Stefan Behnel
2022-02-22
1
-1
/
+1
*
Clean up some docstrings.
Stefan Behnel
2022-02-22
1
-4
/
+5
*
Prepare release of 4.8.0.
lxml-4.8.0
Stefan Behnel
2022-02-17
1
-1
/
+1
*
Modernise some code in the ElementMaker implementation.
Stefan Behnel
2022-02-14
1
-21
/
+11
*
Allow QName as tag value in ElementMaker, not just strings.
Stefan Behnel
2022-02-14
3
-2
/
+24
*
Use expected XSD spellings for xsi:double infinity and NaN (GH-338)
Tobias Deiminger
2022-02-13
2
-4
/
+25
*
Allow Path-like objects for file arguments (GH-337)
Henning Janssen
2022-02-12
13
-4
/
+119
*
Fix typos (GH-334)
Kian Meng, Ang
2022-01-02
1
-1
/
+1
*
Add a test to get at least minimal coverage for the lxml.html.builder module.
Stefan Behnel
2021-12-13
1
-0
/
+8
*
Prepare release of lxml 4.7.1.
Stefan Behnel
2021-12-13
1
-1
/
+1
*
Prepare release of lxml 4.7.0.
lxml-4.7.0
Stefan Behnel
2021-12-12
1
-1
/
+1
*
Merge branch 'lxml-4.6'
Stefan Behnel
2021-12-12
1
-1
/
+6
|
\
|
*
Fix a test in Py2.
lxml-4.6.5
lxml-4.6
Stefan Behnel
2021-12-12
1
-1
/
+6
*
|
Merge branch 'lxml-4.6'
Stefan Behnel
2021-12-12
2
-12
/
+147
|
\
\
|
|
/
|
*
Prepare release of 4.6.5.
Stefan Behnel
2021-12-12
1
-1
/
+1
|
*
Cleaner: cover some more cases where scripts could sneak through in specially...
Stefan Behnel
2021-12-11
2
-12
/
+73
|
*
Fix condition in test decorator.
Stefan Behnel
2021-12-10
1
-1
/
+1
|
*
Exclude a test when using the macOS system libraries because it fails with li...
Stefan Behnel
2021-12-10
3
-3
/
+12
|
*
Cleaner: Remove SVG image data URLs since they can embed script content.
Stefan Behnel
2021-11-11
2
-8
/
+60
|
*
Cleaner: Prevent "@import" from re-occurring in the CSS after replacements, e...
Stefan Behnel
2021-11-11
2
-0
/
+22
|
*
Prepare release of 4.6.4.
Stefan Behnel
2021-10-15
1
-1
/
+1
*
|
Fix condition in test decorator.
Stefan Behnel
2021-12-10
1
-1
/
+1
*
|
Exclude a test when using the macOS system libraries because it fails with li...
Stefan Behnel
2021-12-10
3
-3
/
+12
*
|
Add test for Python3 regression in C14N2 serialization (GH-332)
khillman
2021-11-21
1
-0
/
+39
*
|
Make sure the namespace mapping stack in C14NWriterTarget contains only Unico...
Stefan Behnel
2021-11-19
2
-1
/
+16
*
|
Change version in master branch to 4.7.0a0.
lxml-4.7.0-pre
Stefan Behnel
2021-11-05
1
-1
/
+1
*
|
Prepare release of 4.6.4.
Stefan Behnel
2021-10-15
1
-1
/
+1
*
|
Implement a dedicated int/float parser for XML (schema) values in lxml.object...
Stefan Behnel
2021-08-14
2
-9
/
+179
*
|
Use Cython's autowrapping feature for cdef functions to keep internal utility...
Stefan Behnel
2021-08-12
1
-12
/
+12
*
|
_tofilelikeC14N: Always close output buffer (GH-322)
Petr Viktorin
2021-07-29
1
-8
/
+10
*
|
Rewrite Unicode chunk parsing by directly encoding to UTF-8.
Stefan Behnel
2021-07-18
2
-49
/
+114
|
/
*
Implement "__rXXX__" special methods in objectify elements to support proper ...
Stefan Behnel
2021-07-16
1
-12
/
+87
*
Avoid direct C-API call.
Stefan Behnel
2021-05-19
1
-2
/
+1
*
Adapt a test to a behavioural change in libxml2 2.9.11+.
Stefan Behnel
2021-05-19
1
-1
/
+4
*
Clean up fuzzer test.
Stefan Behnel
2021-05-08
1
-1
/
+3
*
Add initial Atheris fuzzer. (GH-313)
DavidKorczynski
2021-05-08
1
-0
/
+23
*
Enable access to the system_url of DTD entity declarations (GH-317)
Joel
2021-05-08
2
-0
/
+13
*
Prepare release of lxml 4.6.3.
lxml-4.6.3
Stefan Behnel
2021-03-21
1
-1
/
+1
*
Add HTML-5 "formaction" attribute to "defs.link_attrs" (GH-316)
Kevin Chung
2021-03-21
2
-0
/
+17
*
Work around Py2's lack of "re.ASCII".
lxml-4.6.2
Stefan Behnel
2020-11-26
1
-2
/
+4
*
Prepare release of 4.6.2.
Stefan Behnel
2020-11-26
1
-1
/
+1
*
Prevent combinations of <math/svg> and <style> to sneak JavaScript through th...
Stefan Behnel
2020-11-26
3
-11
/
+39
*
Prepare release of lxml 4.6.1.
lxml-4.6.1
Stefan Behnel
2020-10-18
1
-1
/
+1
*
Prevent combinations of <noscript> and <style> to sneak JavaScript through th...
Stefan Behnel
2020-10-18
2
-0
/
+13
*
Prepare release of lxml 4.6.0.
Stefan Behnel
2020-10-17
1
-1
/
+1
*
Exclude a test in Py 3.9.0 due to ET bug https://bugs.python.org/issue41900
Stefan Behnel
2020-10-15
1
-0
/
+12
[next]