| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | | |||||
| * | | avoid writing duplicate 'nofollow' argument into HTML 'rel' attributes while ↵ | Stefan Behnel | 2013-04-28 | 2 | -8/+13 |
| | | | | | | | | | cleaning | ||||
| * | | 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 |
| | | | | |||||
| * | | | add tests for parsing from HTTP URLs | Stefan Behnel | 2013-04-28 | 2 | -0/+136 |
| | | | | |||||
| * | | | 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 | 1 | -1/+6 |
| | | | | |||||
| * | | | 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 |
| | | | |||||
| * | | fix for Bug #715687 (Consider host_whitelist and whitelist_tags before ↵ | Christine Koppelt | 2013-04-27 | 2 | -3/+30 |
| |/ | | | | deleting element) | ||||
| * | Typo in docstring | Nicolas Delaby | 2013-04-11 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | clean up some code in the serialiser | Stefan Behnel | 2013-04-01 | 1 | -25/+28 |
| | | |||||
| * | minor code cleanup | Stefan Behnel | 2013-04-01 | 1 | -4/+4 |
| | | |||||
| * | Merge pull request #107 from zzzeek/master | scoder | 2013-03-31 | 2 | -4/+34 |
| |\ | | | | | repair non-namespace-aware attribute mis-interpretation in ElementTreeContentHandler | ||||
| | * | - pass through non-NS aware attribute names as is; a ":" should just go to | Mike Bayer | 2013-03-30 | 2 | -20/+6 |
| | | | | | | | | | | | ValueError - use boolean test for attributes dict | ||||
| | * | - repair issue in sax.ElementTreeContentHandler | Mike Bayer | 2013-03-29 | 2 | -4/+48 |
| | | | | | | | | | | | | | | | whereby attributes passed to startElement() would be mis-interpreted as containing a namespace attribute, leading to a TypeError, as well as where attributes with namespaces wouldn't be split up correctly when passed to startElement(). | ||||
| * | | minor code cleanup | Stefan Behnel | 2013-03-29 | 1 | -7/+3 |
| | | | |||||
| * | | fix regex and add test for it | Stefan Behnel | 2013-03-29 | 2 | -2/+23 |
| | | | |||||
| * | | fix XSLT serialisation error for Unicode string output | Stefan Behnel | 2013-03-29 | 1 | -1/+1 |
| |/ | |||||
| * | xmlBufLength() is not exported by libxml2, use xmlBufUse() instead | Stefan Behnel | 2013-03-29 | 3 | -4/+4 |
| | | |||||
| * | docstring fix | Stefan Behnel | 2013-03-29 | 1 | -1/+1 |
| | | |||||
| * | fix Py3 glitch in lxml.html | Stefan Behnel | 2013-03-26 | 1 | -1/+1 |
| | | |||||
| * | remove _BaseParser from lxml.etree module dict and clean up some code | Stefan Behnel | 2013-03-23 | 1 | -3/+2 |
| | | |||||
| * | fix illegal memory access during cleanup in _IncrementalFileWriter | Stefan Behnel | 2013-03-23 | 1 | -7/+10 |
| | | |||||
| * | guard xmlfile() context manager against double __exit__() calls | Stefan Behnel | 2013-03-23 | 1 | -1/+2 |
| | | |||||
| * | add some tests for proxy reuse | Stefan Behnel | 2013-03-17 | 1 | -1/+49 |
| | | |||||
| * | safety fix | Stefan Behnel | 2013-02-24 | 1 | -2/+2 |
| | | |||||
| * | remove some useless explicit usages of C-API calls from the code base | Stefan Behnel | 2013-02-17 | 11 | -79/+62 |
| | | |||||
| * | clean up string parsing code a bit and improve unicode XML declaration error | Stefan Behnel | 2013-02-17 | 1 | -9/+10 |
| | | |||||
| * | disable doctest in Py2.5 that requires the 'with' statement | Stefan Behnel | 2013-02-10 | 1 | -1/+1 |
| | | |||||
| * | add documentation for xmlfile() API | Stefan Behnel | 2013-02-10 | 1 | -2/+4 |
| | | |||||
| * | fix error message | Stefan Behnel | 2013-01-29 | 1 | -1/+1 |
| | | |||||
| * | add safety checks to public C-API | Stefan Behnel | 2013-01-26 | 1 | -1/+7 |
| | | |||||
| * | add copy.copy() support to _Attrib proxy, add safety checks to _Attrib methods | Stefan Behnel | 2013-01-26 | 2 | -14/+70 |
| | | |||||
| * | reject negative path indices in ElementPath (illegal in XPath and previously ↵ | Stefan Behnel | 2013-01-24 | 1 | -5/+9 |
| | | | | | broken in ElementPath) | ||||
| * | reject invalid 0-index in ElementPath predicates | Stefan Behnel | 2013-01-24 | 1 | -0/+3 |
| | | |||||
| * | Fix undefined C symbol in Python runtimes compiled without threading support | Stefan Behnel | 2013-01-24 | 1 | -1/+1 |
| | | |||||
| * | merge lxml-3.0 branch into master | Stefan Behnel | 2013-01-24 | 1 | -0/+12 |
| |\ | |||||
| | * | add test for using different nsmaps in el.find*()lxml-3.0 | Stefan Behnel | 2013-01-22 | 1 | -0/+12 |
| | | | | | | | | | | | --HG-- extra : transplant_source : %7Dd%8Fs%A5%CEp%F3%9Eco%15%ACDr%21%C8%F0%2B%B0 | ||||
