index
:
slixmpp
3449-xmpp-connection-stuck-forever-after-error-in-start_tls
WIP
adhoc-execute-next
compiler
disco
exp_idle_call
markup
master
sleek-merge
slix-1.7
Personal fork of SleekXMPP
louiz@louiz.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sleekxmpp
/
xmlstream
/
tostring.py
Age
Commit message (
Expand
)
Author
2013-09-12
ElementTree._escape_cdata isn't reliable across Python versions.
Lance Stout
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
2013-01-26
Get tests to pass again.
Lance Stout
2013-01-24
Update tostring to inject xmlns definitions when needed.
Lance Stout
2012-10-15
Prevent xmlns="" in stream output.
Lance Stout
2012-09-24
Simplify stringifying XML
Lance Stout
2012-07-24
Add support for using CDATA for escaping.
Lance Stout
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
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
2010-01-29
fixed setup.py issue with unicode in 3.x
Nathan Fritz
2010-01-29
added separate tostring files
Nathan Fritz