summaryrefslogtreecommitdiff
path: root/src/lxml/html
Commit message (Expand)AuthorAgeFilesLines
* replace outdated references to encoding=unicode in the docs by encoding="unic...Stefan Behnel2014-02-261-9/+10
* clean up test module (mostly formatting)Stefan Behnel2014-02-211-2/+16
* fix typo in commentStefan Behnel2014-02-211-1/+1
* add testStefan Behnel2014-02-201-1/+11
* remove redundant assignmentStefan Behnel2014-02-201-1/+0
* be more specific about element iteration in lxml.htmlStefan Behnel2014-02-201-2/+2
* minor code simplificationStefan Behnel2014-02-201-4/+3
* more faking of NamedTemporaryFile(delete=False) in Py2.[45]Stefan Behnel2014-02-191-1/+12
* clean up test changesStefan Behnel2014-02-191-8/+12
* python 3 fixesGabi Davar2014-02-161-3/+6
* fix tests for win32 - local paths are NOT URLsGabi Davar2014-02-161-6/+25
* win32 test fixStefan Behnel2014-01-231-1/+2
* prevent 'abc' from being considered a drive letterStefan Behnel2014-01-231-1/+3
* fix URL detection heuristic in html5parser under win32Stefan Behnel2014-01-201-1/+12
* disable doctest that fails in Py2.6-Stefan Behnel2013-11-151-15/+16
* add 'handle_failures' option to make_links_absolute() to allow graceful handl...Stefan Behnel2013-11-152-13/+57
* minor code cleanupStefan Behnel2013-11-121-4/+5
* lxml.html.formfill: Fix textarea form filling.Jonas Baumann2013-10-202-1/+12
* minor test extensionStefan Behnel2013-08-011-1/+5
* use Unicode whitespace in regexStefan Behnel2013-08-011-1/+1
* trailing_whitespace is now always a string.Orf2013-07-301-12/+4
* Fix random test failingOrf2013-07-301-5/+2
* Fix random test failingOrf2013-07-301-0/+3
* Regex now pulls all whitespace, href_tag now sets trailing_whitespace correct...Orf2013-07-302-6/+10
* Update test_diff.txtorf2013-07-291-1/+1
* Update test_diff.txtorf2013-07-291-0/+2
* Update split_words docstringorf2013-07-291-2/+2
* Fix the testsorf2013-07-291-2/+2
* Added some testsorf2013-07-291-0/+7
* Fix trailing_whitespace being the wrong valueorf2013-07-291-1/+1
* Update diff.pyorf2013-07-291-1/+0
* Added split_trailing_whitespace importorf2013-07-291-1/+1
* Whitespace now not ignored, added test for split_trailing_whitespaceorf2013-07-291-5/+7
* All trailing whitespace is stored and ignored while diffingorf2013-07-291-19/+33
* whitespaceStefan Behnel2013-06-151-0/+1
* add html5_tags to lxml.html.defskernc2013-06-071-1/+11
* improve HTML parsing in lxml.html in the face of preceding whitespaceStefan Behnel2013-04-281-12/+18
* Merge pull request #118 from cko/framesscoder2013-04-281-0/+36
|\
| * add tests for html frames (bug 599318)Christine Koppelt2013-04-271-0/+36
* | avoid writing duplicate 'nofollow' argument into HTML 'rel' attributes while ...Stefan Behnel2013-04-282-8/+13
* | Merge pull request #120 from cko/relattr2scoder2013-04-282-1/+17
|\ \
| * | proper handling of 'rel' attribute for links (Bug 971754)Christine Koppelt2013-04-272-1/+17
* | | Avoid error in lxml.html.fromstring() if content contains no body (bugs 59931...Stefan Seelmann2013-04-272-0/+44
|/ /
* | Merge pull request #116 from cko/doco2scoder2013-04-271-1/+4
|\ \ | |/
| * slightly extended documentationChristine Koppelt2013-04-271-1/+4
* | fix careful javascript exclusion in cleanerStefan Behnel2013-04-271-1/+1
* | fix for Bug #715687 (Consider host_whitelist and whitelist_tags before deleti...Christine Koppelt2013-04-272-3/+30
|/
* 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