summaryrefslogtreecommitdiff
path: root/src/lxml/html/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fix inheritance order of mixin classes in lxml.html (GH-340)xmo-odoo2022-05-171-8/+6
* html: Add InputGetter.items() method and make .keys() return the field names ...Stefan Behnel2020-08-121-8/+31
* 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-041-1/+1
* Fix typos (GH-282)Min ho Kim2019-06-241-1/+1
* LP#1799755: Fix ABC imports from collections package to resolve a Deprecation...Stefan Behnel2018-10-241-1/+0
* Add better fallbacks to SelectElement.valueChristopher Schramm2017-10-051-7/+13
* fix html.SelectElement stripping whitespace from <option> valuesAshish Kulkarni2017-02-161-19/+6
* Fix POST form submission for Python 3Jakub Wilk2017-02-081-0/+2
* Merge pull request #197 from creitiv/ignore-disabled-inputsscoder2016-08-201-1/+1
|\
| * ignore disabled form inputsKristian Klemon2016-07-261-1/+1
* | adapt docs to actual behaviourStefan Behnel2016-08-131-7/+6
* | allow el.set("attr") in HTML trees without having to specify an explicit None...Stefan Behnel2016-07-291-1/+11
|/
* Exclude `file` field `value` from `FormElement.form_values`.Tomas Divis2016-07-201-1/+1
* Add a cssselect method to all elements, not just HtmlElementSimon Sapin2012-04-201-1/+2
* minor fixes in lxml.html.Classes implementationStefan Behnel2015-02-181-2/+2
* modernise property usage in lxml.html codeStefan Behnel2015-02-181-103/+140
* implement a set-like interface for the HTML 'class' attributeStefan Behnel2015-02-181-3/+132
* keep two blank lines between module level definitions (pep8)Stefan Behnel2015-02-181-5/+53
* merge lxml-3.4 into masterStefan Behnel2015-02-081-7/+8
|\
| * LP#1419354: fix meta-redirect URL parsing when preceded by whitespaceStefan Behnel2015-02-081-7/+8
* | enable "absolute_import" future switch to simplify and speed up importsStefan Behnel2014-12-171-0/+2
* | Convert lxml imports to relativemasklinn2014-12-161-3/+3
* | Remove pre-2.6 compatibility, move imports aroundmasklinn2014-12-161-21/+10
|/
* clarify docs: lxml.html.fragment_fromstring(create_parent=True) allows multip...Stefan Behnel2014-12-061-4/+6
* lxml.html.document_fromstring ensure_head_bodyjab2014-09-041-1/+5
* refactor tag processing code in iterlinks()Stefan Behnel2014-08-231-22/+22
* include links in meta refresh tags in iterlinksjab2014-08-221-0/+14
* simplify CSS link parsing code in lxml.htmlStefan Behnel2014-04-251-6/+5
* simplify regex usage in lxml.htmlStefan Behnel2014-04-251-5/+5
* fix HTML wrapping for bytes strings in Py3Stefan Behnel2014-03-161-1/+3
* replace outdated references to encoding=unicode in the docs by encoding="unic...Stefan Behnel2014-02-261-9/+10
* be more specific about element iteration in lxml.htmlStefan Behnel2014-02-201-2/+2
* minor code simplificationStefan Behnel2014-02-201-4/+3
* add 'handle_failures' option to make_links_absolute() to allow graceful handl...Stefan Behnel2013-11-151-9/+40
* minor code cleanupStefan Behnel2013-11-121-4/+5
* improve HTML parsing in lxml.html in the face of preceding whitespaceStefan Behnel2013-04-281-12/+18
* Avoid error in lxml.html.fromstring() if content contains no body (bugs 59931...Stefan Seelmann2013-04-271-0/+2
* fix Py3 glitch in lxml.htmlStefan Behnel2013-03-261-1/+1
* fix bytes input into lxml.html.fromstring() in Py3Stefan Behnel2012-11-261-1/+5
* Added ``.value_options`` property to CheckboxGroupalexey-grom2012-06-231-0/+7
* Revert "Add a cssselect method to all elements, not just HtmlElement"Simon Sapin2012-04-201-2/+1
* Docstring fix.Simon Sapin2012-04-201-2/+2
* Add a cssselect method to all elements, not just HtmlElementSimon Sapin2012-04-201-1/+2
* Change to a single 'translator' param that accepts some string values.Simon Sapin2012-04-201-2/+2
* Update for cssselect 0.3Simon Sapin2012-04-171-1/+1
* Make the cssselect dependency optional.Simon Sapin2012-04-161-11/+12
* fix DictMixin import and usage in Python 3Stefan Behnel2012-02-201-0/+9