summaryrefslogtreecommitdiff
path: root/sleekxmpp/xmlstream/tostring.py
AgeCommit message (Expand)Author
2013-09-12ElementTree._escape_cdata isn't reliable across Python versions.Lance Stout
2013-07-31escape: use xml.etree.ElementTree._escape_attrib to avoid duplicationJean-Philippe Caruana
2013-07-31escape: imports at the topJean-Philippe Caruana
2013-07-30tostring.escape : optimizationJean-Philippe Caruana
2013-01-26Get tests to pass again.Lance Stout
2013-01-24Update tostring to inject xmlns definitions when needed.Lance Stout
2012-10-15Prevent xmlns="" in stream output.Lance Stout
2012-09-24Simplify stringifying XMLLance Stout
2012-07-24Add support for using CDATA for escaping.Lance Stout
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
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
2010-01-29fixed setup.py issue with unicode in 3.xNathan Fritz
2010-01-29added separate tostring filesNathan Fritz