| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | prepare release of 3.2.0lxml-3.2.0baserock/morph | Stefan Behnel | 2013-04-28 | 3 | -5/+21 |
| | | |||||
| * | improve HTML parsing in lxml.html in the face of preceding whitespace | Stefan Behnel | 2013-04-28 | 1 | -12/+18 |
| | | |||||
| * | Merge pull request #118 from cko/frames | scoder | 2013-04-28 | 1 | -0/+36 |
| |\ | | | | | add tests for parsing html frames (bug 599318) | ||||
| | * | add tests for html frames (bug 599318) | Christine Koppelt | 2013-04-27 | 1 | -0/+36 |
| | | | |||||
| * | | Merge pull request #104 from crayzeewulf/master | scoder | 2013-04-28 | 1 | -17/+12 |
| |\ \ | | | | | | | Corrected the sample output of clean_html() | ||||
| | * | | Corrected the sample output of clean_html() | crayzeewulf | 2013-03-21 | 1 | -17/+12 |
| | | | | | | | | | | | | | The output of clean_html() does not include html and body tags. The example output in the documentation was corrected. | ||||
| * | | | avoid writing duplicate 'nofollow' argument into HTML 'rel' attributes while ↵ | Stefan Behnel | 2013-04-28 | 3 | -9/+17 |
| | | | | | | | | | | | | | cleaning | ||||
| * | | | exclude HTTP client tests in old Python versions | Stefan Behnel | 2013-04-28 | 1 | -2/+7 |
| | | | | |||||
| * | | | Merge pull request #120 from cko/relattr2 | scoder | 2013-04-28 | 2 | -1/+17 |
| |\ \ \ | | | | | | | | | proper handling of 'rel' attribute for links (Bug 971754) | ||||
| | * | | | proper handling of 'rel' attribute for links (Bug 971754) | Christine Koppelt | 2013-04-27 | 2 | -1/+17 |
| | | | | | |||||
| * | | | | fix tests in Py2.5 and Py3 | Stefan Behnel | 2013-04-28 | 2 | -4/+17 |
| | | | | | |||||
| * | | | | add test for 'no_network' parser option | Stefan Behnel | 2013-04-28 | 1 | -2/+66 |
| | | | | | |||||
| * | | | | changelog | Stefan Behnel | 2013-04-28 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | add tests for parsing from HTTP URLs | Stefan Behnel | 2013-04-28 | 3 | -2/+140 |
| | | | | | |||||
| * | | | | free GIL in resolver code when libxml2 potentially does I/O | Stefan Behnel | 2013-04-28 | 1 | -4/+14 |
| | | | | | |||||
| * | | | | always restore parser context options after calling into libxml2's parser | Stefan Behnel | 2013-04-28 | 2 | -1/+9 |
| | | | | | |||||
| * | | | | Merge pull request #119 from seelmann/599318-690319-fromstring-error-if-no-body | scoder | 2013-04-27 | 2 | -0/+44 |
| |\ \ \ \ | | | | | | | | | | | Avoid error in lxml.html.fromstring() if content contains no body (bugs ... | ||||
| | * | | | | Avoid error in lxml.html.fromstring() if content contains no body (bugs ↵ | Stefan Seelmann | 2013-04-27 | 2 | -0/+44 |
| |/ / / / | | | | | | | | | | | | | 599318, 690319) | ||||
| * | | | | Merge pull request #117 from vincero/712941 | scoder | 2013-04-27 | 1 | -0/+16 |
| |\ \ \ \ | |/ / / |/| | | | added test for directory name that contains characters beyond latin-1 | ||||
| | * | | | added test for directory name that contains characters beyond latin-1 | Max Jakob | 2013-04-27 | 1 | -0/+16 |
| | | | | | |||||
| * | | | | safely report IOErrors even in the face of unexpectedly encoded file names | Stefan Behnel | 2013-04-27 | 2 | -2/+14 |
| | | | | | | | | | | | | | | | | | | | | | --HG-- extra : rebase_source : e19f5f1b11ba54126f147b2a67110b2d9b66754d | ||||
| * | | | | Merge pull request #116 from cko/doco2 | scoder | 2013-04-27 | 1 | -1/+4 |
| |\ \ \ \ | | |_|/ | |/| | | slightly extended documentation | ||||
| | * | | | slightly extended documentation | Christine Koppelt | 2013-04-27 | 1 | -1/+4 |
| | | | | | |||||
| * | | | | fix careful javascript exclusion in cleaner | Stefan Behnel | 2013-04-27 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | changelog | Stefan Behnel | 2013-04-27 | 1 | -0/+16 |
| | | | | | |||||
| * | | | | Merge pull request #115 from cko/Bug715687 | scoder | 2013-04-27 | 2 | -3/+30 |
| |\ \ \ \ | |_|/ / |/| | | | fix for Bug #715687 | ||||
| | * | | | fix for Bug #715687 (Consider host_whitelist and whitelist_tags before ↵ | Christine Koppelt | 2013-04-27 | 2 | -3/+30 |
| | |/ / | | | | | | | | | | deleting element) | ||||
| * | | | Merge pull request #114 from seelmann/update-gitignore | scoder | 2013-04-26 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| | | Fix typo in path in .gitignore | ||||
| | * | | Fix typo in pathlxml-3.1 | Stefan Seelmann | 2013-04-27 | 1 | -1/+1 |
| |/ / | |||||
| * | | remove outdated sentence from home page | Stefan Behnel | 2013-04-26 | 1 | -2/+1 |
| | | | |||||
| * | | rework readme section on supporting the project | Stefan Behnel | 2013-04-26 | 1 | -19/+23 |
| | | | |||||
| * | | Added tag lxml-3.1.2 for changeset 862039d37b73 | Stefan Behnel | 2013-04-12 | 1 | -0/+1 |
| | | | |||||
| * | | merge | Stefan Behnel | 2013-04-12 | 7 | -29/+37 |
| |\ \ | |||||
| | * | | prepare release of 3.1.2lxml-3.1.2 | Stefan Behnel | 2013-04-12 | 3 | -6/+10 |
| | | | | |||||
| | * | | update Windows install section to refer to existing binary builds | Stefan Behnel | 2013-04-12 | 1 | -8/+9 |
| | | | | |||||
| | * | | require Cython 0.18 by now | Stefan Behnel | 2013-04-12 | 1 | -2/+2 |
| | | | | |||||
| | * | | faq updates | Stefan Behnel | 2013-04-12 | 1 | -13/+12 |
| | | | | |||||
| | * | | add benchmark for throw-away iteration for searching a specific tag | Stefan Behnel | 2013-04-06 | 1 | -0/+4 |
| | | | | |||||
| * | | | Merge pull request #110 from nicolas-DH/fix-typo-in-doctring | scoder | 2013-04-11 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| | | Typo in docstring | ||||
| | * | | Typo in docstring | Nicolas Delaby | 2013-04-11 | 1 | -1/+1 |
| |/ / | |||||
| * | | update objectify performance numbers | Stefan Behnel | 2013-04-06 | 1 | -20/+20 |
| | | | |||||
| * | | update performance numbers | Stefan Behnel | 2013-04-06 | 1 | -34/+48 |
| | | | |||||
| * | | fix XPath expressions in benchmark and add a new comparison | Stefan Behnel | 2013-04-06 | 2 | -5/+29 |
| | | | |||||
| * | | optimise tree iteration a little more | Stefan Behnel | 2013-04-06 | 1 | -1/+3 |
| | | | |||||
| * | | work-around to reduce tree iteration overhead a bit | Stefan Behnel | 2013-04-06 | 1 | -2/+4 |
| | | | |||||
| * | | add one-at-a-time iteration benchmark | Stefan Behnel | 2013-04-06 | 1 | -0/+4 |
| | | | |||||
| * | | update benchmark results to Py3.3 and lxml 3.1 | Stefan Behnel | 2013-04-05 | 1 | -262/+252 |
| | | | |||||
| * | | use .iter() instead of .getiterator() in benchmarks | Stefan Behnel | 2013-04-05 | 1 | -12/+12 |
| | | | |||||
| * | | fix benchmark | Stefan Behnel | 2013-04-05 | 1 | -1/+1 |
| | | | |||||
| * | | rename StringIO benchmarks to BytesIO (which they now use) | Stefan Behnel | 2013-04-05 | 1 | -4/+4 |
| | | | |||||
