summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prepare release of 3.2.0lxml-3.2.0baserock/morphStefan Behnel2013-04-283-5/+21
* improve HTML parsing in lxml.html in the face of preceding whitespaceStefan Behnel2013-04-281-12/+18
* Merge pull request #118 from cko/framesscoder2013-04-281-0/+36
|\
| * add tests for html frames (bug 599318)Christine Koppelt2013-04-271-0/+36
* | Merge pull request #104 from crayzeewulf/masterscoder2013-04-281-17/+12
|\ \
| * | Corrected the sample output of clean_html()crayzeewulf2013-03-211-17/+12
* | | avoid writing duplicate 'nofollow' argument into HTML 'rel' attributes while ...Stefan Behnel2013-04-283-9/+17
* | | exclude HTTP client tests in old Python versionsStefan Behnel2013-04-281-2/+7
* | | Merge pull request #120 from cko/relattr2scoder2013-04-282-1/+17
|\ \ \
| * | | proper handling of 'rel' attribute for links (Bug 971754)Christine Koppelt2013-04-272-1/+17
* | | | fix tests in Py2.5 and Py3Stefan Behnel2013-04-282-4/+17
* | | | add test for 'no_network' parser optionStefan Behnel2013-04-281-2/+66
* | | | changelogStefan Behnel2013-04-281-2/+2
* | | | add tests for parsing from HTTP URLsStefan Behnel2013-04-283-2/+140
* | | | free GIL in resolver code when libxml2 potentially does I/OStefan Behnel2013-04-281-4/+14
* | | | always restore parser context options after calling into libxml2's parserStefan Behnel2013-04-282-1/+9
* | | | Merge pull request #119 from seelmann/599318-690319-fromstring-error-if-no-bodyscoder2013-04-272-0/+44
|\ \ \ \
| * | | | Avoid error in lxml.html.fromstring() if content contains no body (bugs 59931...Stefan Seelmann2013-04-272-0/+44
|/ / / /
* | | | Merge pull request #117 from vincero/712941scoder2013-04-271-0/+16
|\ \ \ \ | |/ / / |/| | |
| * | | added test for directory name that contains characters beyond latin-1Max Jakob2013-04-271-0/+16
* | | | safely report IOErrors even in the face of unexpectedly encoded file namesStefan Behnel2013-04-272-2/+14
* | | | Merge pull request #116 from cko/doco2scoder2013-04-271-1/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | slightly extended documentationChristine Koppelt2013-04-271-1/+4
* | | | fix careful javascript exclusion in cleanerStefan Behnel2013-04-271-1/+1
* | | | changelogStefan Behnel2013-04-271-0/+16
* | | | Merge pull request #115 from cko/Bug715687scoder2013-04-272-3/+30
|\ \ \ \ | |_|/ / |/| | |
| * | | fix for Bug #715687 (Consider host_whitelist and whitelist_tags before deleti...Christine Koppelt2013-04-272-3/+30
| |/ /
* | | Merge pull request #114 from seelmann/update-gitignorescoder2013-04-261-1/+1
|\ \ \ | |/ / |/| |
| * | Fix typo in pathlxml-3.1Stefan Seelmann2013-04-271-1/+1
|/ /
* | remove outdated sentence from home pageStefan Behnel2013-04-261-2/+1
* | rework readme section on supporting the projectStefan Behnel2013-04-261-19/+23
* | Added tag lxml-3.1.2 for changeset 862039d37b73Stefan Behnel2013-04-121-0/+1
* | mergeStefan Behnel2013-04-127-29/+37
|\ \
| * | prepare release of 3.1.2lxml-3.1.2Stefan Behnel2013-04-123-6/+10
| * | update Windows install section to refer to existing binary buildsStefan Behnel2013-04-121-8/+9
| * | require Cython 0.18 by nowStefan Behnel2013-04-121-2/+2
| * | faq updatesStefan Behnel2013-04-121-13/+12
| * | add benchmark for throw-away iteration for searching a specific tagStefan Behnel2013-04-061-0/+4
* | | Merge pull request #110 from nicolas-DH/fix-typo-in-doctringscoder2013-04-111-1/+1
|\ \ \ | |/ / |/| |
| * | Typo in docstringNicolas Delaby2013-04-111-1/+1
|/ /
* | update objectify performance numbersStefan Behnel2013-04-061-20/+20
* | update performance numbersStefan Behnel2013-04-061-34/+48
* | fix XPath expressions in benchmark and add a new comparisonStefan Behnel2013-04-062-5/+29
* | optimise tree iteration a little moreStefan Behnel2013-04-061-1/+3
* | work-around to reduce tree iteration overhead a bitStefan Behnel2013-04-061-2/+4
* | add one-at-a-time iteration benchmarkStefan Behnel2013-04-061-0/+4
* | update benchmark results to Py3.3 and lxml 3.1Stefan Behnel2013-04-051-262/+252
* | use .iter() instead of .getiterator() in benchmarksStefan Behnel2013-04-051-12/+12
* | fix benchmarkStefan Behnel2013-04-051-1/+1
* | rename StringIO benchmarks to BytesIO (which they now use)Stefan Behnel2013-04-051-4/+4