summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* replace outdated references to encoding=unicode in the docs by encoding="unic...Stefan Behnel2014-02-262-10/+11
* 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-251-0/+28
* 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-234-31/+52
* partial fix for LP#1222132: clear XMLSchema.error_log before running a valida...Stefan Behnel2014-02-232-11/+45
* minor test code cleanupStefan Behnel2014-02-231-2/+2
* fix C compiler warningStefan 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-232-1/+51
* 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
* 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
* 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
* 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-165-24/+58
* use dedicated immutable mapping type for empty immutable mappings instead of ...Stefan Behnel2014-02-173-8/+68
* fix corner case where name of HTML root node was not put into parser dictStefan Behnel2014-01-312-4/+21
* fix up tag dict usage also for the feed parserStefan Behnel2014-01-312-6/+68
* some PyPy code cleanupsStefan Behnel2014-01-302-9/+6
* implement iterparse() parsing of BOM prefixed filesStefan Behnel2014-01-292-0/+59
* add test for parsing UTF-8 with BOMStefan Behnel2014-01-281-1/+17
* MSVC compile fixStefan Behnel2014-01-271-0/+6
* extend test and try fixing it on MSWindowsStefan Behnel2014-01-241-5/+18
* extend testStefan Behnel2014-01-231-2/+4
* extend DTD file loading testsStefan Behnel2014-01-232-5/+24
* improve heuristic that distinguishes file paths from URLs since URLs have a m...Stefan Behnel2014-01-231-12/+13
* win32 test fixStefan Behnel2014-01-231-1/+2
* prevent 'abc' from being considered a drive letterStefan Behnel2014-01-231-1/+3
* fix URL detection heuristic in html5parser under win32Stefan Behnel2014-01-201-1/+12