summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2013-04-28 20:42:33 +0200
committerStefan Behnel <stefan_ml@behnel.de>2013-04-28 20:42:33 +0200
commit8fc99f8ef3e2f12e74fb407ae62c5db50cfe7b92 (patch)
tree3c4a75b08ec5ad88c694cb0bf488d6ff10328545
parentaa847aee79d2b8889688ef163e3c36228191ba64 (diff)
downloadpython-lxml-8fc99f8ef3e2f12e74fb407ae62c5db50cfe7b92.tar.gz
prepare release of 3.2.0lxml-3.2.0baserock/morph
-rw-r--r--CHANGES.txt13
-rw-r--r--doc/main.txt11
-rw-r--r--version.txt2
3 files changed, 21 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d51486e8..555a75c8 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,7 +2,7 @@
lxml changelog
==============
-3.2 (2013-??)
+3.2.0 (2013-04-28)
==================
Features added
@@ -11,6 +11,17 @@ Features added
Bugs fixed
----------
+* LP#690319: 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.
diff --git a/doc/main.txt b/doc/main.txt
index a53d5ff0..fc110fdf 100644
--- a/doc/main.txt
+++ b/doc/main.txt
@@ -157,8 +157,8 @@ Index <http://pypi.python.org/pypi/lxml/>`_ (PyPI). It has the source
that compiles on various platforms. The source distribution is signed
with `this key <pubkey.asc>`_.
-The latest version is `lxml 3.1.2`_, released 2013-04-12
-(`changes for 3.1.2`_). `Older versions <#old-versions>`_
+The latest version is `lxml 3.2.0`_, released 2013-04-28
+(`changes for 3.2.0`_). `Older versions <#old-versions>`_
are listed below.
Please take a look at the
@@ -236,9 +236,12 @@ See the web sites of lxml
`2.2 <http://lxml.de/2.2/>`_
`2.3 <http://lxml.de/2.3/>`_
`3.0 <http://lxml.de/3.0/>`_
+`3.1 <http://lxml.de/3.1/>`_
and the `latest in-development version <http://lxml.de/dev/>`_.
-.. _`PDF documentation`: lxmldoc-3.1.2.pdf
+.. _`PDF documentation`: lxmldoc-3.2.0.pdf
+
+* `lxml 3.1.2`_, released 2013-04-28 (`changes for 3.1.2`_)
* `lxml 3.1.1`_, released 2013-03-29 (`changes for 3.1.1`_)
@@ -272,6 +275,7 @@ and the `latest in-development version <http://lxml.de/dev/>`_.
* `older releases <http://lxml.de/2.3/#old-versions>`_
+.. _`lxml 3.2.0`: /files/lxml-3.2.0.tgz
.. _`lxml 3.1.2`: /files/lxml-3.1.2.tgz
.. _`lxml 3.1.1`: /files/lxml-3.1.1.tgz
.. _`lxml 3.1.0`: /files/lxml-3.1.0.tgz
@@ -290,6 +294,7 @@ and the `latest in-development version <http://lxml.de/dev/>`_.
.. _`lxml 2.3.1`: /files/lxml-2.3.1.tgz
.. _`lxml 2.3`: /files/lxml-2.3.tgz
+.. _`changes for 3.2.0`: /changes-3.2.0.html
.. _`changes for 3.1.2`: /changes-3.1.2.html
.. _`changes for 3.1.1`: /changes-3.1.1.html
.. _`changes for 3.1.0`: /changes-3.1.0.html
diff --git a/version.txt b/version.txt
index ef538c28..944880fa 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-3.1.2
+3.2.0