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
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix inheritance order of mixin classes in lxml.html (GH-340)
xmo-odoo
2022-05-17
1
-8
/
+6
*
html: Add InputGetter.items() method and make .keys() return the field names ...
Stefan Behnel
2020-08-12
1
-8
/
+31
*
html: Avoid XPath in InputGetter where fast and simple iteration is enough.
Stefan Behnel
2020-08-12
1
-20
/
+19
*
html: Simplify and speed up InputGetter.__iter__() and __len__().
Stefan Behnel
2020-08-12
1
-6
/
+3
*
Implement __len__() on InputGetter which is expected by FormElement/FieldsDic...
AidanWoolley
2020-08-12
1
-0
/
+3
*
Use sphinx-apidoc to create API reference (GH-309)
Chris Mayo
2020-08-04
1
-1
/
+1
*
Fix typos (GH-282)
Min ho Kim
2019-06-24
1
-1
/
+1
*
LP#1799755: Fix ABC imports from collections package to resolve a Deprecation...
Stefan Behnel
2018-10-24
1
-1
/
+0
*
Add better fallbacks to SelectElement.value
Christopher Schramm
2017-10-05
1
-7
/
+13
*
fix html.SelectElement stripping whitespace from <option> values
Ashish Kulkarni
2017-02-16
1
-19
/
+6
*
Fix POST form submission for Python 3
Jakub Wilk
2017-02-08
1
-0
/
+2
*
Merge pull request #197 from creitiv/ignore-disabled-inputs
scoder
2016-08-20
1
-1
/
+1
|
\
|
*
ignore disabled form inputs
Kristian Klemon
2016-07-26
1
-1
/
+1
*
|
adapt docs to actual behaviour
Stefan Behnel
2016-08-13
1
-7
/
+6
*
|
allow el.set("attr") in HTML trees without having to specify an explicit None...
Stefan Behnel
2016-07-29
1
-1
/
+11
|
/
*
Exclude `file` field `value` from `FormElement.form_values`.
Tomas Divis
2016-07-20
1
-1
/
+1
*
Add a cssselect method to all elements, not just HtmlElement
Simon Sapin
2012-04-20
1
-1
/
+2
*
minor fixes in lxml.html.Classes implementation
Stefan Behnel
2015-02-18
1
-2
/
+2
*
modernise property usage in lxml.html code
Stefan Behnel
2015-02-18
1
-103
/
+140
*
implement a set-like interface for the HTML 'class' attribute
Stefan Behnel
2015-02-18
1
-3
/
+132
*
keep two blank lines between module level definitions (pep8)
Stefan Behnel
2015-02-18
1
-5
/
+53
*
merge lxml-3.4 into master
Stefan Behnel
2015-02-08
1
-7
/
+8
|
\
|
*
LP#1419354: fix meta-redirect URL parsing when preceded by whitespace
Stefan Behnel
2015-02-08
1
-7
/
+8
*
|
enable "absolute_import" future switch to simplify and speed up imports
Stefan Behnel
2014-12-17
1
-0
/
+2
*
|
Convert lxml imports to relative
masklinn
2014-12-16
1
-3
/
+3
*
|
Remove pre-2.6 compatibility, move imports around
masklinn
2014-12-16
1
-21
/
+10
|
/
*
clarify docs: lxml.html.fragment_fromstring(create_parent=True) allows multip...
Stefan Behnel
2014-12-06
1
-4
/
+6
*
lxml.html.document_fromstring ensure_head_body
jab
2014-09-04
1
-1
/
+5
*
refactor tag processing code in iterlinks()
Stefan Behnel
2014-08-23
1
-22
/
+22
*
include links in meta refresh tags in iterlinks
jab
2014-08-22
1
-0
/
+14
*
simplify CSS link parsing code in lxml.html
Stefan Behnel
2014-04-25
1
-6
/
+5
*
simplify regex usage in lxml.html
Stefan Behnel
2014-04-25
1
-5
/
+5
*
fix HTML wrapping for bytes strings in Py3
Stefan Behnel
2014-03-16
1
-1
/
+3
*
replace outdated references to encoding=unicode in the docs by encoding="unic...
Stefan Behnel
2014-02-26
1
-9
/
+10
*
be more specific about element iteration in lxml.html
Stefan Behnel
2014-02-20
1
-2
/
+2
*
minor code simplification
Stefan Behnel
2014-02-20
1
-4
/
+3
*
add 'handle_failures' option to make_links_absolute() to allow graceful handl...
Stefan Behnel
2013-11-15
1
-9
/
+40
*
minor code cleanup
Stefan Behnel
2013-11-12
1
-4
/
+5
*
improve HTML parsing in lxml.html in the face of preceding whitespace
Stefan Behnel
2013-04-28
1
-12
/
+18
*
Avoid error in lxml.html.fromstring() if content contains no body (bugs 59931...
Stefan Seelmann
2013-04-27
1
-0
/
+2
*
fix Py3 glitch in lxml.html
Stefan Behnel
2013-03-26
1
-1
/
+1
*
fix bytes input into lxml.html.fromstring() in Py3
Stefan Behnel
2012-11-26
1
-1
/
+5
*
Added ``.value_options`` property to CheckboxGroup
alexey-grom
2012-06-23
1
-0
/
+7
*
Revert "Add a cssselect method to all elements, not just HtmlElement"
Simon Sapin
2012-04-20
1
-2
/
+1
*
Docstring fix.
Simon Sapin
2012-04-20
1
-2
/
+2
*
Add a cssselect method to all elements, not just HtmlElement
Simon Sapin
2012-04-20
1
-1
/
+2
*
Change to a single 'translator' param that accepts some string values.
Simon Sapin
2012-04-20
1
-2
/
+2
*
Update for cssselect 0.3
Simon Sapin
2012-04-17
1
-1
/
+1
*
Make the cssselect dependency optional.
Simon Sapin
2012-04-16
1
-11
/
+12
*
fix DictMixin import and usage in Python 3
Stefan Behnel
2012-02-20
1
-0
/
+9
[next]