summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix off-by-one in XSLT error message parsingStefan Behnel2014-02-211-1/+1
* fix LP#910014: work around libxml2 bug #724903 that swallows a DTD validation...Stefan Behnel2014-02-213-1/+29
* fix typo in commentStefan Behnel2014-02-211-1/+1
* be more forgiving when parsing XSLT error message formatStefan Behnel2014-02-211-17/+18
* minor code simplificationStefan Behnel2014-02-211-3/+1
* use a safer way to parse libxslt error format stringsStefan Behnel2014-02-211-23/+41
* clean up some codeStefan Behnel2014-02-201-7/+10
* add testStefan Behnel2014-02-201-1/+11
* remove redundant assignmentStefan Behnel2014-02-201-1/+0
* be more specific about element iteration in lxml.htmlStefan Behnel2014-02-201-2/+2
* minor code simplificationStefan Behnel2014-02-201-4/+3
* add FAQ paragraph on RNC-to-RNG conversionStefan Behnel2014-02-201-0/+6
* more faking of NamedTemporaryFile(delete=False) in Py2.[45]Stefan Behnel2014-02-191-1/+12
* better faking of NamedTemporaryFile(delete=False) in Py2.[45]Stefan Behnel2014-02-191-1/+1
* better faking of NamedTemporaryFile(delete=False) in Py2.[45]Stefan Behnel2014-02-191-2/+4
* fake NamedTemporaryFile(delete=False) in Py2.[45]Stefan Behnel2014-02-191-3/+12
* changelogStefan Behnel2014-02-191-0/+3
* clean up HTML tail serialisation testStefan Behnel2014-02-191-19/+9
* Bug fix for https://bugs.launchpad.net/lxml/+bug/1185332.Sylvain Viollon2013-05-292-4/+38
* show in parser docs where StringIO is coming fromStefan Behnel2014-02-191-0/+7
* safety fixes in testsStefan Behnel2014-02-191-13/+16
* clean up test changesStefan Behnel2014-02-192-14/+19
* clean up test changesStefan Behnel2014-02-191-8/+12
* python 3 fixesGabi Davar2014-02-162-7/+12
* fix tests for win32 - local paths are NOT URLsGabi Davar2014-02-166-25/+59
* changelogStefan Behnel2014-02-171-3/+3
* use dedicated immutable mapping type for empty immutable mappings instead of ...Stefan Behnel2014-02-174-8/+79
* remove flattr buttonStefan Behnel2014-02-161-20/+3
* add more optional depsStefan Behnel2014-02-161-0/+2
* fix typo in setup.pyStefan Behnel2014-02-161-1/+1
* Added tag lxml-3.3.1 for changeset 958bfe4b6411Stefan Behnel2014-02-121-0/+1
* add missing file to MANIFEST.inlxml-3.3.1Stefan Behnel2014-02-121-1/+1
* prepare release of lxml 3.3.1Stefan Behnel2014-02-123-5/+9