summaryrefslogtreecommitdiff
path: root/sleekxmpp/xmlstream/tostring.py
AgeCommit message (Collapse)Author
2012-07-24Add 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-19Remove usage of deprecated getchildren() method.Lance Stout
2012-06-18Add initial support for xml:lang for streams and stanza plugins.Lance Stout
Remaining items are suitable default actions for language supporting interfaces.
2011-11-22Update tostring docs, plus more doc cleanupLance Stout
2011-11-22Update docs for tostringLance Stout
2011-08-04Clean up and unify tostring once and for all.Lance Stout
Packaging for Python3 just got easier.
2010-01-29fixed setup.py issue with unicode in 3.xNathan Fritz
2010-01-29added separate tostring filesNathan Fritz