summaryrefslogtreecommitdiff
path: root/src/lxml/html
Commit message (Expand)AuthorAgeFilesLines
* fix LP#1369362: do not try to remove pseudo-attributes from processing instru...Stefan Behnel2014-12-141-2/+2
* 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-042-1/+22
* refactor tag processing code in iterlinks()Stefan Behnel2014-08-231-22/+22
* include links in meta refresh tags in iterlinksjab2014-08-222-0/+21
* simplify CSS link parsing code in lxml.htmlStefan Behnel2014-04-251-6/+5
* simplify regex usage in lxml.htmlStefan Behnel2014-04-251-5/+5
* strip control characters before looking for evil text content in CleanerStefan Behnel2014-04-172-5/+13
* 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
* 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
|\ \