lp://staging/ubuntu/saucy-security/lxml
- Get this branch:
- bzr branch lp://staging/ubuntu/saucy-security/lxml
Branch merges
Branch information
Recent revisions
- 19. By Marc Deslauriers
-
* SECURITY UPDATE: XSS via control characters
- adjust filter in src/lxml/html/clean. py, add test to
src/lxml/html/ tests/test_ clean.txt.
- e86b294f1f81b899a59925123560ff 924a72f1cc
- CVE-2014-3146 - 13. By Matthias Klose
-
* New upstream version.
- Features added:
* lxml.html.tostring( ) gained new serialisation options
``with_tail`` and ``doctype``.
- Bugs fixed:
* Crash when merging text nodes in ``element.remove( )``.
* Crash in sax/target parser when reporting empty doctype.
* Crash when building an nsmap (Element property) with empty
namespace URIs.
* Crash due to race condition when errors (or user messages) occur
during threaded XSLT processing.
* XSLT stylesheet compilation could ignore compilation errors.
* Fixed a crash when using ``iterparse()`` for HTML parsing and
requesting start events.
* Fixed parsing of more selectors in cssselect. Whitespace before
pseudo-elements and pseudo-classes is significant as it is a
descendant combinator.
* lxml.html.diff no longer raises an exception when hitting
'img' tags without 'src' attribute. - 10. By Matthias Klose
-
* Add copyright and license information for test.py. Closes: #597547.
* Build using distribute.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/ubuntu/utopic/lxml