summaryrefslogtreecommitdiff
path: root/sleekxmpp/stanza/rootstanza.py
AgeCommit message (Expand)Author
2014-07-17Rename to slixmppFlorent Le Coz
2012-06-19PEP8 formatting updates.Lance Stout
2012-02-18More import cleanup based on pyflakes.Lance Stout
2011-11-20This change stops sleekxmpp from spending huge amounts of time unnecessarily ...Vijay Pandurangan
2011-08-19Make Iq exceptions more discoverable and simpler to use.Lance Stout
2011-07-01So using sys.excepthook to catch errors only works once.Lance Stout
2011-02-11XMPPError exceptions can keep a stanza's contents.Lance Stout
2010-12-17Make tests pass for catching exceptions.Lance Stout
2010-12-17RootStanza raises unexpected exceptionsFlorent Le Coz
2010-11-06Logging no longer uses root logger.Lance Stout
2010-10-17Underscore names by default.Lance Stout
2010-07-29Fixed some PEP8 errors in RootStanza (trailing whitespace and line length)Lance Stout
2010-07-28Updated RootStanza to use registerStanzaPlugin, and be PEP8 compliant.Lance Stout
2010-07-26Replaced traceback calls to use logging.exception where applicable.Lance Stout
2010-07-20Updated license notices to use the correct MIT format. Also corrected referen...Lance Stout
2010-04-22bugfixes and continuing to work on pubsub testsNathan Fritz
2010-03-26changed license to MITsleek-0.9RC10.9RC1Nathan Fritz
2010-01-05* major stanza improvementsNathan Fritz