Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | clean up test changes | Stefan Behnel | 2014-02-19 | 1 | -8/+12 | |
| | ||||||
* | python 3 fixes | Gabi Davar | 2014-02-16 | 1 | -3/+6 | |
| | | | | | --HG-- extra : rebase_source : 7bee297054a17cee778109cd465625870e2af8eb | |||||
* | fix tests for win32 - local paths are NOT URLs | Gabi Davar | 2014-02-16 | 1 | -6/+25 | |
| | | | | | --HG-- extra : rebase_source : 48a48c732d63f466b845af1ebf6e27091405fc16 | |||||
* | win32 test fix | Stefan Behnel | 2014-01-23 | 1 | -1/+2 | |
| | ||||||
* | disable doctest that fails in Py2.6- | Stefan Behnel | 2013-11-15 | 1 | -15/+16 | |
| | ||||||
* | add 'handle_failures' option to make_links_absolute() to allow graceful ↵ | Stefan Behnel | 2013-11-15 | 1 | -4/+17 | |
| | | | | handling of broken URLs | |||||
* | lxml.html.formfill: Fix textarea form filling. | Jonas Baumann | 2013-10-20 | 1 | -0/+12 | |
| | | | | | The textarea used to be cleared before the new content was set, which removed the name attribute. | |||||
* | minor test extension | Stefan Behnel | 2013-08-01 | 1 | -1/+5 | |
| | ||||||
* | Fix random test failing | Orf | 2013-07-30 | 1 | -5/+2 | |
| | ||||||
* | Fix random test failing | Orf | 2013-07-30 | 1 | -0/+3 | |
| | ||||||
* | Regex now pulls all whitespace, href_tag now sets trailing_whitespace ↵ | Orf | 2013-07-30 | 1 | -4/+8 | |
| | | | | correctly and the tests should run on py3k | |||||
* | Update test_diff.txt | orf | 2013-07-29 | 1 | -1/+1 | |
| | ||||||
* | Update test_diff.txt | orf | 2013-07-29 | 1 | -0/+2 | |
| | ||||||
* | Fix the tests | orf | 2013-07-29 | 1 | -2/+2 | |
| | ||||||
* | Added some tests | orf | 2013-07-29 | 1 | -0/+7 | |
| | ||||||
* | Added split_trailing_whitespace import | orf | 2013-07-29 | 1 | -1/+1 | |
| | ||||||
* | Whitespace now not ignored, added test for split_trailing_whitespace | orf | 2013-07-29 | 1 | -5/+7 | |
| | ||||||
* | Merge pull request #118 from cko/frames | scoder | 2013-04-28 | 1 | -0/+36 | |
|\ | | | | | add tests for parsing html frames (bug 599318) | |||||
| * | add tests for html frames (bug 599318) | Christine Koppelt | 2013-04-27 | 1 | -0/+36 | |
| | | ||||||
* | | avoid writing duplicate 'nofollow' argument into HTML 'rel' attributes while ↵ | Stefan Behnel | 2013-04-28 | 1 | -5/+5 | |
| | | | | | | | | cleaning | |||||
* | | Merge pull request #120 from cko/relattr2 | scoder | 2013-04-28 | 1 | -0/+13 | |
|\ \ | | | | | | | proper handling of 'rel' attribute for links (Bug 971754) | |||||
| * | | proper handling of 'rel' attribute for links (Bug 971754) | Christine Koppelt | 2013-04-27 | 1 | -0/+13 | |
| | | | ||||||
* | | | Avoid error in lxml.html.fromstring() if content contains no body (bugs ↵ | Stefan Seelmann | 2013-04-27 | 1 | -0/+42 | |
|/ / | | | | | | | 599318, 690319) | |||||
* | | fix for Bug #715687 (Consider host_whitelist and whitelist_tags before ↵ | Christine Koppelt | 2013-04-27 | 1 | -2/+28 | |
|/ | | | | deleting element) | |||||
* | allow the set of attributes considered safe by Cleaner to be overridden | Francis Devereux | 2012-12-05 | 1 | -0/+26 | |
| | ||||||
* | disable BS integration doctests in Py3 | Stefan Behnel | 2012-11-30 | 1 | -3/+3 | |
| | ||||||
* | replace test usages of assert_() by assertTrue() to fix Py3 deprecation warning | Stefan Behnel | 2012-11-29 | 1 | -1/+1 | |
| | ||||||
* | replace usages of assertEquals() by assertEqual() to fix Py3 deprecation warning | Stefan Behnel | 2012-11-29 | 1 | -1/+1 | |
| | ||||||
* | fix bytes input into lxml.html.fromstring() in Py3 | Stefan Behnel | 2012-11-26 | 1 | -0/+19 | |
| | ||||||
* | fix doctest | Stefan Behnel | 2012-09-28 | 1 | -5/+5 | |
| | ||||||
* | adapt htmldiff doctest to work with libxml2 2.9.0 | Stefan Behnel | 2012-09-28 | 1 | -2/+2 | |
| | ||||||
* | PyPy test fix | Stefan Behnel | 2012-09-25 | 1 | -2/+2 | |
| | ||||||
* | Added ``.value_options`` property to CheckboxGroup | alexey-grom | 2012-06-26 | 1 | -0/+2 | |
| | ||||||
* | close some more files in test (avoids warnings in Py3 debug builds) | Stefan Behnel | 2012-04-21 | 1 | -2/+8 | |
| | ||||||
* | close files in test (avoids warnings in Py3 debug builds) | Stefan Behnel | 2012-04-21 | 1 | -13/+26 | |
| | ||||||
* | Unit tests for lxml.html.html5parser | Jeff Dairiki | 2012-03-31 | 1 | -0/+358 | |
| | | | | | --HG-- extra : rebase_source : fc5d3b785f1eb962b54077611438af2667e1f2e8 | |||||
* | Py3.3 test fix | Stefan Behnel | 2012-03-03 | 1 | -9/+9 | |
| | ||||||
* | Py3 test fixes | Stefan Behnel | 2012-03-02 | 1 | -4/+4 | |
| | ||||||
* | fix bug #889200: no longer raise an exception in lxml.html.diff on img tags ↵ | Stefan Behnel | 2011-11-11 | 1 | -0/+6 | |
| | | | | without src attribute | |||||
* | let cleaner drop 'data:' links just like it does for 'javascript:' links | Stefan Behnel | 2011-08-12 | 1 | -0/+8 | |
| | ||||||
* | added test case from ticket #773715 | Stefan Behnel | 2011-05-19 | 1 | -0/+33 | |
| | ||||||
* | patch by Craig Dennis for bug 576775/718430: fix selection behaviour of ↵ | Stefan Behnel | 2011-02-18 | 1 | -4/+11 | |
| | | | | | | | multiple select fields in lxml.html --HG-- branch : trunk | |||||
* | [svn r4492] make some non-public source files Py3 compliant (patch by ↵ | scoder | 2010-11-23 | 1 | -3/+3 | |
| | | | | | | | Arfrever Frehtes Taifersar Arahesis) --HG-- branch : trunk | |||||
* | [svn r4237] r5292@delle: sbehnel | 2009-10-17 02:11:33 +0200 | scoder | 2009-10-17 | 1 | -1/+51 | |
| | | | | | | | fix bug 449926: reverse URL iteration inside of text content to simplify replacements --HG-- branch : trunk | |||||
* | [svn r4229] r5274@delle: sbehnel | 2009-10-13 08:48:17 +0200 | scoder | 2009-10-13 | 1 | -0/+18 | |
| | | | | | | | let textarea.value represent the complete tag content --HG-- branch : trunk | |||||
* | [svn r4200] r5223@delle: sbehnel | 2009-08-22 15:27:51 +0200 | scoder | 2009-08-22 | 1 | -4/+7 | |
| | | | | | | | fix bug 399249: handle option fields without explicit 'value' attribute in HTML forms --HG-- branch : trunk | |||||
* | [svn r4119] r5058@delle: sbehnel | 2009-02-27 14:06:21 +0100 | scoder | 2009-02-27 | 1 | -1/+15 | |
| | | | | | | | fix bug #334718: soupparser fails on attribute without value --HG-- branch : trunk | |||||
* | [svn r4114] r5053@delle: sbehnel | 2009-02-22 15:41:12 +0100 | scoder | 2009-02-27 | 1 | -0/+7 | |
| | | | | | | | Py3 test fix --HG-- branch : trunk | |||||
* | [svn r4087] r5001@delle: sbehnel | 2009-02-15 11:56:39 +0100 | scoder | 2009-02-15 | 2 | -8/+8 | |
| | | | | | | | Py3 fixes --HG-- branch : trunk | |||||
* | [svn r4071] r4969@delle: sbehnel | 2009-01-25 22:23:19 +0100 | scoder | 2009-01-25 | 1 | -1/+1 | |
| | | | | | | | fix CSS URL parsing --HG-- branch : trunk |