Change logs for lxml source package in Raring

  • lxml (3.1.0-1) experimental; urgency=low
    
    
      * New upstream version.
    
     -- Matthias Klose <email address hidden>  Tue, 19 Feb 2013 21:47:31 +0100
  • lxml (3.0.1-1build1) raring; urgency=low
    
      * Rebuild to drop python3.2 provides.
     -- Matthias Klose <email address hidden>   Wed, 07 Nov 2012 23:00:12 +0000
  • lxml (3.0.1-1) experimental; urgency=low
    
    
      * New upstream version.
    
     -- Matthias Klose <email address hidden>  Sun, 21 Oct 2012 19:29:34 +0200
  • lxml (3.0.1-0ubuntu1) raring; urgency=low
    
      * New upstream version.
     -- Matthias Klose <email address hidden>   Fri, 19 Oct 2012 19:02:57 +0200
  • lxml (2.3.5-1) unstable; urgency=low
    
    
      * 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.
    
     -- Matthias Klose <email address hidden>  Mon, 17 Sep 2012 13:29:26 +0200