From: Hyunjee Kim Date: Thu, 31 Jan 2019 01:43:51 +0000 (+0900) Subject: Imported Upstream version 3.3.4 X-Git-Tag: upstream/4.3.0~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a5a021992cf95bba23ad77041c0b2b68c224466c;p=platform%2Fupstream%2Fpython-lxml.git Imported Upstream version 3.3.4 Change-Id: If13a8c82d54ba3bc312c651cdc1b3b3f605ae81e Signed-off-by: Hyunjee Kim --- diff --git a/CHANGES.txt b/CHANGES.txt index 95e4111d..7b4862a2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,13 +2,31 @@ lxml changelog ============== +3.3.4 (2014-04-03) +================== + +Features added +-------------- + +* Source line numbers above 65535 are available on Elements when + using libxml2 2.9 or later. + +Bugs fixed +---------- + +* ``lxml.html.fragment_fromstring()`` failed for bytes input in Py3. + +Other changes +------------- + + 3.3.3 (2014-03-04) ================== Bugs fixed ---------- -* Crash when using Element subtypes with ``__slots__``. +* LP#1287118: Crash when using Element subtypes with ``__slots__``. Other changes ------------- @@ -17,7 +35,6 @@ Other changes subclassed from Python code. - 3.3.2 (2014-02-26) ================== diff --git a/PKG-INFO b/PKG-INFO index b1065aad..9a52015a 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,12 +1,12 @@ Metadata-Version: 1.1 Name: lxml -Version: 3.3.3 +Version: 3.3.4 Summary: Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API. Home-page: http://lxml.de/ Author: lxml dev team Author-email: lxml-dev@lxml.de License: UNKNOWN -Download-URL: http://pypi.python.org/packages/source/l/lxml/lxml-3.3.3.tar.gz +Download-URL: http://pypi.python.org/packages/source/l/lxml/lxml-3.3.4.tar.gz Description: lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It provides safe and convenient access to these libraries using the ElementTree API. @@ -37,21 +37,23 @@ Description: lxml is a Pythonic, mature binding for the libxml2 and libxslt libr as soon as a maintenance branch has been established. Note that this requires Cython to be installed at an appropriate version for the build. - 3.3.3 (2014-03-04) + 3.3.4 (2014-04-03) ================== + Features added + -------------- + + * Source line numbers above 65535 are available on Elements when + using libxml2 2.9 or later. + Bugs fixed ---------- - * Crash when using Element subtypes with ``__slots__``. + * ``lxml.html.fragment_fromstring()`` failed for bytes input in Py3. Other changes ------------- - * The internal classes ``_LogEntry`` and ``_Attrib`` can no longer be - subclassed from Python code. - - Platform: UNKNOWN diff --git a/doc/html/FAQ.html b/doc/html/FAQ.html index a93deac0..e83cf28e 100644 --- a/doc/html/FAQ.html +++ b/doc/html/FAQ.html @@ -10,7 +10,7 @@
-

lxml FAQ - Frequently Asked Questions

+

lxml FAQ - Frequently Asked Questions

Frequently asked questions on lxml. See also the notes on compatibility to ElementTree.

@@ -935,7 +935,7 @@ map it to your namespace. See also the question above.

diff --git a/doc/html/api.html b/doc/html/api.html index 1cc9f2f2..16ae40e6 100644 --- a/doc/html/api.html +++ b/doc/html/api.html @@ -8,7 +8,7 @@
-

APIs specific to lxml.etree

+

APIs specific to lxml.etree

lxml.etree tries to follow established APIs wherever possible. Sometimes, however, the need to expose a feature in an easy way led to the invention of a @@ -450,7 +450,7 @@ example:

diff --git a/doc/html/api/abc.ABCMeta-class.html b/doc/html/api/abc.ABCMeta-class.html index 4dad4448..e4568811 100644 --- a/doc/html/api/abc.ABCMeta-class.html +++ b/doc/html/api/abc.ABCMeta-class.html @@ -426,7 +426,7 @@ even via super()).