| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix crash when cleaning up XMLSchemas created from non-root elements: ↵ | Stefan Behnel | 2015-02-07 | 1 | -0/+20 |
| | | | | | pointer to fake-root document was actually stored in the schema, which lead to double-free errors | ||||
| * | include CDATA sections when serialising tail text of top-level node | Stefan Behnel | 2014-11-23 | 1 | -2/+0 |
| | | |||||
| * | accept CDATA wrapped content for tail text | Stefan Behnel | 2014-11-23 | 1 | -3/+24 |
| | | |||||
| * | do not depend on formatting of "file:" URL in test (differs across libxml2 ↵ | Stefan Behnel | 2014-10-19 | 1 | -1/+4 |
| | | | | | versions) | ||||
| * | fix test | Stefan Behnel | 2014-10-09 | 1 | -2/+2 |
| | | |||||
| * | clean up some test code | Stefan Behnel | 2014-10-09 | 2 | -3/+5 |
| | | |||||
| * | clean up duplicated test methods | Stefan Behnel | 2014-10-09 | 2 | -41/+29 |
| | | | | | | --HG-- extra : transplant_source : 7%08%A1%E2%24u%BE%09%3D%CD%89P%D5h%D9%E8%E4%21%F9W | ||||
| * | do not reject namespaced tags in htmlfile, clean up htmlfile tests a little | Stefan Behnel | 2014-09-25 | 1 | -9/+31 |
| | | |||||
| * | add testcases for etree.htmlfile | Burak Arslan | 2014-09-15 | 1 | -0/+24 |
| | | |||||
| * | fix tests in Py3 | Stefan Behnel | 2014-09-05 | 1 | -15/+13 |
| | | |||||
| * | allow disabling output buffering in xmlfile() and explicit flushing | Stefan Behnel | 2014-09-05 | 1 | -5/+58 |
| | | |||||
| * | merge lxml-3.3 branch into master | Stefan Behnel | 2014-08-28 | 1 | -0/+73 |
| |\ | |||||
| | * | prevent tree cycle creation when adding siblings | Stefan Behnel | 2014-08-28 | 1 | -0/+42 |
| | | | |||||
| | * | fix crash when deallocating sibling Element proxies that do not have a parent | Stefan Behnel | 2014-08-28 | 1 | -0/+31 |
| | | | |||||
| * | | merge lxml-3.3 branch into master | Stefan Behnel | 2014-08-09 | 1 | -1/+59 |
| |\ \ | |/ | |||||
| | * | fix LP#1354652: crash when traversing internally loaded documents in XSLT ↵ | Stefan Behnel | 2014-08-09 | 1 | -1/+59 |
| | | | | | | | | | extension functions | ||||
| | * | add test for high XML line numbers | Stefan Behnel | 2014-03-18 | 1 | -0/+16 |
| | | | | | | | | | | | --HG-- extra : transplant_source : %0EX%40u%B3%C1m%13%B3%82%11L%2C%98X%E7%D1%E1%13%1A | ||||
| * | | Add CDATA support in ElementBuilder. | Ionel Cristian Mărieș | 2014-06-16 | 1 | -0/+8 |
| | | | |||||
| * | | use per-document hash tables for XML IDs and allow disabling them completely ↵ | Stefan Behnel | 2014-05-28 | 1 | -2/+81 |
| | | | | | | | | | with collect_ids=False | ||||
| * | | raise a parser error even in recovery mode when encountering undecodable ↵ | Stefan Behnel | 2014-05-24 | 1 | -0/+14 |
| | | | | | | | | | input to avoid having to deal with mixed-encoding trees | ||||
| * | | remove unused import | Stefan Behnel | 2014-05-24 | 1 | -2/+4 |
| | | | |||||
| * | | add a method tree.getelementpath(element) that generates a structural ↵ | Stefan Behnel | 2014-04-06 | 1 | -0/+63 |
| | | | | | | | | | ElementPath expression for an Element | ||||
| * | | fix StringIO/BytesIO usage in tests | Stefan Behnel | 2014-04-05 | 1 | -4/+6 |
| | | | |||||
| * | | remove some legacy code from tests | Stefan Behnel | 2014-04-05 | 1 | -2/+3 |
| | | | |||||
| * | | allow "xmlfile(f, close=True)" to automatically close the file object after use | Stefan Behnel | 2014-04-05 | 1 | -3/+52 |
| | | | |||||
| * | | add test for high XML line numbers | Stefan Behnel | 2014-03-18 | 1 | -0/+16 |
| | | | | | | | | | | | --HG-- extra : amend_source : 5b3de896dbc8ba74cbb712e3fa141216eac70fbc | ||||
| * | | add test for recursive XInclude processing | Stefan Behnel | 2014-03-15 | 1 | -0/+45 |
| |/ | |||||
| * | clear RelaxNG/Schematron.error_log before running a validation | Stefan Behnel | 2014-02-23 | 2 | -11/+28 |
| | | |||||
| * | partial fix for LP#1222132: clear XMLSchema.error_log before running a ↵ | Stefan Behnel | 2014-02-23 | 1 | -0/+32 |
| | | | | | validation | ||||
| * | minor test code cleanup | Stefan Behnel | 2014-02-23 | 1 | -2/+2 |
| | | |||||
| * | extend doctestcompare test (and fix the test setup) | Stefan Behnel | 2014-02-23 | 1 | -3/+48 |
| | | |||||
| * | fix LP#1238500: lxml.doctestcompare mixed up "expected" and "actual" in ↵ | Stefan Behnel | 2014-02-23 | 1 | -0/+50 |
| | | | | | attribute values | ||||
| * | fix html-with-tail serialisation test for older libxml2 versions (HTML ↵ | Stefan Behnel | 2014-02-21 | 1 | -1/+3 |
| | | | | | parser problem) | ||||
| * | extend test | Stefan Behnel | 2014-02-21 | 1 | -0/+1 |
| | | |||||
| * | remove debug print | Stefan Behnel | 2014-02-21 | 1 | -1/+0 |
| | | |||||
| * | fix LP#910014: work around libxml2 bug #724903 that swallows a DTD ↵ | Stefan Behnel | 2014-02-21 | 1 | -0/+17 |
| | | | | | validation error | ||||
| * | better faking of NamedTemporaryFile(delete=False) in Py2.[45] | Stefan Behnel | 2014-02-19 | 1 | -1/+1 |
| | | |||||
| * | better faking of NamedTemporaryFile(delete=False) in Py2.[45] | Stefan Behnel | 2014-02-19 | 1 | -2/+4 |
| | | |||||
| * | fake NamedTemporaryFile(delete=False) in Py2.[45] | Stefan Behnel | 2014-02-19 | 1 | -3/+12 |
| | | |||||
| * | clean up HTML tail serialisation test | Stefan Behnel | 2014-02-19 | 1 | -19/+9 |
| | | |||||
| * | Bug fix for https://bugs.launchpad.net/lxml/+bug/1185332. | Sylvain Viollon | 2013-05-29 | 1 | -0/+30 |
| | | | | | | --HG-- extra : rebase_source : a1997c984a10a5d575bae264e9b1fd81407881b9 | ||||
| * | safety fixes in tests | Stefan Behnel | 2014-02-19 | 1 | -13/+16 |
| | | |||||
| * | clean up test changes | Stefan Behnel | 2014-02-19 | 2 | -14/+19 |
| | | |||||
| * | python 3 fixes | Gabi Davar | 2014-02-16 | 1 | -4/+6 |
| | | | | | | --HG-- extra : rebase_source : 7bee297054a17cee778109cd465625870e2af8eb | ||||
| * | fix tests for win32 - local paths are NOT URLs | Gabi Davar | 2014-02-16 | 4 | -18/+33 |
| | | | | | | --HG-- extra : rebase_source : 48a48c732d63f466b845af1ebf6e27091405fc16 | ||||
| * | use dedicated immutable mapping type for empty immutable mappings instead of ↵ | Stefan Behnel | 2014-02-17 | 1 | -1/+28 |
| | | | | | DictProxy to provide the complete MutableMapping API | ||||
| * | fix corner case where name of HTML root node was not put into parser dict | Stefan Behnel | 2014-01-31 | 1 | -2/+19 |
| | | |||||
| * | fix up tag dict usage also for the feed parser | Stefan Behnel | 2014-01-31 | 1 | -4/+31 |
| | | |||||
| * | implement iterparse() parsing of BOM prefixed files | Stefan Behnel | 2014-01-29 | 1 | -0/+38 |
| | | |||||
| * | add test for parsing UTF-8 with BOM | Stefan Behnel | 2014-01-28 | 1 | -1/+17 |
| | | |||||
