Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-12 | ElementTree._escape_cdata isn't reliable across Python versions. | Lance Stout | |
It also does not work as desired. Revert "Merge pull request #254 from barreverte/develop" This reverts commit 23750357e21ce1e22445b2e702bdd4efb77f2369, reversing changes made to 07284f380fa0a893a5ef56774fcef71a47851668. | |||
2013-07-31 | escape: use xml.etree.ElementTree._escape_attrib to avoid duplication | Jean-Philippe Caruana | |
2013-07-31 | escape: imports at the top | Jean-Philippe Caruana | |
2013-07-30 | tostring.escape : optimization | Jean-Philippe Caruana | |
use of xml.etree.ElementTree._escape_attrib and xml.etree.ElementTree._escape_cdata | |||
2013-01-26 | Get tests to pass again. | Lance Stout | |
Re-add old gmail_notify plugin for now. | |||
2013-01-24 | Update tostring to inject xmlns definitions when needed. | Lance Stout | |
2012-10-15 | Prevent xmlns="" in stream output. | Lance Stout | |
This was causing problems for HTML-IM because the HTML is parsed without a namespaced context. While xmlns="" technically can be valid, it's usually wrong, so this will work for now until the HTML-IM parsing is fixed. | |||
2012-09-24 | Simplify stringifying XML | Lance Stout | |
2012-07-24 | Add support for using CDATA for escaping. | Lance Stout | |
CDATA escaping is disabled by default, but may be enabled by setting: self.use_cdata = True Closes issue #114 | |||
2012-06-19 | Remove usage of deprecated getchildren() method. | Lance Stout | |
2012-06-18 | Add initial support for xml:lang for streams and stanza plugins. | Lance Stout | |
Remaining items are suitable default actions for language supporting interfaces. | |||
2011-11-22 | Update tostring docs, plus more doc cleanup | Lance Stout | |
2011-11-22 | Update docs for tostring | Lance Stout | |
2011-08-04 | Clean up and unify tostring once and for all. | Lance Stout | |
Packaging for Python3 just got easier. | |||
2010-01-29 | fixed setup.py issue with unicode in 3.x | Nathan Fritz | |
2010-01-29 | added separate tostring files | Nathan Fritz | |