14
0
forked from pool/python-lxml
OBS User unknown
2009-04-24 20:02:40 +00:00
committed by Git OBS Bridge
parent 7d01ca7ffa
commit 0d7ff158ce
7 changed files with 136 additions and 20 deletions

View File

@@ -1,3 +1,60 @@
-------------------------------------------------------------------
Fri Apr 03 08:41:00 CEST 2009 - toms@suse.de
- Merged changes file with old entries
-------------------------------------------------------------------
Wed Apr 02 08:58:00 CEST 2009 - toms@suse.de
- Added rpmlintrc source into SPEC file
-------------------------------------------------------------------
Tue Mar 31 08:34:00 CEST 2009 - toms@suse.de
- Fixed SPEC file and added PDF source
-------------------------------------------------------------------
Wed Mar 23 12:56:00 CEST 2009 - toms@suse.de
* Updated to 2.2 (excerpt):
See also http://codespeak.net/lxml/changes-2.2.html
Features added:
- Allow lxml.html.diff.htmldiff to accept Element objects,
not just HTML strings.
- XSLT.strparam() class method to wrap quoted string parameters
that require escaping.
- Support strings and instantiable Element classes as child
arguments to the constructor of custom Element classes.
- GZip compression support for serialisation to files and
file-like objects.
- Support for standalone flag in XML declaration through
tree.docinfo.standalone and by passing standalone=True/False
on serialisation.
Bugs fixed:
- Memory leak in XPath evaluators.
- Setting the base attribute in lxml.objectify from a unicode
string failed.
- Crash when parsing indented XML in one thread and merging
it with other documents parsed in another thread.
- Crash when parsing an XML Schema with external imports from
a filename.
- iter_links (and related link-rewriting functions) in lxml.html
would interpret CSS like url("link") incorrectly (treating the
quotation marks as part of the link).
- Failing import on systems that have an io module.
- Potential memory leak on exception handling. This was due
to a problem in Cython, not lxml itself.
- Crash when using an XPath evaluator in multiple threads.
- Fixed missing whitespace before Link:... in lxml.html.diff.
Other changes
- The global error log (which is copied into the exception log)
is now local to a thread, which fixes some race conditions.
- More robust error handling on serialisation.
- Export lxml.html.parse.
-------------------------------------------------------------------
Wed Sep 18 10:00:00 CEST 2008 - toms@suse.de