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
/
html
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add HTML-5 "formaction" attribute to "defs.link_attrs" (GH-316)
Kevin Chung
2021-03-21
1
-0
/
+15
*
Prevent combinations of <math/svg> and <style> to sneak JavaScript through th...
Stefan Behnel
2020-11-26
2
-3
/
+25
*
Prevent combinations of <noscript> and <style> to sneak JavaScript through th...
Stefan Behnel
2020-10-18
1
-0
/
+10
*
html: Add InputGetter.items() method and make .keys() return the field names ...
Stefan Behnel
2020-08-12
1
-0
/
+16
*
Cleaner: Catch bad arg combo in constructor (GH-301)
Mike Lissner
2020-06-20
1
-0
/
+15
*
LP#1882606: ``Cleaner.clean_html()`` discarded comments and PIs regardless of...
Stefan Behnel
2020-06-13
2
-0
/
+42
*
Merge branch lxml-4.2 into master.
Stefan Behnel
2018-09-09
1
-3
/
+3
|
\
|
*
Fix typo in test file.
Stefan Behnel
2018-08-26
1
-1
/
+1
|
*
Fix: make the cleaner also remove javascript URLs that use escaping.
Stefan Behnel
2018-09-09
1
-3
/
+3
*
|
Merge pull request #270 from hugovk/rm-2.6
scoder
2018-08-26
12
-62
/
+32
|
\
\
|
*
|
Remove ununsed imports
Hugo
2018-08-26
10
-12
/
+8
|
*
|
Use tempfile.NamedTemporaryFile directly
Hugo
2018-08-26
1
-3
/
+1
|
*
|
Min version of LIBXML_VERSION is now 2.7
Hugo
2018-08-26
1
-2
/
+1
|
*
|
Replace function call with set literal
Hugo
2018-08-25
1
-1
/
+1
|
*
|
Remove redundant code for Python <= 2.6
Hugo
2018-08-25
9
-48
/
+25
|
|
/
*
|
Fix typo in test file.
Stefan Behnel
2018-08-26
1
-1
/
+1
|
/
*
Clean up test code for better readability.
Stefan Behnel
2017-11-12
1
-6
/
+16
*
Add better fallbacks to SelectElement.value
Christopher Schramm
2017-10-05
2
-1
/
+38
*
LP#1567526: Make soupparser sort-of handle empty and plain text input instead...
Stefan Behnel
2017-08-13
1
-0
/
+10
*
Fix tests after making "useChardet" handling smarter.
Stefan Behnel
2017-08-12
1
-5
/
+16
*
soupparse: add test case for double-hyphen
ha shao
2017-07-29
1
-0
/
+11
*
Fix a typo: referrs -> refers
Felix Yan
2017-06-12
1
-1
/
+1
*
Perform full-document detection on decoded bytes.
Koert van der Veer
2017-03-16
1
-0
/
+6
*
add tests for bug #1665241
Ashish Kulkarni
2017-02-16
1
-1
/
+25
*
ignore disabled form inputs
Kristian Klemon
2016-07-26
1
-1
/
+3
*
Merge pull request #180 from chripede/patch-2
scoder
2016-07-24
1
-2
/
+21
|
\
|
*
Fix tests for inline_style
Christian Pedersen
2015-11-20
1
-2
/
+21
*
|
Exclude `file` field `value` from `FormElement.form_values`.
Tomas Divis
2016-07-20
1
-0
/
+2
|
/
*
simplify import check in test and keep original import exception on failures
Stefan Behnel
2015-06-05
1
-13
/
+6
*
unittest check beautifulsoup/bs4 import properly
mozbugbox
2015-06-06
1
-5
/
+14
*
BeautifulSoup 4: handle Doctype and Declaration
mozbugbox
2015-06-05
1
-9
/
+12
*
fix doctest in Py3
Stefan Behnel
2015-02-18
1
-2
/
+2
*
implement a set-like interface for the HTML 'class' attribute
Stefan Behnel
2015-02-18
1
-0
/
+57
*
refactor new code in soupparser, extend tests
Stefan Behnel
2015-02-16
1
-8
/
+22
*
Make soupparser properly handle everything outside the root tag (doctype
Olli Pottonen
2015-02-16
1
-0
/
+55
*
LP#1419354: fix meta-redirect URL parsing when preceded by whitespace
Stefan Behnel
2015-02-08
1
-0
/
+12
*
lxml.html.document_fromstring ensure_head_body
jab
2014-09-04
1
-0
/
+17
*
include links in meta refresh tags in iterlinks
jab
2014-08-22
1
-0
/
+7
*
strip control characters before looking for evil text content in Cleaner
Stefan Behnel
2014-04-17
1
-1
/
+8
*
clean up test module (mostly formatting)
Stefan Behnel
2014-02-21
1
-2
/
+16
*
fix typo in comment
Stefan Behnel
2014-02-21
1
-1
/
+1
*
add test
Stefan Behnel
2014-02-20
1
-1
/
+11
*
more faking of NamedTemporaryFile(delete=False) in Py2.[45]
Stefan Behnel
2014-02-19
1
-1
/
+12
*
clean up test changes
Stefan Behnel
2014-02-19
1
-8
/
+12
*
python 3 fixes
Gabi Davar
2014-02-16
1
-3
/
+6
*
fix tests for win32 - local paths are NOT URLs
Gabi Davar
2014-02-16
1
-6
/
+25
*
win32 test fix
Stefan Behnel
2014-01-23
1
-1
/
+2
*
disable doctest that fails in Py2.6-
Stefan Behnel
2013-11-15
1
-15
/
+16
*
add 'handle_failures' option to make_links_absolute() to allow graceful handl...
Stefan Behnel
2013-11-15
1
-4
/
+17
*
lxml.html.formfill: Fix textarea form filling.
Jonas Baumann
2013-10-20
1
-0
/
+12
[next]