summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Backed out changeset 4263587e5c46Stefan Behnel2015-04-252-40/+1
* fix calling ExtElement.process_children() without output_parent argumentStefan Behnel2015-04-172-1/+40
* disable ElementPath cache test comparison with ElementTree as it fails in Pyt...Stefan Behnel2015-04-151-4/+4
* fix docstringStefan Behnel2015-04-151-5/+1
* fix cache in elementpathStefan Behnel2015-04-151-3/+4
* add initial test for elementpath implementationStefan Behnel2015-04-151-0/+51
* apply safety fix in test to prevent accidental function binding as methodStefan Behnel2015-04-151-4/+4
* add missing checks for error result of memory allocationStefan Behnel2015-03-012-0/+4
* fix TypeError when passing nsmap with both default and prefixed namespace int...Stefan Behnel2015-03-012-2/+13
* minor code cleanupStefan Behnel2015-02-161-1/+1
* When doctype system url contains a ", use ' to quote it.Olli Pottonen2015-02-143-7/+48
* LP#1419354: fix meta-redirect URL parsing when preceded by whitespaceStefan Behnel2015-02-082-7/+20
* simplify constructor argumentStefan Behnel2015-02-071-3/+2
* fix crash when cleaning up XMLSchemas created from non-root elements: pointer...Stefan Behnel2015-02-072-32/+49
* 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
* clarify docs: ElementTree.iter() does not visit siblings of the root elementStefan Behnel2014-12-061-1/+3
* include CDATA sections when serialising tail text of top-level nodeStefan Behnel2014-11-232-3/+2
* accept CDATA wrapped content for tail textStefan Behnel2014-11-232-19/+40
* do not depend on formatting of "file:" URL in test (differs across libxml2 ve...Stefan Behnel2014-10-191-1/+4
* fix testStefan Behnel2014-10-091-2/+2
* clean up some test codeStefan Behnel2014-10-092-3/+5
* init superclass in ElementTreeContentHandlerStefan Behnel2014-10-091-0/+1
* clean up duplicated test methodsStefan Behnel2014-10-092-41/+29
* do not reject namespaced tags in htmlfile, clean up htmlfile tests a littleStefan Behnel2014-09-252-20/+36
* minor docstring cleanupStefan Behnel2014-09-161-3/+2
* dried htmlfileBurak Arslan2014-09-151-31/+8
* add testcases for etree.htmlfileBurak Arslan2014-09-151-0/+24
* modify write_declaration to fail for every document type except xmlBurak Arslan2014-09-151-2/+2
* don't write namespaces in html modeBurak Arslan2014-09-151-3/+10
* write_declaration now throws an exception for html files.Burak Arslan2014-09-151-0/+3
* implement a etree.htmlfile that passes OUTPUT_METHOD_HTML to _IncrementalFile...Burak Arslan2014-09-151-0/+37
* add a method argument to _IncrementalFileWriterBurak Arslan2014-09-151-3/+6
* fix tests in Py3Stefan Behnel2014-09-051-15/+13
* allow disabling output buffering in xmlfile() and explicit flushingStefan Behnel2014-09-052-9/+93
* lxml.html.document_fromstring ensure_head_bodyjab2014-09-042-1/+22
* merge lxml-3.3 branch into masterStefan Behnel2014-08-283-29/+113
|\
| * refactor some duplicated codeStefan Behnel2014-08-281-18/+16
| * prevent tree cycle creation when adding siblingsStefan Behnel2014-08-282-14/+56
| * fix crash when deallocating sibling Element proxies that do not have a parentStefan Behnel2014-08-282-3/+47
* | refactor tag processing code in iterlinks()Stefan Behnel2014-08-231-22/+22
* | include links in meta refresh tags in iterlinksjab2014-08-222-0/+21
* | merge lxml-3.3 branch into masterStefan Behnel2014-08-092-3/+63
|\ \ | |/
| * fix LP#1354652: crash when traversing internally loaded documents in XSLT ext...Stefan Behnel2014-08-092-3/+63
* | make legacy import absolute (otherwise fails in Py3)Stefan Behnel2014-08-051-1/+1
* | Add CDATA support in ElementBuilder.Ionel Cristian Mărieș2014-06-162-1/+17
* | use per-document hash tables for XML IDs and allow disabling them completely ...Stefan Behnel2014-05-286-31/+162
* | minor doc fixesStefan Behnel2014-05-251-3/+3
* | only apply decoding error change to XML parsing (not HTML for now)Stefan Behnel2014-05-241-1/+1
* | raise a parser error even in recovery mode when encountering undecodable inpu...Stefan Behnel2014-05-242-3/+26