summaryrefslogtreecommitdiff
path: root/src/lxml/html
Commit message (Expand)AuthorAgeFilesLines
* fix Py3 glitch in lxml.htmlStefan Behnel2013-03-261-1/+1
* allow the set of attributes considered safe by Cleaner to be overriddenFrancis Devereux2012-12-052-2/+34
* disable BS integration doctests in Py3Stefan Behnel2012-11-301-3/+3
* replace usages of cgi.escape() by html.escape() in Py3 to fix deprecation war...Stefan Behnel2012-11-291-5/+8
* replace test usages of assert_() by assertTrue() to fix Py3 deprecation warningStefan Behnel2012-11-291-1/+1
* replace usages of assertEquals() by assertEqual() to fix Py3 deprecation warningStefan Behnel2012-11-291-1/+1
* fix bytes input into lxml.html.fromstring() in Py3Stefan Behnel2012-11-262-1/+24
* remove broken linkStefan Behnel2012-09-281-2/+1
* fix doctestStefan Behnel2012-09-281-5/+5
* adapt htmldiff doctest to work with libxml2 2.9.0Stefan Behnel2012-09-281-2/+2
* PyPy test fixStefan Behnel2012-09-251-2/+2
* Added ``.value_options`` property to CheckboxGroupalexey-grom2012-06-261-0/+2
* Added ``.value_options`` property to CheckboxGroupalexey-grom2012-06-231-0/+7
* close some more files in test (avoids warnings in Py3 debug builds)Stefan Behnel2012-04-211-2/+8
* close files in test (avoids warnings in Py3 debug builds)Stefan Behnel2012-04-211-13/+26
* Fixes so that unit tests run under python 3.1Jeff Dairiki2012-04-011-8/+18
* Unit tests for lxml.html.html5parserJeff Dairiki2012-03-311-0/+358
* 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 undefined names in html5parser.pyStefan Behnel2012-03-241-2/+2
* Py3.3 test fixStefan Behnel2012-03-031-9/+9
* Py3 test fixesStefan Behnel2012-03-021-4/+4
* fix DictMixin import and usage in Python 3Stefan Behnel2012-02-201-0/+9
* remove Py2.3 legacy codeStefan Behnel2012-02-202-107/+0
* simplify portability imports to make them more portable themselvesStefan Behnel2012-02-204-26/+18
* add missing serialisation options to lxml.html.tostring()Stefan Behnel2011-12-131-6/+32
* add licensing information to lxml.html and lxml.cssselectStefan Behnel2011-12-011-0/+30
* Merge pull request #18 from hankthetank/patch-1scoder2011-11-211-4/+4
|\
| * Added support for passing kwargs into html5lib parser. I.e lxml.html.html5par...hankthetank2011-11-041-4/+4
* | fix bug #889200: no longer raise an exception in lxml.html.diff on img tags w...Stefan Behnel2011-11-112-3/+9
|/
* docsStefan Behnel2011-09-251-2/+4
* docstringWojtek2011-09-151-0/+3
* kill_tags supportWojtek2011-09-121-5/+5
* fix naming collision in lxml.htmlStefan Behnel2011-09-021-3/+3
* let cleaner drop 'data:' links just like it does for 'javascript:' linksStefan Behnel2011-08-122-1/+9
* replace html5lib integration with an import of the official lxml support in h...Stefan Behnel2011-08-112-2/+8
* added test case from ticket #773715Stefan Behnel2011-05-191-0/+33
* fix #773715: assertion error in cleaner when dropping top-level elementStefan Behnel2011-05-191-2/+8
* safer XHTML->HTML conversion in clean.pyStefan Behnel2011-05-191-5/+2
* patch by Craig Dennis for bug 576775/718430: fix selection behaviour of multi...Stefan Behnel2011-02-182-7/+30
* Py3 fix in soupparser.pyStefan Behnel2011-02-171-1/+4
* [svn r4492] make some non-public source files Py3 compliant (patch by Arfreve...scoder2010-11-232-4/+4
* [svn r4477] fix 'marque' HTML tag name into 'marquee'scoder2010-10-172-3/+3
* [svn r4444] r5647@lenny: sbehnel | 2010-07-26 21:42:46 +0200scoder2010-07-261-8/+13
* [svn r4413] r5591@lenny: sbehnel | 2010-05-21 18:39:43 +0200scoder2010-05-262-2/+2
* [svn r4401] r5568@lenny: sbehnel | 2010-04-13 20:33:51 +0200scoder2010-04-271-1/+1