summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* modernise website menu and show it as overlay on small screenslxml-3.4Stefan Behnel2016-05-052-33/+103
* prepare release of lxml 3.4.4lxml-3.4.4Stefan Behnel2015-04-253-4/+18
* Backed out changeset 4263587e5c46Stefan Behnel2015-04-253-54/+1
* fix calling ExtElement.process_children() without output_parent argumentStefan Behnel2015-04-173-1/+54
* disable ElementPath cache test comparison with ElementTree as it fails in Pyt...Stefan Behnel2015-04-151-4/+4
* Added tag lxml-3.4.3 for changeset 57a861c8a54aStefan Behnel2015-04-151-0/+1
* changeloglxml-3.4.3Stefan Behnel2015-04-151-1/+1
* fix missing rst reference in docsStefan Behnel2015-04-151-0/+1
* prepare release of lxml 3.4.3Stefan Behnel2015-04-152-5/+8
* fix docstringStefan Behnel2015-04-151-5/+1
* changelogStefan Behnel2015-04-151-0/+2
* 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
* I guess "port install" needs sudo, tooStefan Behnel2015-04-101-1/+1
* rework installation instructionsStefan Behnel2015-04-101-54/+99
* 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-013-2/+16
* changelogStefan Behnel2015-02-161-0/+3
* 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-083-7/+30
* prepare release of lxml 3.4.2lxml-3.4.2Stefan Behnel2015-02-073-6/+10
* simplify constructor argumentStefan Behnel2015-02-071-3/+2
* fix crash when cleaning up XMLSchemas created from non-root elements: pointer...Stefan Behnel2015-02-073-32/+52
* fix LP#1369362: do not try to remove pseudo-attributes from processing instru...Stefan Behnel2014-12-142-2/+5
* drop old pip option in travis buildStefan Behnel2014-12-071-1/+1
* disable Cython compilation in travis buildStefan Behnel2014-12-071-1/+1
* Merge pull request #148 from mgedmin/fix-cflags-in-tox-iniscoder2014-12-071-1/+2
|\
| * Fix CFLAGS in tox.iniMarius Gedminas2014-12-071-1/+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-233-3/+4
* accept CDATA wrapped content for tail textStefan Behnel2014-11-233-19/+49
* fix version reference in docsStefan Behnel2014-11-211-1/+1
* fix rst refslxml-3.4.1Stefan Behnel2014-11-201-0/+2
* prepare release of lxml 3.4.1Stefan Behnel2014-11-204-24/+35
* 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
* Merge pull request #143 from branner-forks/masterscoder2014-10-081-18/+18
|\
| * fix a few typos and formatting inconsistenciesDavid Branner2014-10-081-18/+18
|/
* do not reject namespaced tags in htmlfile, clean up htmlfile tests a littleStefan Behnel2014-09-252-20/+36
* add Py3.4 to tox configStefan Behnel2014-09-211-1/+1
* work around bug in clang's gcc frontendStefan Behnel2014-09-211-1/+1
* minor docstring cleanupStefan Behnel2014-09-161-3/+2
* changelogStefan Behnel2014-09-161-0/+7
* Merge pull request #142 from plq/masterscoder2014-09-162-6/+57
|\