Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |