summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prepare release of lxml 3.3.6lxml-3.3.6lxml-3.3Stefan Behnel2014-08-283-5/+9
* changelogStefan Behnel2014-08-281-0/+4
* 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
* fix LP#1354652: crash when traversing internally loaded documents in XSLT ext...Stefan Behnel2014-08-093-3/+73
* replace donate gif image by png and serve it from lxml.de instead of githubStefan Behnel2014-05-242-1/+1
* mark Py3.4 as supported on home pageStefan Behnel2014-05-031-1/+1
* prepare release of lxml 3.3.5lxml-3.3.5Stefan Behnel2014-04-183-5/+9
* changelogStefan Behnel2014-04-171-0/+10
* strip control characters before looking for evil text content in CleanerStefan Behnel2014-04-172-5/+13
* add incremental XMPP serialisation example to docsStefan Behnel2014-04-051-0/+29
* update MSWindows build docsStefan Behnel2014-04-042-81/+20
* Added tag lxml-3.3.4 for changeset b058684af98dStefan Behnel2014-04-031-0/+2
* prepare release of lxml 3.3.4lxml-3.3.4Stefan Behnel2014-04-033-4/+11
* changelogStefan Behnel2014-03-191-0/+6
* add test for high XML line numbersStefan Behnel2014-03-181-0/+16
* use XML_PARSE_BIG_LINES parser option if available (libxml2 2.9.0+)Stefan Behnel2014-03-182-1/+6
* add parse options added in recent libxml2 versionsStefan Behnel2014-03-181-0/+6
* changelogStefan Behnel2014-03-161-1/+9
* fix HTML wrapping for bytes strings in Py3Stefan Behnel2014-03-161-1/+3
* PyPy fixStefan Behnel2014-03-101-1/+2
* changelogStefan Behnel2014-03-041-1/+1
* Added tag lxml-3.3.3 for changeset 41635db39919Stefan Behnel2014-03-041-0/+1
* prepare release of lxml 3.3.3lxml-3.3.3Stefan Behnel2014-03-043-5/+9
* fix crash with Element subtypes using __slots__ by removing freelists from no...Stefan Behnel2014-03-033-5/+18
* extend FAQ entry on unicode file parsingStefan Behnel2014-02-281-2/+5
* move related FAQ entries on unicode parsing closer togetherStefan Behnel2014-02-281-27/+27
* improve docstring description of "remove_blank_text" parser optionStefan Behnel2014-02-281-2/+2
* explain "remove_blank_text" option for HTMLParser in FAQStefan Behnel2014-02-281-7/+20
* changelogStefan Behnel2014-02-271-3/+3
* fix current version in docsStefan Behnel2014-02-261-2/+2
* Added tag lxml-3.3.2 for changeset 80d6c40625d3Stefan Behnel2014-02-261-0/+1
* prepare release of lxml 3.3.2lxml-3.3.2Stefan Behnel2014-02-263-5/+9
* replace outdated references to encoding=unicode in the docs by encoding="unic...Stefan Behnel2014-02-266-22/+23
* undo doc freeing change: crashes when doc has already been used elsewhereStefan Behnel2014-02-251-2/+0
* restore properties and methods on iterparse objects that were lost in 3.3.0Stefan Behnel2014-02-252-0/+32
* safety fix: free parsed document if it's left in the parser context for some ...Stefan Behnel2014-02-251-0/+2
* clear RelaxNG/Schematron.error_log before running a validationStefan Behnel2014-02-235-33/+54
* partial fix for LP#1222132: clear XMLSchema.error_log before running a valida...Stefan Behnel2014-02-233-11/+48
* minor test code cleanupStefan Behnel2014-02-231-2/+2
* fix C compiler warningStefan Behnel2014-02-231-1/+1
* show warnings when building in-place from MakefileStefan Behnel2014-02-231-1/+1
* extend doctestcompare test (and fix the test setup)Stefan Behnel2014-02-231-3/+48
* fix LP#1238500: lxml.doctestcompare mixed up "expected" and "actual" in attri...Stefan Behnel2014-02-233-1/+54
* changelogStefan Behnel2014-02-221-1/+6
* clean up test module (mostly formatting)Stefan Behnel2014-02-211-2/+16
* fix html-with-tail serialisation test for older libxml2 versions (HTML parser...Stefan Behnel2014-02-211-1/+3
* extend testStefan Behnel2014-02-211-0/+1
* remove debug printStefan Behnel2014-02-211-1/+0