forked from pool/python-lxml
Accepting request 173959 from home:dirkmueller:branches:devel:languages:python
- update to 3.2.0: * Leading whitespace could change the behaviour of the string parsing functions in ``lxml.html``. * LP#599318: The string parsing functions in ``lxml.html`` are more robust in the face of uncommon HTML content like framesets or missing body tags. Patch by Stefan Seelmann. * LP#712941: I/O errors while trying to access files with paths that contain non-ASCII characters could raise ``UnicodeDecodeError`` instead of properly reporting the ``IOError``. * LP#673205: Parsing from in-memory strings disabled network access in the default parser and made subsequent attempts to parse from a URL fail. * LP#971754: lxml.html.clean appends 'nofollow' to 'rel' attributes instead of overwriting the current value. * LP#715687: lxml.html.clean no longer discards scripts that are explicitly allowed by the user provided whitelist. Patch by Christine Koppelt. - update to 3.2.0: * Leading whitespace could change the behaviour of the string parsing functions in ``lxml.html``. * LP#599318: The string parsing functions in ``lxml.html`` are more robust in the face of uncommon HTML content like framesets or missing body tags. Patch by Stefan Seelmann. * LP#712941: I/O errors while trying to access files with paths that contain non-ASCII characters could raise ``UnicodeDecodeError`` instead of properly reporting the ``IOError``. * LP#673205: Parsing from in-memory strings disabled network access in the default parser and made subsequent attempts to parse from a URL fail. * LP#971754: lxml.html.clean appends 'nofollow' to 'rel' attributes instead of overwriting the current value. * LP#715687: lxml.html.clean no longer discards scripts that are explicitly OBS-URL: https://build.opensuse.org/request/show/173959 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=54
This commit is contained in:
committed by
Git OBS Bridge
parent
55d64f2df1
commit
fc01f77977
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 29 12:25:39 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- update to 3.2.0:
|
||||
* Leading whitespace could change the behaviour of the string
|
||||
parsing functions in ``lxml.html``.
|
||||
* LP#599318: The string parsing functions in ``lxml.html`` are more robust
|
||||
in the face of uncommon HTML content like framesets or missing body tags.
|
||||
Patch by Stefan Seelmann.
|
||||
* LP#712941: I/O errors while trying to access files with paths that contain
|
||||
non-ASCII characters could raise ``UnicodeDecodeError`` instead of properly
|
||||
reporting the ``IOError``.
|
||||
* LP#673205: Parsing from in-memory strings disabled network access in the
|
||||
default parser and made subsequent attempts to parse from a URL fail.
|
||||
* LP#971754: lxml.html.clean appends 'nofollow' to 'rel' attributes instead
|
||||
of overwriting the current value.
|
||||
* LP#715687: lxml.html.clean no longer discards scripts that are explicitly
|
||||
allowed by the user provided whitelist. Patch by Christine Koppelt.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 30 17:29:03 UTC 2013 - arun@gmx.de
|
||||
|
||||
|
||||
Reference in New Issue
Block a user