summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prepare release of lxml 3.4.0lxml-3.4.0Stefan Behnel2014-09-103-6/+10
* document that xmlfile flushing is new in lxml 3.4Stefan Behnel2014-09-091-7/+9
* document xmlfile(buffered=False)Stefan Behnel2014-09-081-3/+15
* fix version numberlxml-3.4.0beta1Stefan Behnel2014-09-051-3/+3
* fix version numberStefan Behnel2014-09-051-1/+1
* fix version numberStefan Behnel2014-09-052-5/+5
* changelogStefan Behnel2014-09-051-4/+3
* fix tests in Py3Stefan Behnel2014-09-051-15/+13
* prepare release of 3.4.0 beta 1Stefan Behnel2014-09-053-6/+11
* minor doc clarificationStefan Behnel2014-09-051-1/+1
* allow disabling output buffering in xmlfile() and explicit flushingStefan Behnel2014-09-053-9/+98
* Merge pull request #140 from jab/masterscoder2014-09-043-1/+27
|\
| * lxml.html.document_fromstring ensure_head_bodyjab2014-09-043-1/+27
|/
* include Py3.4 (and pypy3) in travis testsStefan Behnel2014-08-291-0/+3
* merge lxml-3.3 branch into masterStefan Behnel2014-08-282-3/+21
|\
| * prepare release of lxml 3.3.6lxml-3.3.6lxml-3.3Stefan Behnel2014-08-283-5/+9
* | merge lxml-3.3 branch into masterStefan Behnel2014-08-283-29/+113
|\ \ | |/
| * 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
* | Merge pull request #139 from jab/masterscoder2014-08-231-0/+2
|\ \
| * | note iterlinks' meta refresh support in CHANGES.txtjab2014-08-231-0/+2
|/ /
* | refactor tag processing code in iterlinks()Stefan Behnel2014-08-231-22/+22
* | Merge pull request #138 from jab/masterscoder2014-08-232-0/+21
|\ \
| * | 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-093-3/+73
* | make legacy import absolute (otherwise fails in Py3)Stefan Behnel2014-08-051-1/+1
* | changelogStefan Behnel2014-06-271-3/+3
* | update MacOS-X build docs with information from ticket LP#1244094Stefan Behnel2014-06-271-5/+18
* | changelogStefan Behnel2014-05-301-1/+2
* | Merge pull request #137 from ionelmc/patch-2scoder2014-06-162-1/+17
|\ \
| * | 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-288-31/+174
* | 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
* | add TODOStefan Behnel2014-05-241-0/+2
* | raise a parser error even in recovery mode when encountering undecodable inpu...Stefan Behnel2014-05-243-4/+32
* | minor code cleanupStefan Behnel2014-05-241-2/+3
* | remove unused importStefan Behnel2014-05-241-2/+4
* | merge lxml-3.3 branch into masterStefan Behnel2014-05-242-1/+1
|\ \ | |/
| * replace donate gif image by png and serve it from lxml.de instead of githubStefan Behnel2014-05-242-1/+1
* | change button URL to avoid loading page content from githubStefan Behnel2014-05-241-1/+1
* | merge lxml-3.3 branch into masterStefan Behnel2014-05-030-0/+0
|\ \ | |/
| * mark Py3.4 as supported on home pageStefan Behnel2014-05-031-1/+1
* | mark Py2.[45] as now unsupported on home pageStefan Behnel2014-05-031-1/+1
* | mark Py3.4 as supported on home pageStefan Behnel2014-05-031-1/+1
* | add todoStefan Behnel2014-04-271-0/+2
* | simplify CSS link parsing code in lxml.htmlStefan Behnel2014-04-251-6/+5